xf86-video-intel: src/i830_lvds.c

Zhenyu Wang zhen at kemper.freedesktop.org
Wed Jun 18 20:11:53 PDT 2008


 src/i830_lvds.c |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 64fa32e2eba21cb94aa0f8d87a6ee6b7c178a7a5
Author: Zhenyu Wang <zhenyu.z.wang at intel.com>
Date:   Thu Jun 19 11:02:29 2008 +0800

    Add backlight kernel method support on Asus and Eeepc
    
    Noted and tested by Evgeniy Manachkin <sfstudio at mail.ru>
    for asus-laptop support, also add eeepc support.

diff --git a/src/i830_lvds.c b/src/i830_lvds.c
index 4f62a2b..af82ee7 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,
 };
 


More information about the xorg-commit mailing list