]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
5.4-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Jan 2023 05:54:49 +0000 (06:54 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Jan 2023 05:54:49 +0000 (06:54 +0100)
added patches:
revert-input-synaptics-switch-touchpad-on-hp-laptop-15-da3001tu-to-rmi-mode.patch

queue-5.4/revert-input-synaptics-switch-touchpad-on-hp-laptop-15-da3001tu-to-rmi-mode.patch [new file with mode: 0644]
queue-5.4/series

diff --git a/queue-5.4/revert-input-synaptics-switch-touchpad-on-hp-laptop-15-da3001tu-to-rmi-mode.patch b/queue-5.4/revert-input-synaptics-switch-touchpad-on-hp-laptop-15-da3001tu-to-rmi-mode.patch
new file mode 100644 (file)
index 0000000..fc76338
--- /dev/null
@@ -0,0 +1,33 @@
+From 3c44e2b6cde674797b76e76d3a903a63ce8a18bb Mon Sep 17 00:00:00 2001
+From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
+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 <dmitry.torokhov@gmail.com>
+
+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 <jirislaby@kernel.org>
+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 <dmitry.torokhov@gmail.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/input/mouse/synaptics.c |    1 -
+ 1 file changed, 1 deletion(-)
+
+--- a/drivers/input/mouse/synaptics.c
++++ b/drivers/input/mouse/synaptics.c
+@@ -189,7 +189,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
+ };
index 7c7e64eede346feb520991fc14353d0aa91a0fef..e0e6d8ff71c50cd9713f5673ca3604c08891bf7a 100644 (file)
@@ -103,3 +103,4 @@ net-tg3-resolve-deadlock-in-tg3_reset_task-during-ee.patch
 net-phy-mdio-i2c-move-header-file-to-include-linux-m.patch
 net-xgene-move-shared-header-file-into-include-linux.patch
 net-mdio-mux-meson-g12a-force-internal-phy-off-on-mu.patch
+revert-input-synaptics-switch-touchpad-on-hp-laptop-15-da3001tu-to-rmi-mode.patch