aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorNikolai Kondrashov <spbnick@gmail.com>2010-08-09 12:44:17 -0400
committerJiri Kosina <jkosina@suse.cz>2010-08-09 13:52:43 -0400
commitf8a489cc5f7adafa9f1420279be793de0fba481c (patch)
treed131e5c50460bedaa2a464818892ebebcd106720 /drivers/hid/Kconfig
parent50b6369767f65c39de3d7ca17842ebc6c52888b8 (diff)
HID: Add support for UC-Logic WP????U tablets
Add support for UC-Logic WP4030U, WP5540U and WP8060U tablets. These tablets are usually sold by Genius, Trust and possibly others under different names and in different cases, but with the original USB vendor/product IDs. Currently, these tablets are supported by standalone X.org driver WizardPen. This patch aims to fix them in the kernel and make them supported by the generic evdev X.org driver. Still, some minor fixes in the X.org driver are to be made for the full stack support. Signed-off-by: Nikolai Kondrashov <spbnick@gmail.com> 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 6369ba7f96f8..d0b43c9fc245 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -176,6 +176,12 @@ config HID_KYE
176 ---help--- 176 ---help---
177 Support for Kye/Genius Ergo Mouse. 177 Support for Kye/Genius Ergo Mouse.
178 178
179config HID_UCLOGIC
180 tristate "UC-Logic" if EMBEDDED
181 depends on USB_HID
182 ---help---
183 Support for UC-Logic tablets.
184
179config HID_GYRATION 185config HID_GYRATION
180 tristate "Gyration" 186 tristate "Gyration"
181 depends on USB_HID 187 depends on USB_HID