These four patches continue my work on the Waltop tablets driver and should apply to Jiri's waltop branch. The second and third patches depend on the fix from "HID: rdesc parser: remove local item size limit" [http://article.gmane.org/gmane.linux.usb.general/35268] With out it, the usages from the updated descriptors would have to look like this: 0x09, 0x00, /* Usage (00h), */ 0x09, 0x00, /* Usage (00h), */ 0x09, 0x00, /* Usage (00h), */ 0x09, 0x00, /* Usage (00h), */ 0x09, 0x00, /* Usage (00h), */ Instead of this: 0x08, /* Usage (00h), */ 0x08, /* Usage (00h), */ 0x08, /* Usage (00h), */ 0x08, /* Usage (00h), */ 0x08, /* Usage (00h), */ If the fix doesn't get accepted, I'll redo these patches. drivers/hid/hid-core.c | 1 + drivers/hid/hid-ids.h | 1 + drivers/hid/hid-waltop.c | 361 +++++++++++++++++++++++++++++++++++++-- drivers/hid/usbhid/hid-quirks.c | 1 + 4 files changed, 350 insertions(+), 14 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