* Re: [PATCH v2] asus-nb-wmi: Add another wapf=4 quirk
2014-11-24 10:26 [PATCH v2] asus-nb-wmi: Add another wapf=4 quirk Hans de Goede
@ 2014-11-24 8:11 ` Darren Hart
0 siblings, 0 replies; 2+ messages in thread
From: Darren Hart @ 2014-11-24 8:11 UTC (permalink / raw)
To: Hans de Goede; +Cc: Corentin Chary, platform-driver-x86, stable
On Mon, Nov 24, 2014 at 11:26:32AM +0100, Hans de Goede wrote:
> Wifi on this laptop does not work unless asus-nb-wmi.wapf=4 is specified on
> the kerne commandline, add a quirk for this.
>
> Cc: stable@vger.kernel.org
> BugLink: https://bugs.launchpad.net/bugs/1173681
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Queued, thank you Hans.
--
Darren Hart
Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH v2] asus-nb-wmi: Add another wapf=4 quirk
@ 2014-11-24 10:26 Hans de Goede
2014-11-24 8:11 ` Darren Hart
0 siblings, 1 reply; 2+ messages in thread
From: Hans de Goede @ 2014-11-24 10:26 UTC (permalink / raw)
To: Darren Hart; +Cc: Corentin Chary, platform-driver-x86, Hans de Goede, stable
Wifi on this laptop does not work unless asus-nb-wmi.wapf=4 is specified on
the kerne commandline, add a quirk for this.
Cc: stable@vger.kernel.org
BugLink: https://bugs.launchpad.net/bugs/1173681
Signed-off-by: Hans de Goede <hdegoede@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 c1a6cd6..abdaed3 100644
--- a/drivers/platform/x86/asus-nb-wmi.c
+++ b/drivers/platform/x86/asus-nb-wmi.c
@@ -191,6 +191,15 @@ static const struct dmi_system_id asus_quirks[] = {
},
{
.callback = dmi_matched,
+ .ident = "ASUSTeK COMPUTER INC. X551CA",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "X551CA"),
+ },
+ .driver_data = &quirk_asus_wapf4,
+ },
+ {
+ .callback = dmi_matched,
.ident = "ASUSTeK COMPUTER INC. X55A",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-25 6:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-24 10:26 [PATCH v2] asus-nb-wmi: Add another wapf=4 quirk Hans de Goede
2014-11-24 8:11 ` Darren Hart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox