aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorStephane Chatty <chatty@lii-enac.fr>2010-02-06 09:17:13 -0500
committerJiri Kosina <jkosina@suse.cz>2010-02-10 08:52:12 -0500
commit77f720b71d88a3cbf574c113566a31c93099f97d (patch)
tree62a6b34da555578c1dc523c02f8107d686cc18ed /drivers/hid/Kconfig
parent580363db92572cccbe6226bf83321e50a9ea50ea (diff)
HID: Support for MosArt multitouch panel
Added support for MosArt dual-touch panels, present in the Asus T91MT notebook. Signed-off-by: Stephane Chatty <chatty@enac.fr> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 617ed7db67d1..2b93d7f647ee 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -204,6 +204,12 @@ config HID_MICROSOFT
204 ---help--- 204 ---help---
205 Support for Microsoft devices that are not fully compliant with HID standard. 205 Support for Microsoft devices that are not fully compliant with HID standard.
206 206
207config HID_MOSART
208 tristate "MosArt"
209 depends on USB_HID
210 ---help---
211 Support for MosArt dual-touch panels.
212
207config HID_MONTEREY 213config HID_MONTEREY
208 tristate "Monterey" if EMBEDDED 214 tristate "Monterey" if EMBEDDED
209 depends on USB_HID 215 depends on USB_HID