summarylogtreecommitdiffstats
path: root/i8042v2.patch
diff options
context:
space:
mode:
authordragonn2020-06-25 22:36:07 +0200
committerdragonn2020-06-25 22:36:07 +0200
commitbcce1ba72d895c6d6bcb70bc12eccc77aefa8601 (patch)
treeb8109cb456644b8f77f339050a86f467ca9d53d6 /i8042v2.patch
parent3442c87a0944c06cc9f28bc6253b4dfa5a34450a (diff)
downloadaur-bcce1ba72d895c6d6bcb70bc12eccc77aefa8601.tar.gz
Update to 5.7.5, add GA502IV
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"),
++ },
++ },
{ }
};
+