summarylogtreecommitdiffstats
path: root/i8042.patch
diff options
context:
space:
mode:
authorMike Yuan2020-08-09 20:17:34 +0800
committerMike Yuan2020-08-23 11:03:08 +0800
commite4a8cccf36309f233f4e7ddb2ed3102ac045428f (patch)
treef4f906127ca71651c5a08b72edc6feb24109ce2d /i8042.patch
parent24b35f241366cfcd8ed6765bb14041a6656e57d9 (diff)
downloadaur-e4a8cccf36309f233f4e7ddb2ed3102ac045428f.tar.gz
Add more models
Diffstat (limited to 'i8042.patch')
-rw-r--r--i8042.patch20
1 files changed, 19 insertions, 1 deletions
diff --git a/i8042.patch b/i8042.patch
index 4ff7e47213b5..deeb9ef6a632 100644
--- a/i8042.patch
+++ b/i8042.patch
@@ -1,6 +1,6 @@
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
-@@ -705,6 +705,12 @@
+@@ -705,6 +705,30 @@
DMI_MATCH(DMI_BOARD_VENDOR, "MICRO-STAR INTERNATIONAL CO., LTD"),
},
},
@@ -10,6 +10,24 @@
+ DMI_MATCH(DMI_PRODUCT_NAME, "GA401IV"),
+ },
+ },
++ {
++ .matches = {
++ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
++ DMI_MATCH(DMI_PRODUCT_NAME, "GA401IU"),
++ },
++ },
++ {
++ .matches = {
++ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
++ DMI_MATCH(DMI_PRODUCT_NAME, "GA401II"),
++ },
++ },
++ {
++ .matches = {
++ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
++ DMI_MATCH(DMI_PRODUCT_NAME, "GA401IH"),
++ },
++ },
{ }
};