From d54a2f0e8dced5627001880b5d41a96fb23c743c Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 30 Jan 2023 06:55:09 +0100 Subject: [PATCH] 5.15-stable patches added patches: revert-input-synaptics-switch-touchpad-on-hp-laptop-15-da3001tu-to-rmi-mode.patch --- ...on-hp-laptop-15-da3001tu-to-rmi-mode.patch | 33 +++++++++++++++++++ queue-5.15/series | 1 + 2 files changed, 34 insertions(+) create mode 100644 queue-5.15/revert-input-synaptics-switch-touchpad-on-hp-laptop-15-da3001tu-to-rmi-mode.patch diff --git a/queue-5.15/revert-input-synaptics-switch-touchpad-on-hp-laptop-15-da3001tu-to-rmi-mode.patch b/queue-5.15/revert-input-synaptics-switch-touchpad-on-hp-laptop-15-da3001tu-to-rmi-mode.patch new file mode 100644 index 00000000000..2827b20b555 --- /dev/null +++ b/queue-5.15/revert-input-synaptics-switch-touchpad-on-hp-laptop-15-da3001tu-to-rmi-mode.patch @@ -0,0 +1,33 @@ +From 3c44e2b6cde674797b76e76d3a903a63ce8a18bb Mon Sep 17 00:00:00 2001 +From: Dmitry Torokhov +Date: Fri, 16 Dec 2022 13:15:34 -0800 +Subject: Revert "Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode" + +From: Dmitry Torokhov + +commit 3c44e2b6cde674797b76e76d3a903a63ce8a18bb upstream. + +This reverts commit ac5408991ea6b06e29129b4d4861097c4c3e0d59 because +it causes loss of keyboard on HP 15-da1xxx. + +Fixes: ac5408991ea6 ("Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode") +Reported-by: Jiri Slaby +Link: https://lore.kernel.org/r/824effa5-8b9a-c28a-82bb-9b0ab24623e1@kernel.org +Bugzilla: https://bugzilla.suse.com/show_bug.cgi?id=1206358 +Cc: stable@vger.kernel.org +Signed-off-by: Dmitry Torokhov +Signed-off-by: Greg Kroah-Hartman +--- + drivers/input/mouse/synaptics.c | 1 - + 1 file changed, 1 deletion(-) + +--- a/drivers/input/mouse/synaptics.c ++++ b/drivers/input/mouse/synaptics.c +@@ -191,7 +191,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 + }; + diff --git a/queue-5.15/series b/queue-5.15/series index e561e4cd859..ce67332978f 100644 --- a/queue-5.15/series +++ b/queue-5.15/series @@ -194,3 +194,4 @@ net-tg3-resolve-deadlock-in-tg3_reset_task-during-ee.patch net-mdio-mux-meson-g12a-force-internal-phy-off-on-mu.patch treewide-fix-up-files-incorrectly-marked-executable.patch tools-gpio-fix-c-option-of-gpio-event-mon.patch +revert-input-synaptics-switch-touchpad-on-hp-laptop-15-da3001tu-to-rmi-mode.patch -- 2.47.2