From: Dmitry Torokhov Date: Wed, 7 May 2025 21:52:55 +0000 (-0700) Subject: Input: synaptics - enable SMBus for HP Elitebook 850 G1 X-Git-Tag: v6.15-rc6~5^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f04f03d3e99bc8f89b6af5debf07ff67d961bc23;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://lore.kernel.org/r/iys5dbv3ldddsgobfkxldazxyp54kay4bozzmagga6emy45jop@2ebvuxgaui4u Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index 309c360aab559..fdb4710601185 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c @@ -190,6 +190,7 @@ static const char * const smbus_pnp_ids[] = { "LEN2054", /* E480 */ "LEN2055", /* E580 */ "LEN2068", /* T14 Gen 1 */ + "SYN3003", /* HP EliteBook 850 G1 */ "SYN3015", /* HP EliteBook 840 G2 */ "SYN3052", /* HP EliteBook 840 G4 */ "SYN3221", /* HP 15-ay000 */