Searched hist:ca66a6770bd9d6d99e469debd1c7363ac455daf9 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hid/i2c-hid/ |
H A D | i2c-hid-core.c | diff ca66a6770bd9d6d99e469debd1c7363ac455daf9 Tue Apr 13 03:20:50 CEST 2021 Johnny Chuang <johnny.chuang.emc@gmail.com> HID: i2c-hid: Skip ELAN power-on command after reset
For ELAN touchscreen, we found our boot code of IC was not flexible enough to receive and handle this command. Once the FW main code of our controller is crashed for some reason, the controller could not be enumerated successfully to be recognized by the system host. therefore, it lost touch functionality.
Add quirk for skip send power-on command after reset. It will impact to ELAN touchscreen and touchpad on HID over I2C projects.
Fixes: 43b7029f475e ("HID: i2c-hid: Send power-on command after reset").
Cc: stable@vger.kernel.org Signed-off-by: Johnny Chuang <johnny.chuang.emc@gmail.com> Reviewed-by: Harry Cutts <hcutts@chromium.org> Reviewed-by: Douglas Anderson <dianders@chromium.org> Tested-by: Douglas Anderson <dianders@chromium.org> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
|