Message ID | 20220609221554.25459-1-gauvain@govanify.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Input: synaptics - enable TrackPoint on ThinkPad T25 | expand |
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index 434d48ae4b12..e3a7209434c5 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c @@ -177,6 +177,7 @@ static const char * const smbus_pnp_ids[] = { "LEN0091", /* X1 Carbon 6 */ "LEN0092", /* X1 Carbon 6 */ "LEN0093", /* T480 */ + "LEN0094", /* T25 */ "LEN0096", /* X280 */ "LEN0097", /* X280 -> ALPS trackpoint */ "LEN0099", /* X1 Extreme Gen 1 / P1 Gen 1 */
Confirmed to work with psmouse.synaptics_intertouch=1 across reboot/S3. This keyboard has only been shipped with the ThinkPad 25th anniversary edition and is the only modern revision of the 7 row keyboard ever made. Signed-off-by: Gauvain 'GovanifY' Roussel-Tarbouriech <gauvain@govanify.com> --- drivers/input/mouse/synaptics.c | 1 + 1 file changed, 1 insertion(+)