diff options
author | Stephane Chatty <chatty@lii-enac.fr> | 2010-02-06 09:17:13 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-10 08:52:12 -0500 |
commit | 77f720b71d88a3cbf574c113566a31c93099f97d (patch) | |
tree | 62a6b34da555578c1dc523c02f8107d686cc18ed /drivers/hid/Kconfig | |
parent | 580363db92572cccbe6226bf83321e50a9ea50ea (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/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 | |||
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 | ||
207 | config HID_MOSART | ||
208 | tristate "MosArt" | ||
209 | depends on USB_HID | ||
210 | ---help--- | ||
211 | Support for MosArt dual-touch panels. | ||
212 | |||
207 | config HID_MONTEREY | 213 | config HID_MONTEREY |
208 | tristate "Monterey" if EMBEDDED | 214 | tristate "Monterey" if EMBEDDED |
209 | depends on USB_HID | 215 | depends on USB_HID |