projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43173a0
)
Input: synaptics - Lenovo Thinkpad T460p devices should use RMI
author
王振杰
<zhenjie.wang@sjtu.edu.cn>
Thu, 11 Jan 2018 00:12:22 +0000
(16:12 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Thu, 11 Jan 2018 00:38:41 +0000
(16:38 -0800)
The tpouchpad/trackpoint on Lenovo Thinkpad T460p work with smbus/RMI.
Signed-off-by: Zhenjie Wang <zhenjie.wang@sjtu.edu.cn>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/synaptics.c
patch
|
blob
|
history
diff --git
a/drivers/input/mouse/synaptics.c
b/drivers/input/mouse/synaptics.c
index
ee5466a
..
cd9f61c
100644
(file)
--- a/
drivers/input/mouse/synaptics.c
+++ b/
drivers/input/mouse/synaptics.c
@@
-173,6
+173,7
@@
static const char * const smbus_pnp_ids[] = {
"LEN0046", /* X250 */
"LEN004a", /* W541 */
"LEN200f", /* T450s */
+ "LEN2018", /* T460p */
NULL
};