diff options
author | 王振杰 <zhenjie.wang@sjtu.edu.cn> | 2018-01-10 16:12:22 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2018-01-10 16:38:41 -0800 |
commit | 48282969826b3d3c76e908182f69724d86d995fe (patch) | |
tree | 06ac0ad7e59b304cea326c1a19c273b3c12b5777 /drivers/input | |
parent | 43173a0ecc0c0f1a652847d84c1ef46ada73a974 (diff) | |
download | linux-48282969826b3d3c76e908182f69724d86d995fe.tar.bz2 |
Input: synaptics - Lenovo Thinkpad T460p devices should use RMI
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>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/mouse/synaptics.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index ee5466a374bf..cd9f61cb3fc6 100644 --- 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 }; |