diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-07-02 11:12:54 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-07-21 11:03:16 +0800 |
commit | cb4c1fa7499d82beb01566aaf1f323a03ebc1ae4 (patch) | |
tree | abea98c0b1433b9ba78ae522f83f5cd5a4af08b5 | |
parent | 1bfafe075b1db12d42ce40393d0be2137644489a (diff) |
Give asus and eeepc backlight method higher priority
On #16418, Evgeniy Manachkin <sfstudio@mail.ru> reported that
last asus and eeepc backlight patch is wrong, as acpi_video0 method
will take priority and doesn't work.
(cherry picked from commit 6506ac7aa008436158db4f4196802cab462f3446)
-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..b5e0c452 100644 --- a/src/i830_lvds.c +++ b/src/i830_lvds.c @@ -83,6 +83,8 @@ struct i830_lvds_priv { * List of available kernel interfaces in priority order */ static char *backlight_interfaces[] = { + "asus-laptop", + "eeepc", "thinkpad_screen", "acpi_video1", "acpi_video0", |