Skip to content

Commit 1369d0a

Browse files
pp3345dtor
authored andcommitted
Input: synaptics - enable RMI on HP Envy 13-ad105ng
This laptop (and perhaps other variants of the same model) reports an SMBus-capable Synaptics touchpad. Everything (including suspend and resume) works fine when RMI is enabled via the kernel command line, so let's add it to the whitelist. Signed-off-by: Yussuf Khalil <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 3b059da commit 1369d0a

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
@@ -186,6 +186,7 @@ static const char * const smbus_pnp_ids[] = {
186186
"SYN3052", /* HP EliteBook 840 G4 */
187187
"SYN3221", /* HP 15-ay000 */
188188
"SYN323d", /* HP Spectre X360 13-w013dx */
189+
"SYN3257", /* HP Envy 13-ad105ng */
189190
NULL
190191
};
191192

0 commit comments

Comments
 (0)