Message ID | 20180730.203527.1651668819503376656.teika@gmx.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Input: synaptics - Enable RMI4 for Clevo P870DM laptops. | expand |
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index a9591d2..0669770 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c @@ -179,7 +179,7 @@ static const char * const smbus_pnp_ids[] = { "LEN0096", /* X280 */ "LEN0097", /* X280 -> ALPS trackpoint */ "LEN200f", /* T450s */ + "SYN1219", /* Schenker H506 (rebrand of Clevo P651RG), Clevo P870DM */ NULL }; --