summaryrefslogtreecommitdiff
path: root/src/uxa
diff options
context:
space:
mode:
authorEgbert Eich <eich@freedesktop.org>2013-07-29 13:52:54 +0200
committerChris Wilson <chris@chris-wilson.co.uk>2013-07-29 13:05:03 +0100
commit8619db7224f5c3ec417a1d00a68e981549366adc (patch)
treed7f80ed5d3cc78c4807903aa4533608d48a2265c /src/uxa
parentc9d89499806779cd6c62d5d6d34df76279cc5abd (diff)
Add support for the dell backlight interface
Signed-off-by: Egbert Eich <eich@freedesktop.org> [ickle: Add the failsafe to sna as well.]
Diffstat (limited to 'src/uxa')
-rw-r--r--src/uxa/intel_display.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uxa/intel_display.c b/src/uxa/intel_display.c
index 0acb86d4..02f2dcbd 100644
--- a/src/uxa/intel_display.c
+++ b/src/uxa/intel_display.c
@@ -199,6 +199,7 @@ intel_output_backlight_init(xf86OutputPtr output)
* List of available kernel interfaces in priority order
*/
static const char *backlight_interfaces[] = {
+ "dell_backlight",
"gmux_backlight",
"asus-laptop",
"asus-nb-wmi",