Message ID | 20190711084343.GA16049@schwarzgerat.orthanc (mailing list archive) |
---|---|
State | Accepted |
Commit | cc95527cceb3d1aaadd5cc1cf601d466af2e53f2 |
Headers | show |
Series | synaptics: whitelist Lenovo T580 SMBus intertouch | expand |
On Thu, Jul 11, 2019 at 04:43:43AM -0400, Nick Black wrote: > Adds the Lenovo T580 to the SMBus intertouch list for synaptics > touchpads. I've tested with this for a week now, and it seems a great > improvement. It's also nice to have the complaint gone from dmesg. > > Signed-off-by: Nick Black <dankamongmen@gmail.com> > 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 b8ec301025b7..eb3f642967ab 100644 > --- a/drivers/input/mouse/synaptics.c > +++ b/drivers/input/mouse/synaptics.c > @@ -175,6 +175,7 @@ static const char * const smbus_pnp_ids[] = { > "LEN0092", /* X1 Carbon 6 */ > "LEN0096", /* X280 */ > "LEN0097", /* X280 -> ALPS trackpoint */ > + "LEN009b", /* T580 */ > "LEN200f", /* T450s */ > "LEN2054", /* E480 */ > "LEN2055", /* E580 */ > -- > 2.22.0 > > -- > nick black -=- https://www.nick-black.com > to make an apple pie from scratch, > you need first invent a universe.
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index b8ec301025b7..eb3f642967ab 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c @@ -175,6 +175,7 @@ static const char * const smbus_pnp_ids[] = { "LEN0092", /* X1 Carbon 6 */ "LEN0096", /* X280 */ "LEN0097", /* X280 -> ALPS trackpoint */ + "LEN009b", /* T580 */ "LEN200f", /* T450s */ "LEN2054", /* E480 */ "LEN2055", /* E580 */
Adds the Lenovo T580 to the SMBus intertouch list for synaptics touchpads. I've tested with this for a week now, and it seems a great improvement. It's also nice to have the complaint gone from dmesg. Signed-off-by: Nick Black <dankamongmen@gmail.com> --- drivers/input/mouse/synaptics.c | 1 + 1 file changed, 1 insertion(+) -- 2.22.0