]> Git Repo - linux.git/commitdiff
Input: synaptics - Lenovo Thinkpad T460p devices should use RMI
author王振杰 <[email protected]>
Thu, 11 Jan 2018 00:12:22 +0000 (16:12 -0800)
committerDmitry Torokhov <[email protected]>
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 <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
drivers/input/mouse/synaptics.c

index ee5466a374bf0f370000cf002d94bf2514d02318..cd9f61cb3fc67fd3f5f8fe7a55fb1094d5bf1672 100644 (file)
@@ -173,6 +173,7 @@ static const char * const smbus_pnp_ids[] = {
        "LEN0046", /* X250 */
        "LEN004a", /* W541 */
        "LEN200f", /* T450s */
+       "LEN2018", /* T460p */
        NULL
 };
 
This page took 0.066719 seconds and 4 git commands to generate.