Skip to content

Commit da89748

Browse files
jonodenodtor
authored andcommitted
Input: synaptics - enable SMBus for HP Elitebook 840 G2
The kernel reports that the touchpad for this device can support a different bus. With SMBus enabled the touchpad movement is smoother and three-finger gestures are recognized. Signed-off-by: Jonathan Denose <[email protected]> Link: https://lore.kernel.org/r/20240719180612.1.Ib652dd808c274076f32cd7fc6c1160d2cf71753b@changeid Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent ccbfea7 commit da89748

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
@@ -189,6 +189,7 @@ static const char * const smbus_pnp_ids[] = {
189189
"LEN2054", /* E480 */
190190
"LEN2055", /* E580 */
191191
"LEN2068", /* T14 Gen 1 */
192+
"SYN3015", /* HP EliteBook 840 G2 */
192193
"SYN3052", /* HP EliteBook 840 G4 */
193194
"SYN3221", /* HP 15-ay000 */
194195
"SYN323d", /* HP Spectre X360 13-w013dx */

0 commit comments

Comments
 (0)