These three patches add proper support for UC-Logic WP????U tablets along with prerequisite changes to the HID driver interface and the generic HID input driver. The last patch relies on the first two, but otherwise they are unrelated. Please don't hit me too hard, this is my first patch :) drivers/hid/Kconfig | 7 + drivers/hid/Makefile | 1 + drivers/hid/hid-apple.c | 7 +- drivers/hid/hid-cherry.c | 7 +- drivers/hid/hid-core.c | 5 +- drivers/hid/hid-cypress.c | 9 +- drivers/hid/hid-elecom.c | 7 +- drivers/hid/hid-ids.h | 2 + drivers/hid/hid-input.c | 4 + drivers/hid/hid-kye.c | 7 +- drivers/hid/hid-lg.c | 9 +- drivers/hid/hid-microsoft.c | 7 +- drivers/hid/hid-monterey.c | 7 +- drivers/hid/hid-ortek.c | 7 +- drivers/hid/hid-petalynx.c | 7 +- drivers/hid/hid-prodikeys.c | 7 +- drivers/hid/hid-samsung.c | 20 +- drivers/hid/hid-sony.c | 7 +- drivers/hid/hid-sunplus.c | 7 +- drivers/hid/hid-uclogic.c | 404 +++++++++++++++++++++++++++++++++++++++ drivers/hid/hid-zydacron.c | 7 +- drivers/hid/usbhid/hid-quirks.c | 3 +- include/linux/hid.h | 4 +- 23 files changed, 495 insertions(+), 57 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html