From: 王振杰 Date: Thu, 11 Jan 2018 00:12:22 +0000 (-0800) Subject: Input: synaptics - Lenovo Thinkpad T460p devices should use RMI X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=48282969826b3d3c76e908182f69724d86d995fe;p=linux.git 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 Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index ee5466a374bf0..cd9f61cb3fc67 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 };