summarylogtreecommitdiffstats
path: root/i8042v2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'i8042v2.patch')
-rw-r--r--i8042v2.patch19
1 files changed, 17 insertions, 2 deletions
diff --git a/i8042v2.patch b/i8042v2.patch
index 08e42434a060..9cef0ce4be8f 100644
--- a/i8042v2.patch
+++ b/i8042v2.patch
@@ -1,8 +1,8 @@
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
-index 7e048b557462..95452f33d37f 100644
+index 7e048b557462..ee19299ed081 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
-@@ -698,6 +698,20 @@ static const struct dmi_system_id __initconst i8042_dmi_nopnp_table[] = {
+@@ -698,6 +698,34 @@ static const struct dmi_system_id __initconst i8042_dmi_nopnp_table[] = {
DMI_MATCH(DMI_BOARD_VENDOR, "MICRO-STAR INTERNATIONAL CO., LTD"),
},
},
@@ -20,5 +20,20 @@ index 7e048b557462..95452f33d37f 100644
+ DMI_MATCH(DMI_PRODUCT_NAME, "GA401IV"),
+ },
+ },
++ {
++ /* ASUS ROG Zephyreus G15 GA502IU */
++ .matches = {
++ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
++ DMI_MATCH(DMI_PRODUCT_NAME, "GA502IU"),
++ },
++ },
++ {
++ /* ASUS ROG Zephyreus G14 GA502IV */
++ .matches = {
++ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
++ DMI_MATCH(DMI_PRODUCT_NAME, "GA502IV"),
++ },
++ },
{ }
};
+