* [PATCH] ACPI / video: Add "Asus UL30A" to ACPI video detect blacklist
@ 2013-05-19 11:52 Bastian Triller
0 siblings, 0 replies; only message in thread
From: Bastian Triller @ 2013-05-19 11:52 UTC (permalink / raw)
To: Len Brown, Rafael J. Wysocki; +Cc: linux-acpi
Like on UL30VT, the ACPI video driver can't control backlight correctly on
Asus UL30A. Vendor driver (asus-laptop) can work. This patch is to
add "Asus UL30A" to ACPI video detect blacklist in order to use
asus-laptop for video control on the "Asus UL30A" rather than ACPI
video driver.
Signed-off-by: Bastian Triller <bastian.triller@gmail.com>
---
drivers/acpi/video_detect.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c
index 66f6762..e6bd910 100644
--- a/drivers/acpi/video_detect.c
+++ b/drivers/acpi/video_detect.c
@@ -161,6 +161,14 @@ static struct dmi_system_id video_detect_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "UL30VT"),
},
},
+ {
+ .callback = video_detect_force_vendor,
+ .ident = "Asus UL30A",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "UL30A"),
+ },
+ },
{ },
};
--
1.8.3.rc2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-19 11:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-19 11:52 [PATCH] ACPI / video: Add "Asus UL30A" to ACPI video detect blacklist Bastian Triller
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.