RE: [PATCH 1/1] Drivers: hid: hid-hyperv: Implement a stub raw_request() entry point

2014-03-28 Thread KY Srinivasan
dh.herrm...@gmail.com > Subject: Re: [PATCH 1/1] Drivers: hid: hid-hyperv: Implement a stub > raw_request() entry point > > On Fri, 28 Mar 2014, K. Y. Srinivasan wrote: > > > commit 3c86726cfe38952f0366f86acfbbb025813ec1c2 > > Author: Benjamin Tissoires > > Date:

Re: [PATCH 1/1] Drivers: hid: hid-hyperv: Implement a stub raw_request() entry point

2014-03-28 Thread Jiri Kosina
On Fri, 28 Mar 2014, K. Y. Srinivasan wrote: > commit 3c86726cfe38952f0366f86acfbbb025813ec1c2 > Author: Benjamin Tissoires > Date: Thu Feb 20 15:24:49 2014 -0500 > > HID: make .raw_request mandatory > > SET_REPORT and GET_REPORT are mandatory in the HID specification. > Make the

Re: [PATCH 1/1] Drivers: hid: hid-hyperv: Implement a stub raw_request() entry point

2014-03-28 Thread Benjamin Tissoires
On Mar 28 2014 or thereabouts, K. Y. Srinivasan wrote: > commit 3c86726cfe38952f0366f86acfbbb025813ec1c2 > Author: Benjamin Tissoires > Date: Thu Feb 20 15:24:49 2014 -0500 > > HID: make .raw_request mandatory > > SET_REPORT and GET_REPORT are mandatory in the HID specification. >

[PATCH 1/1] Drivers: hid: hid-hyperv: Implement a stub raw_request() entry point

2014-03-28 Thread K. Y. Srinivasan
commit 3c86726cfe38952f0366f86acfbbb025813ec1c2 Author: Benjamin Tissoires Date: Thu Feb 20 15:24:49 2014 -0500 HID: make .raw_request mandatory SET_REPORT and GET_REPORT are mandatory in the HID specification. Make the corresponding API in hid-core mandatory too, which removes the