Skip to content

Commit 154ed1e

Browse files
pp3345gregkh
authored andcommitted
Input: synaptics - enable RMI on ThinkPad T560
[ Upstream commit ca50472 ] Before commit 7fd6d98 ("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 <[email protected]> Signed-off-by: Yussuf Khalil <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 6989ced commit 154ed1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/input/mouse/synaptics.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ static const char * const smbus_pnp_ids[] = {
171171
"LEN0046", /* X250 */
172172
"LEN004a", /* W541 */
173173
"LEN005b", /* P50 */
174+
"LEN005e", /* T560 */
174175
"LEN0071", /* T480 */
175176
"LEN0072", /* X1 Carbon Gen 5 (2017) - Elan/ALPS trackpoint */
176177
"LEN0073", /* X1 Carbon G5 (Elantech) */

0 commit comments

Comments
 (0)