Skip to content

Commit 25f8c83

Browse files
committed
Input: synaptics - enable RMI mode for HP Spectre X360
The 2016 kabylake HP Spectre X360 (model number 13-w013dx) works much better with psmouse.synaptics_intertouch=1 kernel parameter, so let's enable RMI4 mode automatically. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=204115 Reported-by: Nate Graham <[email protected]> Cc: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent f3b5720 commit 25f8c83

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
@@ -182,6 +182,7 @@ static const char * const smbus_pnp_ids[] = {
182182
"LEN2055", /* E580 */
183183
"SYN3052", /* HP EliteBook 840 G4 */
184184
"SYN3221", /* HP 15-ay000 */
185+
"SYN323d", /* HP Spectre X360 13-w013dx */
185186
NULL
186187
};
187188

0 commit comments

Comments
 (0)