summaryrefslogtreecommitdiffstats
path: root/convert/uniquify-modalias.pl
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-06-12 13:34:09 +0000
committerOlivier Blin <oblin@mandriva.com>2008-06-12 13:34:09 +0000
commit5c52fb9db9d2ab2ed13d2db274ea77db85bfe986 (patch)
treebc8cfff8c2e9cdcd5e47c58f21e0fb447fab8909 /convert/uniquify-modalias.pl
parent483e28bec244054111fc13f12baed7e9dd738086 (diff)
downloadldetect-lst-5c52fb9db9d2ab2ed13d2db274ea77db85bfe986.tar
ldetect-lst-5c52fb9db9d2ab2ed13d2db274ea77db85bfe986.tar.gz
ldetect-lst-5c52fb9db9d2ab2ed13d2db274ea77db85bfe986.tar.bz2
ldetect-lst-5c52fb9db9d2ab2ed13d2db274ea77db85bfe986.tar.xz
ldetect-lst-5c52fb9db9d2ab2ed13d2db274ea77db85bfe986.zip
generic module is now named ide_pci_generic
Diffstat (limited to 'convert/uniquify-modalias.pl')
-rwxr-xr-xconvert/uniquify-modalias.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert/uniquify-modalias.pl b/convert/uniquify-modalias.pl
index 3da417be..23d03ed2 100755
--- a/convert/uniquify-modalias.pl
+++ b/convert/uniquify-modalias.pl
@@ -45,7 +45,7 @@ my @preferred_categories = (
#- This allows to workaround modules having class wildcards, which isn't supported.
my %category_deferred_modules = (
#- prefer full implementation or "generic" libata module, not old IDE generic module
- "disk/ide" => [ "generic" ],
+ "disk/ide" => [ "ide_pci_generic" ],
"disk/sata" => [ "ata_generic", "pata_acpi" ],
"input/tablet" => [ "usbmouse" ],
);