Message ID | CADdtggVzVJq5gGNmFhKSz2MBwjTpdN5YVOdr4D3Hkkv=KZRc9g@mail.gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Input: synaptics - enable SMBus on ThinkPad L470 | expand |
On Sat, Feb 08, 2020 at 12:20:16AM +0530, Gaurav Agrawal wrote: > Add touchpad LEN2044 to the list, as it is capable of working with > psmouse.synaptics_intertouch=1 > > Signed-off-by: Gaurav Agrawal <agrawalgaurav@gnome.org> Applied, thank you. > --- > drivers/input/mouse/synaptics.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c > index 1ae6f8bba9ae1..6947772cfc405 100644 > --- a/drivers/input/mouse/synaptics.c > +++ b/drivers/input/mouse/synaptics.c > @@ -179,6 +179,7 @@ static const char * const smbus_pnp_ids[] = { > "LEN0097", /* X280 -> ALPS trackpoint */ > "LEN009b", /* T580 */ > "LEN200f", /* T450s */ > + "LEN2044", /* L470 */ > "LEN2054", /* E480 */ > "LEN2055", /* E580 */ > "SYN3052", /* HP EliteBook 840 G4 */
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index 1ae6f8bba9ae1..6947772cfc405 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c @@ -179,6 +179,7 @@ static const char * const smbus_pnp_ids[] = { "LEN0097", /* X280 -> ALPS trackpoint */ "LEN009b", /* T580 */ "LEN200f", /* T450s */ + "LEN2044", /* L470 */ "LEN2054", /* E480 */ "LEN2055", /* E580 */ "SYN3052", /* HP EliteBook 840 G4 */
Add touchpad LEN2044 to the list, as it is capable of working with psmouse.synaptics_intertouch=1 Signed-off-by: Gaurav Agrawal <agrawalgaurav@gnome.org> --- drivers/input/mouse/synaptics.c | 1 + 1 file changed, 1 insertion(+)