Skip to content

Commit 059d9c5

Browse files
committed
Input: synaptics - enable SMBus for HP Elitebook 850 G1
JIRA: https://issues.redhat.com/browse/RHEL-101770 Upstream Status: since v6.15 Tested: with the hid-tools test suite and some hardware commit f04f03d Author: Dmitry Torokhov <dmitry.torokhov@gmail.com> Date: Wed May 7 14:52:55 2025 -0700 Input: synaptics - enable SMBus for HP Elitebook 850 G1 The kernel reports that the touchpad for this device can support SMBus mode. Reported-by: jt <enopatch@gmail.com> Link: https://lore.kernel.org/r/iys5dbv3ldddsgobfkxldazxyp54kay4bozzmagga6emy45jop@2ebvuxgaui4u Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
1 parent 6bec22c commit 059d9c5

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
@@ -190,6 +190,7 @@ static const char * const smbus_pnp_ids[] = {
190190
"LEN2054", /* E480 */
191191
"LEN2055", /* E580 */
192192
"LEN2068", /* T14 Gen 1 */
193+
"SYN3003", /* HP EliteBook 850 G1 */
193194
"SYN3015", /* HP EliteBook 840 G2 */
194195
"SYN3052", /* HP EliteBook 840 G4 */
195196
"SYN3221", /* HP 15-ay000 */

0 commit comments

Comments
 (0)