summaryrefslogtreecommitdiff
path: root/src/i830_lvds.c
diff options
context:
space:
mode:
authorKshitij Kulshreshtha <kkhere.geo@gmail.com>2009-01-20 11:35:36 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2009-01-20 11:35:36 +0800
commitada44c1c0edcd3ea9e41ed6b6fdb2bf0e87c9c67 (patch)
tree749839b213ac7bf51fe2a1bfafe9042bbabf5582 /src/i830_lvds.c
parentd89de6d60a86105a198d904821853e6ed7de3305 (diff)
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.
Diffstat (limited to 'src/i830_lvds.c')
-rw-r--r--src/i830_lvds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_lvds.c b/src/i830_lvds.c
index 70565040..7eac3c2c 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,
};