This is a couple of patches which fix issues with the (1292:4745) Innomedia INNEX GENESIS/ATARI controller USB adapter. I've personally tested these patches against the master of the hid tree. Patch 2 depends on patch 1. I wasn't sure if adding a new config symbol meant I needed to add it to some default config so I left that alone. Hopefully I didn't screw anything up. Thanks, -- Tomasz Kramkowski Tomasz Kramkowski (2): HID: add Innomedia INNEX GENESIS/ATARI adapter support HID: usbhid: add quirk for Innomedia INNEX GENESIS/ATARI adapter drivers/hid/Kconfig | 6 ++++ drivers/hid/Makefile | 1 + drivers/hid/hid-core.c | 1 + drivers/hid/hid-ids.h | 3 ++ drivers/hid/hid-innomedia.c | 63 +++++++++++++++++++++++++++++++++++++++++ drivers/hid/usbhid/hid-quirks.c | 1 + 6 files changed, 75 insertions(+) create mode 100644 drivers/hid/hid-innomedia.c -- 2.10.2 -- 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