]> Git Repo - J-linux.git/commitdiff
Input: synaptics - switch another X1 Carbon 6 to RMI/SMbus
authorHans Verkuil <[email protected]>
Sat, 23 Nov 2019 00:17:08 +0000 (16:17 -0800)
committerDmitry Torokhov <[email protected]>
Sat, 23 Nov 2019 00:21:51 +0000 (16:21 -0800)
Some Lenovo X1 Carbon Gen 6 laptops report LEN0091. Add this
to the smbus_pnp_ids list.

Signed-off-by: Hans Verkuil <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Torokhov <[email protected]>
drivers/input/mouse/synaptics.c

index 56fae34721146839ee7cbd608f6f821d0fc5518e..1ae6f8bba9ae15acc09f175ffb682a38a1ba19ba 100644 (file)
@@ -172,6 +172,7 @@ static const char * const smbus_pnp_ids[] = {
        "LEN0071", /* T480 */
        "LEN0072", /* X1 Carbon Gen 5 (2017) - Elan/ALPS trackpoint */
        "LEN0073", /* X1 Carbon G5 (Elantech) */
+       "LEN0091", /* X1 Carbon 6 */
        "LEN0092", /* X1 Carbon 6 */
        "LEN0093", /* T480 */
        "LEN0096", /* X280 */
This page took 0.058227 seconds and 4 git commands to generate.