Message ID | 20201005114919.371592-1-hdegoede@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 470d154a62c4ef22b4de384ae91798851c9631a7 |
Headers | show |
Series | Input: synaptics - enable InterTouch for ThinkPad T14 Gen 1 | expand |
On Mon, Oct 05, 2020 at 01:49:19PM +0200, Hans de Goede wrote: > With the new RMI4 F3A support, we're now able to enable full RMI4 > support for this model. > > Signed-off-by: Hans de Goede <hdegoede@redhat.com> Applied, thank you.
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index 43a200ca68b8..82577095e175 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c @@ -186,6 +186,7 @@ static const char * const smbus_pnp_ids[] = { "LEN2044", /* L470 */ "LEN2054", /* E480 */ "LEN2055", /* E580 */ + "LEN2068", /* T14 Gen 1 */ "SYN3052", /* HP EliteBook 840 G4 */ "SYN3221", /* HP 15-ay000 */ "SYN323d", /* HP Spectre X360 13-w013dx */
With the new RMI4 F3A support, we're now able to enable full RMI4 support for this model. Signed-off-by: Hans de Goede <hdegoede@redhat.com> --- drivers/input/mouse/synaptics.c | 1 + 1 file changed, 1 insertion(+)