diff options
author | Stephane Chatty <chatty@lii-enac.fr> | 2010-02-06 17:17:13 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-10 16:52:12 +0300 |
commit | 77f720b71d88a3cbf574c113566a31c93099f97d (patch) | |
tree | 62a6b34da555578c1dc523c02f8107d686cc18ed /drivers/hid/Kconfig | |
parent | 580363db92572cccbe6226bf83321e50a9ea50ea (diff) | |
download | linux-77f720b71d88a3cbf574c113566a31c93099f97d.tar.xz |
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/Kconfig | 6 |
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 ---help--- Support for Microsoft devices that are not fully compliant with HID standard. +config HID_MOSART + tristate "MosArt" + depends on USB_HID + ---help--- + Support for MosArt dual-touch panels. + config HID_MONTEREY tristate "Monterey" if EMBEDDED depends on USB_HID |