xf86-video-intel: src/i830_lvds.c

Zhenyu Wang zhen at kemper.freedesktop.org
Mon Jan 19 19:43:19 PST 2009


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

New commits:
commit ada44c1c0edcd3ea9e41ed6b6fdb2bf0e87c9c67
Author: Kshitij Kulshreshtha <kkhere.geo at gmail.com>
Date:   Tue Jan 20 11:35:36 2009 +0800

    Support sysfs backlight control for Sony laptops in xf86-video-intel
    
    The sony_laptop kernel module (since v2.6.23) supports backlight control
    via the sysfs interface:
    /sys/class/backlight/sony
    
    This patch will enable xf86-video-intel to use this backlight control method
    for Sony VAIO Laptops with Intel integrated video.

diff --git a/src/i830_lvds.c b/src/i830_lvds.c
index 7056504..7eac3c2 100644
--- a/src/i830_lvds.c
+++ b/src/i830_lvds.c
@@ -84,6 +84,7 @@ static char *backlight_interfaces[] = {
     "acpi_video1",
     "acpi_video0",
     "fujitsu-laptop",
+    "sony",
     NULL,
 };
 


More information about the xorg-commit mailing list