diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-17 23:50:13 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-17 23:50:13 +0000 |
commit | d6fa0eac3f964968cea9acc45802e2b9d2188151 (patch) | |
tree | 3a1d0ff547b1a19806076b9fa53443c4fc6e9788 /perl-install | |
parent | d87156ef1d55624a6bf19f7e51eecf6375ea3855 (diff) | |
download | drakx-d6fa0eac3f964968cea9acc45802e2b9d2188151.tar drakx-d6fa0eac3f964968cea9acc45802e2b9d2188151.tar.gz drakx-d6fa0eac3f964968cea9acc45802e2b9d2188151.tar.bz2 drakx-d6fa0eac3f964968cea9acc45802e2b9d2188151.tar.xz drakx-d6fa0eac3f964968cea9acc45802e2b9d2188151.zip |
kill usb_id like usb_vendor is (for USB mass storage media)
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 94e22aebf..38e897f37 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -343,7 +343,7 @@ foreach (@classes) { rename_field($_, 'vendor_name', 'Vendor'); rename_field($_, 'usb_driver', 'driver'); rename_field($_, 'usb_media_type', 'media_type'); - 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} }; + 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 usb_id val vendor wacom)) { delete $_->{$i} }; my $custom_id = harddrake::data::custom_id($_, $title); foreach my $field (qw(devfs_device device)) { |