diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-06-19 11:02:29 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-06-19 11:02:29 +0800 |
commit | 64fa32e2eba21cb94aa0f8d87a6ee6b7c178a7a5 (patch) | |
tree | 71f61d621ed7a913462b00d0f27d8a6266c76f19 /src/i830_lvds.c | |
parent | 1cfe769c74d1a3a392bf1aaaf5c2dcc8273daf66 (diff) |
Add backlight kernel method support on Asus and Eeepc
Noted and tested by Evgeniy Manachkin <sfstudio@mail.ru>
for asus-laptop support, also add eeepc support.
Diffstat (limited to 'src/i830_lvds.c')
-rw-r--r-- | src/i830_lvds.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i830_lvds.c b/src/i830_lvds.c index 4f62a2b6..af82ee7a 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, }; |