diff options
author | Benjamin Tissoires <benjamin.tissoires@enac.fr> | 2011-05-19 14:18:16 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-05-20 13:35:42 +0200 |
commit | 5e74e56da03f581482c104628951eeb1455848ea (patch) | |
tree | a2bdaf0760dc717edd8261e1d50363a373d9ca30 /drivers/hid/Kconfig | |
parent | ee0fbd149182d91e3b9df7b306eb03cd1f1dd4a1 (diff) | |
download | blackbird-op-linux-5e74e56da03f581482c104628951eeb1455848ea.tar.gz blackbird-op-linux-5e74e56da03f581482c104628951eeb1455848ea.zip |
HID: hid-multitouch: add support for Touch International panels
This patch introduce support for Touch International panels.
This device has not been optimized in term of kernel processing
operations (default class), but it will work.
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@enac.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 9a8ecc03416e..34ba931a268b 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -320,6 +320,7 @@ config HID_MULTITOUCH - eGalax dual-touch panels, including the Joojoo and Wetab tablets - Stantum multitouch panels + - Touch International Panels If unsure, say N. |