summaryrefslogtreecommitdiffstats
path: root/convert
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-03-10 12:04:55 +0000
committerOlivier Blin <oblin@mandriva.com>2008-03-10 12:04:55 +0000
commit117e88e6cd77a7be9ecf593bcf5db70d051a0723 (patch)
treef446938026ed17dc1c6bc6e903987cbc02e8c604 /convert
parent35c0f6082cf9b4f89312f4d3da32833fbab75f5e (diff)
downloadldetect-lst-117e88e6cd77a7be9ecf593bcf5db70d051a0723.tar
ldetect-lst-117e88e6cd77a7be9ecf593bcf5db70d051a0723.tar.gz
ldetect-lst-117e88e6cd77a7be9ecf593bcf5db70d051a0723.tar.bz2
ldetect-lst-117e88e6cd77a7be9ecf593bcf5db70d051a0723.tar.xz
ldetect-lst-117e88e6cd77a7be9ecf593bcf5db70d051a0723.zip
add explicit aliases for tablet modules (by deferring usbmouse)
Diffstat (limited to 'convert')
-rwxr-xr-xconvert/uniquify-modalias.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/convert/uniquify-modalias.pl b/convert/uniquify-modalias.pl
index c79d3ded..84f40d95 100755
--- a/convert/uniquify-modalias.pl
+++ b/convert/uniquify-modalias.pl
@@ -51,6 +51,7 @@ my %category_deferred_modules = (
#- prefer "generic" non-libata module or full implementation
"disk/ide" => [ "ata_generic" ],
"disk/sata" => [ "ata_generic" ],
+ "input/tablet" => [ "usbmouse" ],
);
sub build_modalias {