1
0
Fork 0
alistair23-linux/drivers/hid/i2c-hid
Kai-Heng Feng 77ae0d8e40 HID: i2c-hid: Disable runtime PM on Goodix touchpad
A Goodix touchpad doesn't work. Touching the touchpad can trigger IRQ
but there's no input event from HID subsystem.

Turns out it reports some invalid data:
[   22.136630] i2c_hid i2c-DELL091F:00: input: 0b 00 01 00 00 00 00 00 00 00 00

After some trial and error, it's another device that doesn't work well
with ON/SLEEP commands. Disable runtime PM to fix the issue.

Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2019-01-14 12:17:51 +01:00
..
Kconfig HID: i2c-hid: enhance Kconfig 2012-12-05 10:55:03 +01:00
Makefile HID: i2c-hid: override HID descriptors for certain devices 2018-09-29 21:25:59 +02:00
i2c-hid-core.c HID: i2c-hid: Disable runtime PM on Goodix touchpad 2019-01-14 12:17:51 +01:00
i2c-hid-dmi-quirks.c HID: i2c-hid: Add Odys Winbook 13 to descriptor override 2019-01-03 11:31:18 +01:00
i2c-hid.h HID: i2c-hid: override HID descriptors for certain devices 2018-09-29 21:25:59 +02:00