diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-03-10 15:19:17 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-03-10 15:19:17 +0000 |
commit | f79a13fa1c5966c3428511c6de8eb048ecebf9c6 (patch) | |
tree | e37e0b817b02f1caf79079d8563f273175a08832 /convert/uniquify-modalias.pl | |
parent | 117e88e6cd77a7be9ecf593bcf5db70d051a0723 (diff) | |
download | ldetect-lst-f79a13fa1c5966c3428511c6de8eb048ecebf9c6.tar ldetect-lst-f79a13fa1c5966c3428511c6de8eb048ecebf9c6.tar.gz ldetect-lst-f79a13fa1c5966c3428511c6de8eb048ecebf9c6.tar.bz2 ldetect-lst-f79a13fa1c5966c3428511c6de8eb048ecebf9c6.tar.xz ldetect-lst-f79a13fa1c5966c3428511c6de8eb048ecebf9c6.zip |
defer pata_acpi preference (not really needed right now, but could help to prevent future regressions)
Diffstat (limited to 'convert/uniquify-modalias.pl')
-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 84f40d95..f4df901e 100755 --- a/convert/uniquify-modalias.pl +++ b/convert/uniquify-modalias.pl @@ -50,7 +50,7 @@ my @preferred_categories = ( my %category_deferred_modules = ( #- prefer "generic" non-libata module or full implementation "disk/ide" => [ "ata_generic" ], - "disk/sata" => [ "ata_generic" ], + "disk/sata" => [ "ata_generic", "pata_acpi" ], "input/tablet" => [ "usbmouse" ], ); |