summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-11-12 12:28:02 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-11-12 12:28:02 +0000
commite4caee01567512d4f7751f8614d4d3541a062a62 (patch)
tree23073db55b4ed80d6debb261a06bfaa88277dea2 /perl-install
parent7f55bd4c5a3f5c19e1eec11bca84580813b21f40 (diff)
downloaddrakx-backup-do-not-use-e4caee01567512d4f7751f8614d4d3541a062a62.tar
drakx-backup-do-not-use-e4caee01567512d4f7751f8614d4d3541a062a62.tar.gz
drakx-backup-do-not-use-e4caee01567512d4f7751f8614d4d3541a062a62.tar.bz2
drakx-backup-do-not-use-e4caee01567512d4f7751f8614d4d3541a062a62.tar.xz
drakx-backup-do-not-use-e4caee01567512d4f7751f8614d4d3541a062a62.zip
fix warning with usb mice
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/harddrake22
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 22411ac3a..164b6a09d 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -293,7 +293,7 @@ foreach (@harddrake::data::tree) {
rename_field($_, 'vendor_name', 'Vendor');
rename_field($_, 'usb_driver', 'driver');
rename_field($_, 'usb_media_type', 'media_type');
- foreach my $i (qw(MOUSETYPE XMOUSETYPE auxmouse devfs_prefix id pci_bus pci_device pci_function subid subvendor unsafe usb_bus usb_pci_bus usb_pci_device usb_vendor val vendor wacom)) { delete $_->{$i} };
+ foreach my $i (qw(EMULATEWHEEL MOUSETYPE XMOUSETYPE auxmouse devfs_prefix id pci_bus pci_device pci_function subid subvendor unsafe usb_bus usb_pci_bus usb_pci_device usb_vendor val vendor wacom)) { delete $_->{$i} };
my $custom_id = harddrake::data::custom_id($_, $title);
foreach my $field (qw(devfs_device device)) {