summarylogtreecommitdiffstats
path: root/sys-kernel_arch-sources-g14_files_0003-i8042-dmiids.patch
diff options
context:
space:
mode:
authordragonn2021-06-12 12:39:20 +0200
committerdragonn2021-06-12 12:39:20 +0200
commitf8200c5ff505fd959079131f8e7a85d6c1d3490f (patch)
tree7e5e72bc831601afffe2a9215291cdab348540fb /sys-kernel_arch-sources-g14_files_0003-i8042-dmiids.patch
parent50d9f54833f9cb88fe3b7bfcb2ade4a77935cd6d (diff)
downloadaur-f8200c5ff505fd959079131f8e7a85d6c1d3490f.tar.gz
5.12.10
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, 0 insertions, 60 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
deleted file mode 100644
index 21fec0a6c507..000000000000
--- a/sys-kernel_arch-sources-g14_files_0003-i8042-dmiids.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
-index a4c9b9652560..0893ce4e5523 100644
---- a/drivers/input/serio/i8042-x86ia64io.h
-+++ b/drivers/input/serio/i8042-x86ia64io.h
-@@ -728,6 +728,55 @@ static const struct dmi_system_id __initconst i8042_dmi_nopnp_table[] = {
- DMI_MATCH(DMI_BOARD_VENDOR, "PK"),
- },
- },
-+ {
-+ /* 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"),
-+ },
-+ },
- { }
- };
-