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-02 11:12:54 +0800 |
commit | 6506ac7aa008436158db4f4196802cab462f3446 (patch) | |
tree | 8c9b13f3cfecf31a594e402ef815d26f5d8f60bc /src | |
parent | 55678c64bc6e3ed613ea6db14c105c18a0cf28ce (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.
Diffstat (limited to 'src')
-rw-r--r-- | src/i830_lvds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i830_lvds.c b/src/i830_lvds.c index af82ee7a..b5e0c452 100644 --- a/src/i830_lvds.c +++ b/src/i830_lvds.c @@ -83,12 +83,12 @@ 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", "fujitsu-laptop", - "asus-laptop", - "eeepc", NULL, }; |