[Intel-gfx] [PATCH] display: change the priority order of intel_backlight

Keng-Yu Lin kengyu at canonical.com
Tue Feb 26 09:16:40 CET 2013


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 <kengyu at canonical.com>
---
 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




More information about the Intel-gfx mailing list