aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@enac.fr>2011-01-11 10:45:54 -0500
committerJiri Kosina <jkosina@suse.cz>2011-01-11 15:26:56 -0500
commit2d93666e70662cfcf1927e1a858685f5b38d5d65 (patch)
treead466fccbbce01ff2329a8b1429b96ed27f1a10f /drivers/hid/Kconfig
parentc64f6f934c7490faff76faf96217066a1b3570a0 (diff)
HID: hid-multitouch: minor fixes based on additional review
* amended Kconfig (PixCir and Hanvon are the same panel but with different name) * insert field name in mt_class and retrieving it in mt_probe * add 2 quirks: MT_QUIRK_VALID_IS_INRANGE, MT_QUIRK_VALID_IS_CONFIDENCE, in order to find the field "valid" * inlined slot_is_contactid and slot_is_contact_number * cosmetics changes (tabs and comments) * do not send unnecessary properties once the touch is up 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/Kconfig10
1 files changed, 8 insertions, 2 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 9bd21482e618..97c200b0f4b8 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -292,10 +292,16 @@ config HID_MULTITOUCH
292 Generic support for HID multitouch panels. 292 Generic support for HID multitouch panels.
293 293
294 Say Y here if you have one of the following devices: 294 Say Y here if you have one of the following devices:
295 - PixCir touchscreen 295 - Cypress TrueTouch panels
296 - Cypress TrueTouch 296 - Hanvon dual touch panels
297 - Pixcir dual touch panels
297 - 'Sensing Win7-TwoFinger' panel by GeneralTouch 298 - 'Sensing Win7-TwoFinger' panel by GeneralTouch
298 299
300 If unsure, say N.
301
302 To compile this driver as a module, choose M here: the
303 module will be called hid-multitouch.
304
299config HID_NTRIG 305config HID_NTRIG
300 tristate "N-Trig touch screen" 306 tristate "N-Trig touch screen"
301 depends on USB_HID 307 depends on USB_HID