]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
Input: synaptics-rmi4 - limit the range of what GPIOs are buttons
authorAndrew Duggan <aduggan@synaptics.com>
Wed, 25 Oct 2017 16:30:16 +0000 (09:30 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 27 Oct 2017 22:15:59 +0000 (15:15 -0700)
commit3e64fcbdbd10e46dede502d507dbcc104837cd59
treeece39dc5ac2621ed847b6257bc9be61e30588eee
parenta50829479f58416a013a4ccca791336af3c584c7
Input: synaptics-rmi4 - limit the range of what GPIOs are buttons

By convention the first 6 bits of F30 Ctrl 2 and 3 are used to signify
GPIOs which are connected to buttons. Additional GPIOs may be used as
input GPIOs to signal the touch controller of some event
(ie disable touchpad). These additional GPIOs may meet the criteria of
a button in rmi_f30_is_valid_button() but should not be considered
buttons. This patch limits the GPIOs which are mapped to buttons to just
the first 6.

Signed-off-by: Andrew Duggan <aduggan@synaptics.com>
Reported-by: Daniel Martin <consume.noise@gmail.com>
Tested-by: Daniel Martin <consume.noise@gmail.com>
Acked-By: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/rmi4/rmi_f30.c