]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/platform/x86/intel_ips.c
UBUNTU: SAUCE: (no-up) intel_ips: blacklist ASUSTek G60JX laptops
[mirror_ubuntu-bionic-kernel.git] / drivers / platform / x86 / intel_ips.c
index a0c95853fd3f98abbe1979ad2478d6b781c7b046..28f6f054b750fdadd0c4aca3a106658a816d80b6 100644 (file)
@@ -1494,6 +1494,14 @@ static const struct dmi_system_id ips_blacklist[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "HP ProBook"),
                },
        },
+       {
+               .callback = ips_blacklist_callback,
+               .ident = "G60JX",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "G60JX"),
+               },
+       },
        { }     /* terminating entry */
 };