Re: [PATCH] HID: i2c-hid: Add 60ms delay after SET_POWER ON

2020-08-11 Thread Hans de Goede
Hi, On 8/11/20 8:00 AM, Kai-Heng Feng wrote: Hi Hans, On Aug 11, 2020, at 00:13, Hans de Goede wrote: Hi, On 10-08-2020 16:29, Kai-Heng Feng wrote: Goodix touchpad fails to operate in I2C mode after system suspend. According to the vendor, Windows is more forgiving and there's a 60ms delay

Re: [PATCH] HID: i2c-hid: Add 60ms delay after SET_POWER ON

2020-08-10 Thread Kai-Heng Feng
Hi Hans, > On Aug 11, 2020, at 00:13, Hans de Goede wrote: > > Hi, > > On 10-08-2020 16:29, Kai-Heng Feng wrote: >> Goodix touchpad fails to operate in I2C mode after system suspend. >> According to the vendor, Windows is more forgiving and there's a 60ms >> delay after SET_POWER ON command. >>

Re: [PATCH] HID: i2c-hid: Add 60ms delay after SET_POWER ON

2020-08-10 Thread Hans de Goede
Hi, On 10-08-2020 16:29, Kai-Heng Feng wrote: Goodix touchpad fails to operate in I2C mode after system suspend. According to the vendor, Windows is more forgiving and there's a 60ms delay after SET_POWER ON command. So let's do the same here, to workaround for the touchpads that depend on the

[PATCH] HID: i2c-hid: Add 60ms delay after SET_POWER ON

2020-08-10 Thread Kai-Heng Feng
Goodix touchpad fails to operate in I2C mode after system suspend. According to the vendor, Windows is more forgiving and there's a 60ms delay after SET_POWER ON command. So let's do the same here, to workaround for the touchpads that depend on the delay. Signed-off-by: Kai-Heng Feng --- drive