Hi, this series adds a new quirk to force output reports to be sent over the control endpoint rather than the interrupt ep, this is needed on our "beloved" Sixaxis controller in order to set leds via hidraw, sending the output report on the interrupt endpoint does not have any effect whatsoever. This is just an RFC for now, the quirk name can be improved, and I have to make clear in the code and in the commit messages if this is for hidraw only, but you can get the idea already. Thanks, Antonio Antonio Ospite (2): HID: usbhid, new quirk to force out reports on the control ep HID: hid-sony, use HID_QUIRK_FORCE_OUT_CONTROL_EP for Sixaxis include/linux/hid.h | 1 + drivers/hid/hid-sony.c | 4 +++- drivers/hid/usbhid/hid-core.c | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki/Posting_style Q: Why is top-posting such a bad thing? -- 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