diff options
author | Benjamin Tissoires <benjamin.tissoires@enac.fr> | 2011-05-19 14:18:14 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-05-20 13:35:41 +0200 |
commit | 79603dc9a8223856cf3194dcabad32b9828c7be9 (patch) | |
tree | 7ab6980e2c7c8199222e2d35b1049498b4550db1 /drivers/hid/Kconfig | |
parent | e6aac3427ef03f61e7478514d0648b58359d05d1 (diff) | |
download | linux-79603dc9a8223856cf3194dcabad32b9828c7be9.tar.bz2 |
HID: hid-multitouch: add support for CVTouch panels
This patch introduce support for CVTouch 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 605b69b2a52a..3e14815eba36 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -305,6 +305,7 @@ config HID_MULTITOUCH - 3M PCT touch screens - ActionStar dual touch panels - Cando dual touch panel + - CVTouch panels - Cypress TrueTouch panels - Elo TouchSystems IntelliTouch Plus panels - Hanvon dual touch panels |