Skip to content

Commit 0950fb4

Browse files
AdityaGarg8smb49
authored andcommitted
Input: synaptics - enable InterTouch on Dell Precision M3800
BugLink: https://bugs.launchpad.net/bugs/2115252 commit a609cb4 upstream. Enable InterTouch mode on Dell Precision M3800 by adding "DLL060d" to the list of SMBus-enabled variants. Reported-by: Markus Rathgeb <[email protected]> Signed-off-by: Aditya Garg <[email protected]> Link: https://lore.kernel.org/r/PN3PR01MB959789DD6D574E16141E5DC4B888A@PN3PR01MB9597.INDPRD01.PROD.OUTLOOK.COM Cc: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Manuel Diewald <[email protected]> Signed-off-by: Stefan Bader <[email protected]>
1 parent a257a22 commit 0950fb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/input/mouse/synaptics.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ static const char * const topbuttonpad_pnp_ids[] = {
163163

164164
static const char * const smbus_pnp_ids[] = {
165165
/* all of the topbuttonpad_pnp_ids are valid, we just add some extras */
166+
"DLL060d", /* Dell Precision M3800 */
166167
"LEN0048", /* X1 Carbon 3 */
167168
"LEN0046", /* X250 */
168169
"LEN0049", /* Yoga 11e */

0 commit comments

Comments
 (0)