Skip to content

Commit fc1156f

Browse files
Hans Verkuildtor
authored andcommitted
Input: synaptics - switch another X1 Carbon 6 to RMI/SMbus
Some Lenovo X1 Carbon Gen 6 laptops report LEN0091. Add this to the smbus_pnp_ids list. Signed-off-by: Hans Verkuil <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent bcf1e03 commit fc1156f

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
@@ -172,6 +172,7 @@ static const char * const smbus_pnp_ids[] = {
172172
"LEN0071", /* T480 */
173173
"LEN0072", /* X1 Carbon Gen 5 (2017) - Elan/ALPS trackpoint */
174174
"LEN0073", /* X1 Carbon G5 (Elantech) */
175+
"LEN0091", /* X1 Carbon 6 */
175176
"LEN0092", /* X1 Carbon 6 */
176177
"LEN0093", /* T480 */
177178
"LEN0096", /* X280 */

0 commit comments

Comments
 (0)