diff options
author | 2025-05-07 14:52:55 -0700 | |
---|---|---|
committer | 2025-05-07 14:56:01 -0700 | |
commit | f04f03d3e99bc8f89b6af5debf07ff67d961bc23 (patch) | |
tree | 5f4f0bf1dafb0950674b2666b1d6b05ca1a8d901 | |
parent | Input: mtk-pmic-keys - fix possible null pointer dereference (diff) | |
download | linux-rng-f04f03d3e99bc8f89b6af5debf07ff67d961bc23.tar.xz linux-rng-f04f03d3e99bc8f89b6af5debf07ff67d961bc23.zip |
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>
-rw-r--r-- | drivers/input/mouse/synaptics.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index 309c360aab55..fdb471060118 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 */ |