diff options
author | Yussuf Khalil <dev@pp3345.net> | 2018-12-08 20:13:35 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2018-12-08 21:51:02 -0800 |
commit | ca5047286c9c93a01e1f471d00a6019536992954 (patch) | |
tree | aae9642f110405499f5298b26e6d52f81c8a5a78 /drivers/input | |
parent | e2ca26ec4f01486661b55b03597c13e2b9c18b73 (diff) | |
download | linux-stable-ca5047286c9c93a01e1f471d00a6019536992954.tar.gz linux-stable-ca5047286c9c93a01e1f471d00a6019536992954.tar.bz2 linux-stable-ca5047286c9c93a01e1f471d00a6019536992954.zip |
Input: synaptics - enable RMI on ThinkPad T560
Before commit 7fd6d98b89f3 ("i2c: i801: Allow ACPI AML access I/O
ports not reserved for SMBus"), enabling RMI on the T560 would cause
the touchpad to stop working after resuming from suspend. Now that
this issue is fixed, RMI can be enabled safely and works fine.
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Yussuf Khalil <dev@pp3345.net>
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 2bd5bb11c8ba..7bdf8fc2c3b5 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c @@ -171,6 +171,7 @@ static const char * const smbus_pnp_ids[] = { "LEN0046", /* X250 */ "LEN004a", /* W541 */ "LEN005b", /* P50 */ + "LEN005e", /* T560 */ "LEN0071", /* T480 */ "LEN0072", /* X1 Carbon Gen 5 (2017) - Elan/ALPS trackpoint */ "LEN0073", /* X1 Carbon G5 (Elantech) */ |