summaryrefslogtreecommitdiffstats
path: root/asus-nb-wmi-Add-wapf4-quirk-for-the-X550VB.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2014-10-22 09:59:21 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2014-10-22 09:59:21 -0400
commit300a55307cf5a013e288c53a60bdfe09ead89f05 (patch)
treea9efdbc9973e9d0e95d99c14e84fc5f7c87c03f4 /asus-nb-wmi-Add-wapf4-quirk-for-the-X550VB.patch
parent3aeb248035163a5196f8ee93b392d449ea1c1ea7 (diff)
downloadkernel-300a55307cf5a013e288c53a60bdfe09ead89f05.tar.gz
kernel-300a55307cf5a013e288c53a60bdfe09ead89f05.tar.xz
kernel-300a55307cf5a013e288c53a60bdfe09ead89f05.zip
Linux v3.18-rc1-221-gc3351dfabf5c
- Add patch to fix wifi on X550VB machines (rhbz 1089731)
Diffstat (limited to 'asus-nb-wmi-Add-wapf4-quirk-for-the-X550VB.patch')
-rw-r--r--asus-nb-wmi-Add-wapf4-quirk-for-the-X550VB.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/asus-nb-wmi-Add-wapf4-quirk-for-the-X550VB.patch b/asus-nb-wmi-Add-wapf4-quirk-for-the-X550VB.patch
new file mode 100644
index 000000000..1ec42f728
--- /dev/null
+++ b/asus-nb-wmi-Add-wapf4-quirk-for-the-X550VB.patch
@@ -0,0 +1,35 @@
+From: Stanislaw Gruszka <sgruszka@redhat.com>
+Date: Wed, 22 Oct 2014 14:32:52 +0200
+Subject: [PATCH] asus-nb-wmi: Add wapf4 quirk for the X550VB
+
+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 | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+diff --git a/drivers/platform/x86/asus-nb-wmi.c b/drivers/platform/x86/asus-nb-wmi.c
+index 3a4951f46065..c1a6cd66af42 100644
+--- a/drivers/platform/x86/asus-nb-wmi.c
++++ b/drivers/platform/x86/asus-nb-wmi.c
+@@ -182,6 +182,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."),
+--
+1.9.3
+