Re: [PATCH] i2c-hid: Fix "incomplete report" noise

2018-07-09 Thread Jiri Kosina
On Fri, 22 Jun 2018, Jason Andryuk wrote: > Commit ac75a041048b ("HID: i2c-hid: fix size check and type usage") > started writing messages when the ret_size is <= 2 from i2c_master_recv. > However, my device i2c-DLL07D1 returns 2 for a short period of time > (~0.5s) after I stop moving the

Re: [PATCH] i2c-hid: Fix "incomplete report" noise

2018-07-09 Thread Jiri Kosina
On Fri, 22 Jun 2018, Jason Andryuk wrote: > Commit ac75a041048b ("HID: i2c-hid: fix size check and type usage") > started writing messages when the ret_size is <= 2 from i2c_master_recv. > However, my device i2c-DLL07D1 returns 2 for a short period of time > (~0.5s) after I stop moving the

Re: [PATCH] i2c-hid: Fix "incomplete report" noise

2018-07-09 Thread Jason Andryuk
Ping? The logging here is very excessive. If not this change, then some other change is needed to cut down on the sheer quantity of messages. Thanks, Jason On Fri, Jun 22, 2018 at 12:25 PM, Jason Andryuk wrote: > Commit ac75a041048b ("HID: i2c-hid: fix size check and type usage") > started

Re: [PATCH] i2c-hid: Fix "incomplete report" noise

2018-07-09 Thread Jason Andryuk
Ping? The logging here is very excessive. If not this change, then some other change is needed to cut down on the sheer quantity of messages. Thanks, Jason On Fri, Jun 22, 2018 at 12:25 PM, Jason Andryuk wrote: > Commit ac75a041048b ("HID: i2c-hid: fix size check and type usage") > started

[PATCH] i2c-hid: Fix "incomplete report" noise

2018-06-22 Thread Jason Andryuk
Commit ac75a041048b ("HID: i2c-hid: fix size check and type usage") started writing messages when the ret_size is <= 2 from i2c_master_recv. However, my device i2c-DLL07D1 returns 2 for a short period of time (~0.5s) after I stop moving the pointing stick or touchpad. It varies, but you get ~50

[PATCH] i2c-hid: Fix "incomplete report" noise

2018-06-22 Thread Jason Andryuk
Commit ac75a041048b ("HID: i2c-hid: fix size check and type usage") started writing messages when the ret_size is <= 2 from i2c_master_recv. However, my device i2c-DLL07D1 returns 2 for a short period of time (~0.5s) after I stop moving the pointing stick or touchpad. It varies, but you get ~50