aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/synaptics.c
diff options
context:
space:
mode:
authorLyude Paul <lyude@redhat.com>2020-02-13 16:59:15 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2020-02-13 17:09:48 -0800
commitbf502391353b928e63096127e5fd8482080203f5 (patch)
tree40ed2ea55d784166fe62c37a90f89c859cb63847 /drivers/input/mouse/synaptics.c
parentInput: gpio_keys - replace zero-length array with flexible-array member (diff)
downloadlinux-dev-bf502391353b928e63096127e5fd8482080203f5.tar.xz
linux-dev-bf502391353b928e63096127e5fd8482080203f5.zip
Input: synaptics - switch T470s to RMI4 by default
This supports RMI4 and everything seems to work, including the touchpad buttons. So, let's enable this by default. Signed-off-by: Lyude Paul <lyude@redhat.com> Cc: stable@vger.kernel.org Link: https://lore.kernel.org/r/20200204194322.112638-1-lyude@redhat.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to '')
-rw-r--r--drivers/input/mouse/synaptics.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
index 1ae6f8bba9ae..8cb8475657ca 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -169,6 +169,7 @@ static const char * const smbus_pnp_ids[] = {
"LEN004a", /* W541 */
"LEN005b", /* P50 */
"LEN005e", /* T560 */
+ "LEN006c", /* T470s */
"LEN0071", /* T480 */
"LEN0072", /* X1 Carbon Gen 5 (2017) - Elan/ALPS trackpoint */
"LEN0073", /* X1 Carbon G5 (Elantech) */