diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-09-22 21:27:55 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-09-22 21:27:55 +0000 |
commit | b55df7eca9fabb9e01d1449f5c122a765dc08da4 (patch) | |
tree | 72723c7694381b80c02d9d84409d73aabc55043a /kernel/list_modules.pm | |
parent | e1cfda585be0a5ce54fe87f1da69f764bdfac7f5 (diff) | |
download | drakx-b55df7eca9fabb9e01d1449f5c122a765dc08da4.tar drakx-b55df7eca9fabb9e01d1449f5c122a765dc08da4.tar.gz drakx-b55df7eca9fabb9e01d1449f5c122a765dc08da4.tar.bz2 drakx-b55df7eca9fabb9e01d1449f5c122a765dc08da4.tar.xz drakx-b55df7eca9fabb9e01d1449f5c122a765dc08da4.zip |
adjust touchscreen driver list
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 587db4ed1..18ef49c64 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -241,7 +241,7 @@ our %l = ( remote => [ qw(ati_remote) ], # USB tablets and touchscreens: tablet => [ qw(acecad aiptek wacom kbtab) ], - touchscreen => [ qw(ads7846_ts gunze hp680_ts_input itmtouch mk712 mtouch mtouchusb touchkitusb) ], + touchscreen => [ qw(ads7846_ts gunze hp680_ts_input itmtouch mk712 mtouch usbtouchscreen) ], }, various => |