diff options
Diffstat (limited to 'perl-install')
-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 1de3d4b21..63297d78b 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -592,7 +592,7 @@ sub getNet() { #} sub getUPS() { - my @usb_devices = map { ($_->{name} = $_->{description}) =~ s/.*\|//; $_ } grep { $_->{description} !~ /Joystick/ } usb_probe(); + my @usb_devices = map { ($_->{name} = $_->{description}) =~ s/.*\|//; $_ } grep { $_->{description} !~ /Joystick|IR Combo Device/ } usb_probe(); # MGE serial PnP devices: (map { |