Prev: [PATCH v3 1/1] HID: Add Support for Setting and Getting Feature Reports from hidraw
Next: [PATCH -v3] x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit numa are used
From: Alan Ott on 10 Jul 2010 14:40 Version 3 of the patch. Fixing the problem reported by Amit Nagal where Report IDs were not getting sent to the device when using Set_Report control tranfers. Alan Ott (1): HID: Add Support for Setting and Getting Feature Reports from hidraw drivers/hid/hidraw.c | 105 +++++++++++++++++++++++++++++++++++++++-- drivers/hid/usbhid/hid-core.c | 31 ++++++++++-- include/linux/hid.h | 3 + include/linux/hidraw.h | 3 + 4 files changed, 132 insertions(+), 10 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |