Re: [PATCH 02/14] HID: uHID: implement .raw_request

2014-02-12 Thread David Herrmann
Hi On Mon, Feb 10, 2014 at 6:58 PM, Benjamin Tissoires wrote: > uHID is missing a SET_REPORT protocol implementation, but as > .hid_get_raw_report() as been removed from struct hid_device, > there were no means to access GET_REPORT in uhid. > > Signed-off-by: Benjamin Tissoires > --- > drivers/

[PATCH 02/14] HID: uHID: implement .raw_request

2014-02-10 Thread Benjamin Tissoires
uHID is missing a SET_REPORT protocol implementation, but as .hid_get_raw_report() as been removed from struct hid_device, there were no means to access GET_REPORT in uhid. Signed-off-by: Benjamin Tissoires --- drivers/hid/uhid.c | 16 1 file changed, 16 insertions(+) diff --gi