Skip to content

Commit dc8cef1

Browse files
AdityaGarg8Sasha Levin
authored andcommitted
Input: synaptics - enable InterTouch on Dell Precision M3800
commit a609cb4 upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 8edd71d commit dc8cef1

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)