]> git.baikalelectronics.ru Git - kernel.git/commit
HID: i2c-hid: Send power-on command after reset
authorHans de Goede <hdegoede@redhat.com>
Sun, 20 Oct 2019 21:47:18 +0000 (23:47 +0200)
committerJiri Kosina <jkosina@suse.cz>
Sat, 2 Nov 2019 19:34:10 +0000 (20:34 +0100)
commit76f4dc30c8a4a0302df77fe1dfcd37bf03b85bc5
tree4084be81f067dc2a9b8aff3dab915861f056221c
parent1f16f7610e3855de4848688acafc27fb6c39a2b1
HID: i2c-hid: Send power-on command after reset

Before commit 7626c5af485f ("HID: i2c-hid: Remove runtime power
management"), any i2c-hid touchscreens would typically be runtime-suspended
between the driver loading and Xorg or a Wayland compositor opening it,
causing it to be resumed again. This means that before this change,
we would call i2c_hid_set_power(OFF), i2c_hid_set_power(ON) before the
graphical session would start listening to the touchscreen.

It turns out that at least some SIS touchscreens, such as the one found
on the Asus T100HA, need a power-on command after reset, otherwise they
will not send any events.

Fixes: 7626c5af485f ("HID: i2c-hid: Remove runtime power management")
Cc: Kai-Heng Feng <kai.heng.feng@canonical.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/i2c-hid/i2c-hid-core.c