summaryrefslogtreecommitdiff
path: root/src/intel_display.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-01-31 20:27:26 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2011-01-31 20:27:26 +0000
commitce1e0969058f8c70b624bc85bb8d6698a35794d3 (patch)
tree15aa38539f5271ce94c5505123f1578200765097 /src/intel_display.c
parent80f59c8a4f51ccc27653a2de2dee2563b1e911f1 (diff)
Rename 'intel' backlight to match upstream name in 2.6.38
(Just waiting for libbacklight to bring sanity...) Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_display.c')
-rw-r--r--src/intel_display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel_display.c b/src/intel_display.c
index e3d783c0..f487a6e5 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,
};
/*