Skip to content

Commit a609cb4

Browse files
AdityaGarg8dtor
authored andcommitted
Input: synaptics - enable InterTouch on Dell Precision M3800
Enable InterTouch mode on Dell Precision M3800 by adding "DLL060d" to the list of SMBus-enabled variants. Reported-by: Markus Rathgeb <maggu2810@gmail.com> Signed-off-by: Aditya Garg <gargaditya08@live.com> Link: https://lore.kernel.org/r/PN3PR01MB959789DD6D574E16141E5DC4B888A@PN3PR01MB9597.INDPRD01.PROD.OUTLOOK.COM Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 2abc698 commit a609cb4

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
@@ -164,6 +164,7 @@ static const char * const topbuttonpad_pnp_ids[] = {
164164
#ifdef CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS
165165
static const char * const smbus_pnp_ids[] = {
166166
/* all of the topbuttonpad_pnp_ids are valid, we just add some extras */
167+
"DLL060d", /* Dell Precision M3800 */
167168
"LEN0048", /* X1 Carbon 3 */
168169
"LEN0046", /* X250 */
169170
"LEN0049", /* Yoga 11e */

0 commit comments

Comments
 (0)