summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-01-29 11:06:47 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2023-01-29 11:06:47 -0800
commit80826e9020afc7b8243df302a13521e0020fa9d8 (patch)
treef6b3cf0f8cc14cda89442514b3a5a8a52dacf2fd /drivers/input/mouse
parent803929285af4194d490d5652a64731d613e78b8b (diff)
parent9c445d2637c938a800fcc8b5f0b10e60c94460c7 (diff)
downloadlinux-stable-80826e9020afc7b8243df302a13521e0020fa9d8.tar.gz
linux-stable-80826e9020afc7b8243df302a13521e0020fa9d8.tar.bz2
linux-stable-80826e9020afc7b8243df302a13521e0020fa9d8.zip
Merge tag 'input-for-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull input fixes from Dmitry Torokhov: - touchpads on HP 15-* laptops switched back to PS/2 emulation mode - a quirk for Clevo PCX0DX/TUXEDO XP1511 to make sure keyboard is responding after resume * tag 'input-for-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: Input: i8042 - add Clevo PCX0DX to i8042 quirk table Revert "Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode"
Diffstat (limited to 'drivers/input/mouse')
-rw-r--r--drivers/input/mouse/synaptics.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
index b0f776448a1c..fa021af8506e 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -192,7 +192,6 @@ static const char * const smbus_pnp_ids[] = {
"SYN3221", /* HP 15-ay000 */
"SYN323d", /* HP Spectre X360 13-w013dx */
"SYN3257", /* HP Envy 13-ad105ng */
- "SYN3286", /* HP Laptop 15-da3001TU */
NULL
};