Skip to content

Commit abbe3ac

Browse files
Cole Rogersdtor
authored andcommitted
Input: synaptics - enable SMBUS on T480 thinkpad trackpad
Thinkpad t480 laptops had some touchpad features disabled, resulting in the loss of pinch to activities in GNOME, on wayland, and other touch gestures being slower. This patch adds the touchpad of the t480 to the smbus_pnp_ids whitelist to enable the extra features. In my testing this does not break suspend (on fedora, with wayland, and GNOME, using the rc-6 kernel), while also fixing the feature on a T480. Signed-off-by: Cole Rogers <[email protected]> Acked-by: Benjamin Tissoires <[email protected]> Cc: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 9843f3e commit abbe3ac

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
@@ -176,6 +176,7 @@ static const char * const smbus_pnp_ids[] = {
176176
"LEN0072", /* X1 Carbon Gen 5 (2017) - Elan/ALPS trackpoint */
177177
"LEN0073", /* X1 Carbon G5 (Elantech) */
178178
"LEN0092", /* X1 Carbon 6 */
179+
"LEN0093", /* T480 */
179180
"LEN0096", /* X280 */
180181
"LEN0097", /* X280 -> ALPS trackpoint */
181182
"LEN200f", /* T450s */

0 commit comments

Comments
 (0)