All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] acer-wmi: add video_vendor quirk for Acer Aspire E1-572
@ 2013-12-05 13:00 Oleksij Rempel
  2013-12-27  3:51 ` joeyli
  0 siblings, 1 reply; 12+ messages in thread
From: Oleksij Rempel @ 2013-12-05 13:00 UTC (permalink / raw)
  To: jlee, matthew.garrett, platform-driver-x86; +Cc: Oleksij Rempel

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
---
 drivers/platform/x86/acer-wmi.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
index c9076bd..d5ca1648 100644
--- a/drivers/platform/x86/acer-wmi.c
+++ b/drivers/platform/x86/acer-wmi.c
@@ -572,6 +572,14 @@ static const struct dmi_system_id video_vendor_dmi_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5750"),
 		},
 	},
+	{
+		.callback = video_set_backlight_video_vendor,
+		.ident = "Acer Aspire E1-572",
+		.matches = {
+			DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Aspire E1-572"),
+		},
+	},
 	{}
 };
 
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-01-13  7:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-05 13:00 [PATCH] acer-wmi: add video_vendor quirk for Acer Aspire E1-572 Oleksij Rempel
2013-12-27  3:51 ` joeyli
2013-12-27  4:25   ` joeyli
2014-01-01 14:37     ` Oleksij Rempel
2014-01-02 12:39       ` joeyli
2014-01-06 16:20         ` Oleksij Rempel
2014-01-09  7:06           ` joeyli
2014-01-09  8:11             ` Oleksij Rempel
2014-01-09  9:05               ` joeyli
2014-01-13  2:49                 ` Aaron Lu
2014-01-13  7:05                   ` joeyli
2014-01-13  7:09                     ` Aaron Lu

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.