* Re: [PATCH] asus-nb-wmi: Add another wapf=4 quirk
2014-11-21 12:18 [PATCH] asus-nb-wmi: Add another wapf=4 quirk Hans de Goede
@ 2014-11-20 20:20 ` Darren Hart
0 siblings, 0 replies; 2+ messages in thread
From: Darren Hart @ 2014-11-20 20:20 UTC (permalink / raw)
To: Hans de Goede; +Cc: Corentin Chary, platform-driver-x86
On Fri, Nov 21, 2014 at 01:18:06PM +0100, Hans de Goede wrote:
> Reported through launchpad:
> https://bugs.launchpad.net/bugs/1173681
>
Hi Hans,
I'm not going to merge commits without complete git messages, we've already gone
over this. Pointing at a bug with no additional detail is not acceptable for a
Linux kernel commit log. There is *always something* relevant you can put in a
commit message.
Thanks,
--
Darren Hart
Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] asus-nb-wmi: Add another wapf=4 quirk
@ 2014-11-21 12:18 Hans de Goede
2014-11-20 20:20 ` Darren Hart
0 siblings, 1 reply; 2+ messages in thread
From: Hans de Goede @ 2014-11-21 12:18 UTC (permalink / raw)
To: Darren Hart; +Cc: Corentin Chary, platform-driver-x86, Hans de Goede
Reported through launchpad:
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-21 17:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21 12:18 [PATCH] asus-nb-wmi: Add another wapf=4 quirk Hans de Goede
2014-11-20 20:20 ` Darren Hart
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.