From: Greg Kroah-Hartman Date: Mon, 27 Dec 2021 14:17:45 +0000 (+0100) Subject: 5.4-stable patches X-Git-Tag: v4.4.297~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c5fdd5cb487c41095d77bc533ee4c04bdd688b0;p=thirdparty%2Fkernel%2Fstable-queue.git 5.4-stable patches added patches: input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch --- diff --git a/queue-5.4/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch b/queue-5.4/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch new file mode 100644 index 00000000000..5a5af75b0b7 --- /dev/null +++ b/queue-5.4/input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch @@ -0,0 +1,43 @@ +From 44ee250aeeabb28b52a10397ac17ffb8bfe94839 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Samuel=20=C4=8Cavoj?= +Date: Sat, 4 Dec 2021 13:17:36 -0800 +Subject: Input: i8042 - enable deferred probe quirk for ASUS UM325UA +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +From: Samuel Čavoj + +commit 44ee250aeeabb28b52a10397ac17ffb8bfe94839 upstream. + +The ASUS UM325UA suffers from the same issue as the ASUS UX425UA, which +is a very similar laptop. The i8042 device is not usable immediately +after boot and fails to initialize, requiring a deferred retry. + +Enable the deferred probe quirk for the UM325UA. + +BugLink: https://bugzilla.suse.com/show_bug.cgi?id=1190256 +Signed-off-by: Samuel Čavoj +Link: https://lore.kernel.org/r/20211204015615.232948-1-samuel@cavoj.net +Signed-off-by: Dmitry Torokhov +Signed-off-by: Greg Kroah-Hartman +--- + drivers/input/serio/i8042-x86ia64io.h | 7 +++++++ + 1 file changed, 7 insertions(+) + +--- a/drivers/input/serio/i8042-x86ia64io.h ++++ b/drivers/input/serio/i8042-x86ia64io.h +@@ -992,6 +992,13 @@ static const struct dmi_system_id __init + DMI_MATCH(DMI_PRODUCT_NAME, "C504"), + }, + }, ++ { ++ /* ASUS ZenBook UM325UA */ ++ .matches = { ++ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), ++ DMI_MATCH(DMI_PRODUCT_NAME, "ZenBook UX325UA_UM325UA"), ++ }, ++ }, + { } + }; + diff --git a/queue-5.4/series b/queue-5.4/series index 4d923db8acc..e8e21b8692e 100644 --- a/queue-5.4/series +++ b/queue-5.4/series @@ -37,3 +37,4 @@ f2fs-fix-to-do-sanity-check-on-last-xattr-entry-in-__f2fs_setxattr.patch usb-gadget-u_ether-fix-race-in-setting-mac-address-in-setup-phase.patch kvm-vmx-fix-stale-docs-for-kvm-intel.emulate_invalid_guest_state.patch mm-mempolicy-fix-thp-allocations-escaping-mempolicy-restrictions.patch +input-i8042-enable-deferred-probe-quirk-for-asus-um325ua.patch