Re: [PATCH] HID: i2c-hid: enforce I2C_HID_QUIRK_RESEND_REPORT_DESCR

2018-09-03 Thread Jiri Kosina
On Mon, 3 Sep 2018, Benjamin Tissoires wrote: > > > The spec states that the HID devices should allow > > > the host to query the HID descriptor at any time. > > > > > > Some devices require the HID descriptor to be set > > > on resume, or they will fail. > > > > > > Instead of having a growing li

Re: [PATCH] HID: i2c-hid: enforce I2C_HID_QUIRK_RESEND_REPORT_DESCR

2018-09-03 Thread Benjamin Tissoires
On Fri, Aug 31, 2018 at 12:04 PM Hans de Goede wrote: > > Hi, > > On 31-08-18 11:54, Benjamin Tissoires wrote: > > The spec states that the HID devices should allow > > the host to query the HID descriptor at any time. > > > > Some devices require the HID descriptor to be set > > on resume, or the

Re: [PATCH] HID: i2c-hid: enforce I2C_HID_QUIRK_RESEND_REPORT_DESCR

2018-08-31 Thread Hans de Goede
Hi, On 31-08-18 11:54, Benjamin Tissoires wrote: The spec states that the HID devices should allow the host to query the HID descriptor at any time. Some devices require the HID descriptor to be set on resume, or they will fail. Instead of having a growing list of blacklisted devices make the

[PATCH] HID: i2c-hid: enforce I2C_HID_QUIRK_RESEND_REPORT_DESCR

2018-08-31 Thread Benjamin Tissoires
The spec states that the HID devices should allow the host to query the HID descriptor at any time. Some devices require the HID descriptor to be set on resume, or they will fail. Instead of having a growing list of blacklisted devices make the call part of the general resume process so we can re