make the intel_backlight interface with a higher priority
than acpi_video, as it is more likely to work.

Signed-off-by: Keng-Yu Lin <[email protected]>
---
 src/intel_display.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/intel_display.c b/src/intel_display.c
index 5ee955e..479afb7 100644
--- a/src/intel_display.c
+++ b/src/intel_display.c
@@ -142,9 +142,9 @@ static const char *backlight_interfaces[] = {
        "fujitsu-laptop",
        "sony",
        "samsung",
+       "intel_backlight",
        "acpi_video1", /* finally fallback to the generic acpi drivers */
        "acpi_video0",
-       "intel_backlight",
        NULL,
 };
 /*
-- 
1.7.9.5

_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to