summaryrefslogtreecommitdiff
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorNikolai Kondrashov <spbnick@gmail.com>2010-08-09 20:44:17 +0400
committerJiri Kosina <jkosina@suse.cz>2010-08-09 19:52:43 +0200
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
---help---
Support for Kye/Genius Ergo Mouse.
+config HID_UCLOGIC
+ tristate "UC-Logic" if EMBEDDED
+ depends on USB_HID
+ ---help---
+ Support for UC-Logic tablets.
+
config HID_GYRATION
tristate "Gyration"
depends on USB_HID