Hello
I was asked to send a copy of the bug report concerning lighting the
WiFi LED on the UX31E after resuming from S3. Below is the contents of
the original report. Attached is the diff for the changes I made to
revert back to 3.10.x behaviour.
Faithfully,
Will
First ever bug report so hope I'm doing it correctly.
After upgrade to 3.10.x to 3.11.x my WiFi LED no longer relights after
resume from S3 sleep. asus-nb-wmi is built as module and loaded by
init on boot. System is Zenbook UX31E.
Setting WAPF=4 seems to revert back to 3.10.x behaviour.
--- a/drivers/platform/x86/asus-nb-wmi.c 2013-11-04 10:41:51.000000000
+1100
+++ b/drivers/platform/x86/asus-nb-wmi.c 2013-11-13 10:15:25.156665519
+1100
@@ -198,6 +198,15 @@
},
.driver_data = &quirk_asus_x401u,
},
+ {
+ .callback = dmi_matched,
+ .ident = "ASUSTeK COMPUTER INC. UX31E",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "UX31E"),
+ },
+ .driver_data = &quirk_asus_x401u,
+ },
{},
};