diff options
author | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2008-03-12 15:44:58 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2008-03-12 15:44:58 -0700 |
commit | e04908853db74dc76718f6bc0dfb23b5ab3c5837 (patch) | |
tree | 7d31194503bc22df4d8fe4474eec8f92a24c2abb | |
parent | 907399660b83b3939aab3dc7d0697197441e4ec8 (diff) |
Add sysfs backlight support for Fujitsu laptops
Tested by Dan Williams.
-rw-r--r-- | src/i830_lvds.c | 1 |
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, }; |