xf86-video-intel: src/intel_display.c

Chris Wilson ickle at kemper.freedesktop.org
Mon Jan 31 12:29:37 PST 2011


 src/intel_display.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ce1e0969058f8c70b624bc85bb8d6698a35794d3
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon Jan 31 20:27:26 2011 +0000

    Rename 'intel' backlight to match upstream name in 2.6.38
    
    (Just waiting for libbacklight to bring sanity...)
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/intel_display.c b/src/intel_display.c
index e3d783c..f487a6e 100644
--- a/src/intel_display.c
+++ b/src/intel_display.c
@@ -119,7 +119,6 @@ intel_output_dpms_backlight(xf86OutputPtr output, int oldmode, int mode);
  * List of available kernel interfaces in priority order
  */
 static const char *backlight_interfaces[] = {
-	"intel", /* prefer our own native backlight driver */
 	"asus-laptop",
 	"eeepc",
 	"thinkpad_screen",
@@ -129,6 +128,7 @@ static const char *backlight_interfaces[] = {
 	"samsung",
 	"acpi_video1", /* finally fallback to the generic acpi drivers */
 	"acpi_video0",
+	"intel_backlight",
 	NULL,
 };
 /*


More information about the xorg-commit mailing list