OSDN Git Service

asus-nb-wmi: Add wapf4 quirk for the X550VB
authorStanislaw Gruszka <sgruszka@redhat.com>
Wed, 22 Oct 2014 12:32:52 +0000 (14:32 +0200)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Sun, 28 Dec 2014 18:33:18 +0000 (02:33 +0800)
As reported here: http://bugzilla.redhat.com/show_bug.cgi?id=1089731#c23
the X550VB needs wapf=4 too.

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
drivers/platform/x86/asus-nb-wmi.c

index c1a6cd6..2aeb9d5 100644 (file)
@@ -191,6 +191,15 @@ static const struct dmi_system_id asus_quirks[] = {
        },
        {
                .callback = dmi_matched,
+               .ident = "ASUSTeK COMPUTER INC. X550VB",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "X550VB"),
+               },
+               .driver_data = &quirk_asus_wapf4,
+       },
+       {
+               .callback = dmi_matched,
                .ident = "ASUSTeK COMPUTER INC. X55A",
                .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),