Re: [PATCH v2] i2c-hid: fix length for set/get report in i2c hid

2013-04-04 Thread Jiri Kosina
On Thu, 4 Apr 2013, Benjamin Tissoires wrote: > >> With the current i2c hid driver set/get report does not work > >> as expected, for e.g sensor hub properties like power state, > >> frequency etc is not set properly on the device as a result > >> we do not get events. > >> The problem is that

Re: [PATCH v2] i2c-hid: fix length for set/get report in i2c hid

2013-04-04 Thread Benjamin Tissoires
On Thu, Apr 4, 2013 at 9:47 AM, Jiri Kosina wrote: > On Wed, 3 Apr 2013, Huzefa Kankroliwala wrote: > >> With the current i2c hid driver set/get report does not work >> as expected, for e.g sensor hub properties like power state, >> frequency etc is not set properly on the device as a result >>

Re: [PATCH v2] i2c-hid: fix length for set/get report in i2c hid

2013-04-04 Thread Jiri Kosina
On Wed, 3 Apr 2013, Huzefa Kankroliwala wrote: > With the current i2c hid driver set/get report does not work > as expected, for e.g sensor hub properties like power state, > frequency etc is not set properly on the device as a result > we do not get events. > The problem is that i2c hid driver

Re: [PATCH v2] i2c-hid: fix length for set/get report in i2c hid

2013-04-04 Thread Jiri Kosina
On Wed, 3 Apr 2013, Huzefa Kankroliwala wrote: With the current i2c hid driver set/get report does not work as expected, for e.g sensor hub properties like power state, frequency etc is not set properly on the device as a result we do not get events. The problem is that i2c hid driver in

Re: [PATCH v2] i2c-hid: fix length for set/get report in i2c hid

2013-04-04 Thread Benjamin Tissoires
On Thu, Apr 4, 2013 at 9:47 AM, Jiri Kosina jkos...@suse.cz wrote: On Wed, 3 Apr 2013, Huzefa Kankroliwala wrote: With the current i2c hid driver set/get report does not work as expected, for e.g sensor hub properties like power state, frequency etc is not set properly on the device as a

Re: [PATCH v2] i2c-hid: fix length for set/get report in i2c hid

2013-04-04 Thread Jiri Kosina
On Thu, 4 Apr 2013, Benjamin Tissoires wrote: With the current i2c hid driver set/get report does not work as expected, for e.g sensor hub properties like power state, frequency etc is not set properly on the device as a result we do not get events. The problem is that i2c hid driver in

[PATCH v2] i2c-hid: fix length for set/get report in i2c hid

2013-04-03 Thread Huzefa Kankroliwala
With the current i2c hid driver set/get report does not work as expected, for e.g sensor hub properties like power state, frequency etc is not set properly on the device as a result we do not get events. The problem is that i2c hid driver in function i2c_hid_request sets length equal to default

[PATCH v2] i2c-hid: fix length for set/get report in i2c hid

2013-04-03 Thread Huzefa Kankroliwala
With the current i2c hid driver set/get report does not work as expected, for e.g sensor hub properties like power state, frequency etc is not set properly on the device as a result we do not get events. The problem is that i2c hid driver in function i2c_hid_request sets length equal to default