commit | 1943d1723e7a7ee1a7b9b0ba4878dde0dc100671 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Fri May 26 16:09:48 2017 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon May 29 19:58:25 2017 -0700 |
tree | 5a9a685b9d065adc0c9f807604cc4aa2064cce9a | |
parent | a04f144059ac09f2c3da50b5707df589044aad66 [diff] |
Input: silead - disable interrupt during suspend When we put the touchscreen controller in low-power mode the irq pin may trigger (float) and if we then try to read a data packet we get the following error in dmesg: [ 478.801017] silead_ts i2c-MSSL1680:00: Data read error -121 This commit disables the irq during suspend/resume fixing this error. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>