diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2002-01-24 22:42:54 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2002-01-24 22:42:54 +0000 |
commit | 66bfc95dc2e453e9d52b02017c2241f6597e3d80 (patch) | |
tree | c9a9f2762a4406b8ab470a064d6ef35c831255bf /perl-install/detect_devices.pm | |
parent | 9664677dd64e5e7efcda518935cd2b68bc0fee97 (diff) | |
download | drakx-backup-do-not-use-66bfc95dc2e453e9d52b02017c2241f6597e3d80.tar drakx-backup-do-not-use-66bfc95dc2e453e9d52b02017c2241f6597e3d80.tar.gz drakx-backup-do-not-use-66bfc95dc2e453e9d52b02017c2241f6597e3d80.tar.bz2 drakx-backup-do-not-use-66bfc95dc2e453e9d52b02017c2241f6597e3d80.tar.xz drakx-backup-do-not-use-66bfc95dc2e453e9d52b02017c2241f6597e3d80.zip |
Fixed bug of empty menu entry appearing after adding a new printer.
Modified "Local Printer" dialog to be more newbie-friendly.
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r-- | perl-install/detect_devices.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 1538aa062..3178aa756 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -450,7 +450,7 @@ sub whatPrinter() { } sub whatPrinterPort() { - grep { tryWrite($_)} qw(/dev/lp0 /dev/lp1 /dev/lp2 /dev/usb/lp0 /dev/usb/lp1 /dev/usb/lp2); + grep { tryWrite($_)} qw(/dev/lp0 /dev/lp1 /dev/lp2 /dev/usb/lp0 /dev/usb/lp1 /dev/usb/lp2 /dev/usb/lp3 /dev/usb/lp4 /dev/usb/lp5 /dev/usb/lp6 /dev/usb/lp7 /dev/usb/lp8 /dev/usb/lp9); } sub probeSerialDevices { |