diff options
-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, }; |