summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2008-03-12 15:44:58 -0700
committerJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2008-03-12 15:44:58 -0700
commite04908853db74dc76718f6bc0dfb23b5ab3c5837 (patch)
tree7d31194503bc22df4d8fe4474eec8f92a24c2abb
parent907399660b83b3939aab3dc7d0697197441e4ec8 (diff)
Add sysfs backlight support for Fujitsu laptops
Tested by Dan Williams.
-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 a23631cc..a75d7e65 100644
--- a/src/i830_lvds.c
+++ b/src/i830_lvds.c
@@ -68,6 +68,7 @@ static char *backlight_interfaces[] = {
"thinkpad_screen",
"acpi_video1",
"acpi_video0",
+ "fujitsu-laptop",
NULL,
};