[PATCH v2 2/2] HID: hid-sensor-hub: Enhance feature report set API

2015-01-16 Thread Srinivas Pandruvada
Current API only allows setting one offset in the field. This API is extended to set multiple offsets in the field report. Also update parameters in the users of this API. Signed-off-by: Srinivas Pandruvada --- drivers/hid/hid-sensor-hub.c | 22 -- .../i

Re: [PATCH v2 2/2] HID: hid-sensor-hub: Enhance feature report set API

2015-02-01 Thread Jonathan Cameron
On 17/01/15 00:39, Srinivas Pandruvada wrote: > Current API only allows setting one offset in the field. This API > is extended to set multiple offsets in the field report. > Also update parameters in the users of this API. > > Signed-off-by: Srinivas Pandruvada With the unnecessary cast below dr

Re: [PATCH v2 2/2] HID: hid-sensor-hub: Enhance feature report set API

2015-02-19 Thread Srinivas Pandruvada
On Sun, 2015-02-01 at 10:36 +, Jonathan Cameron wrote: > On 17/01/15 00:39, Srinivas Pandruvada wrote: > > Current API only allows setting one offset in the field. This API > > is extended to set multiple offsets in the field report. > > Also update parameters in the users of this API. > > > >