summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-08-04 07:16:04 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-08-04 07:16:04 +0000
commit3965d905db42cdb9aaeb5b75f71e87d80c424f8d (patch)
tree5629bcff1a924d847e212a7a86101e1b80796437 /perl-install/detect_devices.pm
parentcc80bc093264e0a3fb982229565193faddcd39df (diff)
downloaddrakx-backup-do-not-use-3965d905db42cdb9aaeb5b75f71e87d80c424f8d.tar
drakx-backup-do-not-use-3965d905db42cdb9aaeb5b75f71e87d80c424f8d.tar.gz
drakx-backup-do-not-use-3965d905db42cdb9aaeb5b75f71e87d80c424f8d.tar.bz2
drakx-backup-do-not-use-3965d905db42cdb9aaeb5b75f71e87d80c424f8d.tar.xz
drakx-backup-do-not-use-3965d905db42cdb9aaeb5b75f71e87d80c424f8d.zip
(getUPS) blacklist all keyboards
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r--perl-install/detect_devices.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index f95911d4a..7b03bd391 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -627,7 +627,7 @@ sub getUPS() {
$_->{media_type} = 'UPS';
$_->{driver} = 'newhidups';
$_;
- } grep { $_->{driver} =~ /ups$/ && $_->{description} !~ /American Power Conversion\|Back-UPS|Logitech|WingMan/ } @usb_devices);
+ } grep { $_->{driver} =~ /ups$/ && $_->{description} !~ /American Power Conversion\|Back-UPS|Keyboard|Logitech|WingMan/ } @usb_devices);
}
$pcitable_addons = <<'EOF';