mbox series

[0/3] Fix spurious button presses for some HID touchpads

Message ID 20191025002527.3189-1-aduggan@synaptics.com (mailing list archive)
Headers show
Series Fix spurious button presses for some HID touchpads | expand

Message

Andrew Duggan Oct. 25, 2019, 12:25 a.m. UTC
This series fixes an issue introduced by the switch to using an irq_domain
which caused some touchpads to report spurious button presses.

Andrew Duggan (3):
  Input: synaptics-rmi4 - disable the relative position IRQ in the F12
    driver
  Input: synaptics-rmi4 - use the number of valid bytes read when
    updating the attn_data fields in F11 and F12
  Input: synaptics-rmi4 - remove unused result_bits mask

 drivers/input/rmi4/rmi_f11.c |  9 +++------
 drivers/input/rmi4/rmi_f12.c | 32 ++++++++++++++++++++++++++++----
 2 files changed, 31 insertions(+), 10 deletions(-)