Add the changed asus-nb-wmi-Add-wapf4-quirk-for-the-X550VB.patch

This commit is contained in:
Justin M. Forbes 2014-11-04 11:43:21 -06:00
commit 2124afbf4e

View file

@ -11,10 +11,10 @@ Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
1 file changed, 9 insertions(+)
diff --git a/drivers/platform/x86/asus-nb-wmi.c b/drivers/platform/x86/asus-nb-wmi.c
index ddf0eef..0f9a0e4 100644
index 3a4951f46065..c1a6cd66af42 100644
--- a/drivers/platform/x86/asus-nb-wmi.c
+++ b/drivers/platform/x86/asus-nb-wmi.c
@@ -146,6 +146,15 @@ static struct dmi_system_id asus_quirks[] = {
@@ -182,6 +182,15 @@ static const struct dmi_system_id asus_quirks[] = {
},
{
.callback = dmi_matched,
@ -23,10 +23,13 @@ index ddf0eef..0f9a0e4 100644
+ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "X550VB"),
+ },
+ .driver_data = &quirk_asus_x401u,
+ .driver_data = &quirk_asus_wapf4,
+ },
+ {
+ .callback = dmi_matched,
.ident = "ASUSTeK COMPUTER INC. X55A",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
--
1.9.3