summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyu.z.wang@intel.com>2008-06-19 11:02:29 +0800
committerJesse Barnes <jbarnes@virtuousgeek.org>2008-11-11 12:15:29 -0800
commitb365f26c311c88cdadd4e3913dfa4ca661c37691 (patch)
treef798bb4c4141b78796679a535a497d6489a49eb4
parent86f82c429f5d7067c52d3b783988917869e13d1d (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 96e9f003..a8687b63 100644
--- a/src/i830_lvds.c
+++ b/src/i830_lvds.c
@@ -83,6 +83,8 @@ static char *backlight_interfaces[] = {
"acpi_video1",
"acpi_video0",
"fujitsu-laptop",
+ "asus-laptop",
+ "eeepc",
NULL,
};