diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-05-30 02:59:23 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-05-30 02:59:23 +0000 |
commit | 64f3dcf4d3a9c2f37944b241f18b3b78c8363c33 (patch) | |
tree | b04be8ae462690345a43d642604fc22d6d1aa53c | |
parent | b1ec381255aeabbec415aa49161bf0e71e6ba71f (diff) | |
download | drakx-64f3dcf4d3a9c2f37944b241f18b3b78c8363c33.tar drakx-64f3dcf4d3a9c2f37944b241f18b3b78c8363c33.tar.gz drakx-64f3dcf4d3a9c2f37944b241f18b3b78c8363c33.tar.bz2 drakx-64f3dcf4d3a9c2f37944b241f18b3b78c8363c33.tar.xz drakx-64f3dcf4d3a9c2f37944b241f18b3b78c8363c33.zip |
add itmtouch to input/touchscreen
-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 162e5de76..911bf671d 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -206,7 +206,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 mk712 mtouch mtouchusb touchkitusb) ], + touchscreen => [ qw(ads7846_ts gunze hp680_ts_input itmtouch mk712 mtouch mtouchusb touchkitusb) ], }, various => |