From 64fa32e2eba21cb94aa0f8d87a6ee6b7c178a7a5 Mon Sep 17 00:00:00 2001 From: Zhenyu Wang Date: Thu, 19 Jun 2008 11:02:29 +0800 Subject: [PATCH] Add backlight kernel method support on Asus and Eeepc Noted and tested by Evgeniy Manachkin for asus-laptop support, also add eeepc support. --- src/i830_lvds.c | 2 ++ 1 file changed, 2 insertions(+) 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, };