summaryrefslogtreecommitdiffstats
path: root/convert
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-03-10 15:19:17 +0000
committerOlivier Blin <oblin@mandriva.com>2008-03-10 15:19:17 +0000
commitf79a13fa1c5966c3428511c6de8eb048ecebf9c6 (patch)
treee37e0b817b02f1caf79079d8563f273175a08832 /convert
parent117e88e6cd77a7be9ecf593bcf5db70d051a0723 (diff)
downloadldetect-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')
-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 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" ],
);