diff mbox series

[v2,1/1] Input: synaptics - Enable RMI4 for Clevo P870DM laptops.

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

Commit Message

Teika Kazura July 30, 2018, 11:35 a.m. UTC
This patch enables SMBus/RMI4 for PCs with SYN1219, e.g. Clevo P870DM etc.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Co-Developed-by: Teika Kazura <teika@gmx.com>
Signed-off-by: Teika Kazura <teika@gmx.com>
---
drivers/input/mouse/synaptics.c | 1 +
1 file changed, 1 insertion(+)

2.16.1
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

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
};

--