HID: Add support for UC-Logic WP????U tablets
authorNikolai Kondrashov <spbnick@gmail.com>
Mon, 9 Aug 2010 16:44:17 +0000 (20:44 +0400)
committerJiri Kosina <jkosina@suse.cz>
Mon, 9 Aug 2010 17:52:43 +0000 (19:52 +0200)
commitf8a489cc5f7adafa9f1420279be793de0fba481c
treed131e5c50460bedaa2a464818892ebebcd106720
parent50b6369767f65c39de3d7ca17842ebc6c52888b8
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>
drivers/hid/Kconfig
drivers/hid/Makefile
drivers/hid/hid-core.c
drivers/hid/hid-ids.h
drivers/hid/hid-uclogic.c [new file with mode: 0644]
drivers/hid/usbhid/hid-quirks.c