diff options
author | Benjamin Tissoires <benjamin.tissoires@enac.fr> | 2011-04-22 05:51:48 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-04-22 08:14:52 -0400 |
commit | 4a6ee685fbcba4a440cf86f41557752ba81e2ccf (patch) | |
tree | c3b1383b216c9b6adff73e2499d60c082e44f9aa /drivers/hid/Kconfig | |
parent | 6ab3a9a63fc16b04f7de48eb0190d516dd7574df (diff) |
HID: hid-multitouch: merge hid-mosart into hid-multitouch
This patch include MosArt devices into hid-multitouch.
MosArt devices now support mt-protocol B.
We also need to introduce a new quirk for mosart devices to support
their contactID.
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 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 8058cf1ba83c..d2d4e5f1911e 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -288,12 +288,6 @@ config HID_MICROSOFT | |||
288 | ---help--- | 288 | ---help--- |
289 | Support for Microsoft devices that are not fully compliant with HID standard. | 289 | Support for Microsoft devices that are not fully compliant with HID standard. |
290 | 290 | ||
291 | config HID_MOSART | ||
292 | tristate "MosArt dual-touch panels" | ||
293 | depends on USB_HID | ||
294 | ---help--- | ||
295 | Support for MosArt dual-touch panels. | ||
296 | |||
297 | config HID_MONTEREY | 291 | config HID_MONTEREY |
298 | tristate "Monterey Genius KB29E keyboard" if EXPERT | 292 | tristate "Monterey Genius KB29E keyboard" if EXPERT |
299 | depends on USB_HID | 293 | depends on USB_HID |
@@ -313,6 +307,7 @@ config HID_MULTITOUCH | |||
313 | - Cypress TrueTouch panels | 307 | - Cypress TrueTouch panels |
314 | - Hanvon dual touch panels | 308 | - Hanvon dual touch panels |
315 | - IrTouch Infrared USB panels | 309 | - IrTouch Infrared USB panels |
310 | - MosArt dual-touch panels | ||
316 | - PenMount dual touch panels | 311 | - PenMount dual touch panels |
317 | - Pixcir dual touch panels | 312 | - Pixcir dual touch panels |
318 | - 'Sensing Win7-TwoFinger' panel by GeneralTouch | 313 | - 'Sensing Win7-TwoFinger' panel by GeneralTouch |