summarylogtreecommitdiffstats
path: root/sys-kernel_arch-sources-g14_files_0003-i8042-dmiids.patch
diff options
context:
space:
mode:
authordragonn2020-08-16 11:36:11 +0200
committerdragonn2020-08-16 11:36:11 +0200
commit8b457ad533b6ac3bb00bdd4ecf17b3287b99690e (patch)
tree9de8b7404f155c45e4e13bd04560234f116ee59b /sys-kernel_arch-sources-g14_files_0003-i8042-dmiids.patch
parent27fa83d1d91adb136e551a4e88423df022204876 (diff)
downloadaur-8b457ad533b6ac3bb00bdd4ecf17b3287b99690e.tar.gz
update to 5.8.1
Diffstat (limited to 'sys-kernel_arch-sources-g14_files_0003-i8042-dmiids.patch')
-rw-r--r--sys-kernel_arch-sources-g14_files_0003-i8042-dmiids.patch60
1 files changed, 60 insertions, 0 deletions
diff --git a/sys-kernel_arch-sources-g14_files_0003-i8042-dmiids.patch b/sys-kernel_arch-sources-g14_files_0003-i8042-dmiids.patch
new file mode 100644
index 000000000000..7e079c12370f
--- /dev/null
+++ b/sys-kernel_arch-sources-g14_files_0003-i8042-dmiids.patch
@@ -0,0 +1,60 @@
+diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
+index 7b08ff8ddf35..10dfd68ffb1b 100644
+--- a/drivers/input/serio/i8042-x86ia64io.h
++++ b/drivers/input/serio/i8042-x86ia64io.h
+@@ -698,6 +698,55 @@ static const struct dmi_system_id __initconst i8042_dmi_nopnp_table[] = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "MICRO-STAR INTERNATIONAL CO., LTD"),
+ },
+ },
++ {
++ /* ASUS ROG Zephyreus G14 GA401IH */
++ .matches = {
++ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
++ DMI_MATCH(DMI_PRODUCT_NAME, "GA401IH"),
++ },
++ },
++ {
++ /* ASUS ROG Zephyreus G14 GA401II */
++ .matches = {
++ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
++ DMI_MATCH(DMI_PRODUCT_NAME, "GA401II"),
++ },
++ },
++ {
++ /* ASUS ROG Zephyreus G14 GA401IU */
++ .matches = {
++ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
++ DMI_MATCH(DMI_PRODUCT_NAME, "GA401IU"),
++ },
++ },
++ {
++ /* ASUS ROG Zephyreus G14 GA401IV */
++ .matches = {
++ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
++ DMI_MATCH(DMI_PRODUCT_NAME, "GA401IV"),
++ },
++ },
++ {
++ /* ASUS ROG Zephyreus G15 GA502II */
++ .matches = {
++ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
++ DMI_MATCH(DMI_PRODUCT_NAME, "GA502II"),
++ },
++ },
++ {
++ /* ASUS ROG Zephyreus G15 GA502IU */
++ .matches = {
++ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
++ DMI_MATCH(DMI_PRODUCT_NAME, "GA502IU"),
++ },
++ },
++ {
++ /* ASUS ROG Zephyreus G15 GA502IV */
++ .matches = {
++ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
++ DMI_MATCH(DMI_PRODUCT_NAME, "GA502IV"),
++ },
++ },
+ { }
+ };
+