summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyu.z.wang@intel.com>2008-06-19 11:02:29 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2008-06-19 11:02:29 +0800
commit64fa32e2eba21cb94aa0f8d87a6ee6b7c178a7a5 (patch)
tree71f61d621ed7a913462b00d0f27d8a6266c76f19
parent1cfe769c74d1a3a392bf1aaaf5c2dcc8273daf66 (diff)
Add backlight kernel method support on Asus and Eeepc
Noted and tested by Evgeniy Manachkin <sfstudio@mail.ru> for asus-laptop support, also add eeepc support.
-rw-r--r--src/i830_lvds.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i830_lvds.c b/src/i830_lvds.c
index 4f62a2b6..af82ee7a 100644
--- a/src/i830_lvds.c
+++ b/src/i830_lvds.c
@@ -87,6 +87,8 @@ static char *backlight_interfaces[] = {
"acpi_video1",
"acpi_video0",
"fujitsu-laptop",
+ "asus-laptop",
+ "eeepc",
NULL,
};