diff options
author | Nikolai Kondrashov <spbnick@gmail.com> | 2010-08-09 20:44:17 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-08-09 19:52:43 +0200 |
commit | f8a489cc5f7adafa9f1420279be793de0fba481c (patch) | |
tree | d131e5c50460bedaa2a464818892ebebcd106720 /drivers/hid/Kconfig | |
parent | 50b6369767f65c39de3d7ca17842ebc6c52888b8 (diff) | |
download | blackbird-op-linux-f8a489cc5f7adafa9f1420279be793de0fba481c.tar.gz blackbird-op-linux-f8a489cc5f7adafa9f1420279be793de0fba481c.zip |
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/Kconfig | 6 |
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 |