diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-03-10 12:04:55 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-03-10 12:04:55 +0000 |
commit | 117e88e6cd77a7be9ecf593bcf5db70d051a0723 (patch) | |
tree | f446938026ed17dc1c6bc6e903987cbc02e8c604 /convert/uniquify-modalias.pl | |
parent | 35c0f6082cf9b4f89312f4d3da32833fbab75f5e (diff) | |
download | ldetect-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/uniquify-modalias.pl')
-rwxr-xr-x | convert/uniquify-modalias.pl | 1 |
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 { |