Hi This series adds wiimote extension support for guitars and drums. The patches are fairly simple and work the same as the other 5 wiimote extensions. But as we currently don't have IDs to report drums or guitar events to user-space, I had to add them. Patch #1 adds basic IDs to <linux/input.h>. I tried to find as many devices as I could and looked what IDs would be required. Turned out, the device I was implementing already supported almost all (except 2 instead of 4 cymbals and 3 instead of 4 toms). Patch #2 and #3 add the wiimote extensions. This has been mostly worked out and tested by Nicolas (thanks!) and we started this work almost 3 month ago. Due to holidays it took a bit longer to get pressure reports working. But now everything should be fine. The xwiimote user-space tools already support this and provide testing utilities if someone is interested: http://github.com/dvdhrm/xwiimote Jiri, Dmitry, can we try merging this for 3.13? I know it's late, but it did see a lot of testing from Nicolas. Regards David Btw., if someone has similar PS3 or WorldTour devices, I'd be glad to add support for them! David Herrmann (2): Input: introduce BTN/ABS bits for drums and guitars HID: wiimote: add support for Guitar-Hero drums Nicolas Adenis-Lamarre (1): HID: wiimote: add support for Guitar-Hero guitars drivers/hid/hid-wiimote-core.c | 14 ++ drivers/hid/hid-wiimote-modules.c | 392 ++++++++++++++++++++++++++++++++++++++ drivers/hid/hid-wiimote.h | 3 + include/linux/mod_devicetable.h | 2 +- include/uapi/linux/input.h | 25 ++- 5 files changed, 433 insertions(+), 3 deletions(-) -- 1.8.4 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html