diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-06-12 13:34:09 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-06-12 13:34:09 +0000 |
commit | 5c52fb9db9d2ab2ed13d2db274ea77db85bfe986 (patch) | |
tree | bc8cfff8c2e9cdcd5e47c58f21e0fb447fab8909 | |
parent | 483e28bec244054111fc13f12baed7e9dd738086 (diff) | |
download | ldetect-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
-rwxr-xr-x | convert/uniquify-modalias.pl | 2 |
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" ], ); |