diff options
author | John Sung <penmount.touch@gmail.com> | 2011-04-21 10:21:52 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-04-22 05:56:52 -0400 |
commit | 6ab3a9a63fc16b04f7de48eb0190d516dd7574df (patch) | |
tree | 4abc31d02718f12687ec0b87efa7b2c82b069e80 /drivers/hid/Kconfig | |
parent | 2955caed8b9865c1f04fcde6bd7103d5d5ec9415 (diff) |
HID: hid-multitouch: add support for PenMount dual-touch panel
This patch adds PenMount support to hid-multitouch. A new class
MT_CLS_CONFIDENCE is defined for PenMount, since it uses HID_DG_CONFIDENCE as
the valid flag.
Signed-off-by: John Sung <penmount.touch@gmail.com>
[benjamin.tissoires@enac.fr: rebased on top of last_index_field changes]
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@enac.fr>
Acked-by: Henrik Rydberg <rydberg@euromail.se>
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 996ae3ac3244..8058cf1ba83c 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -313,6 +313,7 @@ config HID_MULTITOUCH | |||
313 | - Cypress TrueTouch panels | 313 | - Cypress TrueTouch panels |
314 | - Hanvon dual touch panels | 314 | - Hanvon dual touch panels |
315 | - IrTouch Infrared USB panels | 315 | - IrTouch Infrared USB panels |
316 | - PenMount dual touch panels | ||
316 | - Pixcir dual touch panels | 317 | - Pixcir dual touch panels |
317 | - 'Sensing Win7-TwoFinger' panel by GeneralTouch | 318 | - 'Sensing Win7-TwoFinger' panel by GeneralTouch |
318 | - eGalax dual-touch panels, including the | 319 | - eGalax dual-touch panels, including the |