projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6eeb9e
)
Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMI
author
Dmitry Torokhov
<
[email protected]
>
Fri, 18 Aug 2017 19:08:13 +0000
(12:08 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Wed, 23 May 2018 18:44:35 +0000
(11:44 -0700)
The touchpad on Lenovo Carbon X1 Gen 5 (2017 - Kabylake) is accessible over
SMBUS/RMI, so let's activate it by default.
Cc:
[email protected]
Reviewed-by: Benjamin Tissoires <
[email protected]
>
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/mouse/synaptics.c
patch
|
blob
|
history
diff --git
a/drivers/input/mouse/synaptics.c
b/drivers/input/mouse/synaptics.c
index 60f2c463d1cc7d2805d9a98923ad3934d5ff2294..096586f12e4aa7aae080bf69fd292cc0f1022263 100644
(file)
--- a/
drivers/input/mouse/synaptics.c
+++ b/
drivers/input/mouse/synaptics.c
@@
-172,6
+172,7
@@
static const char * const smbus_pnp_ids[] = {
"LEN0048", /* X1 Carbon 3 */
"LEN0046", /* X250 */
"LEN004a", /* W541 */
+ "LEN0072", /* X1 Carbon Gen 5 (2017) - Elan/ALPS trackpoint */
"LEN200f", /* T450s */
NULL
};