Add support for the dell backlight interface

Signed-off-by: Egbert Eich <eich@freedesktop.org>
[ickle: Add the failsafe to sna as well.]
This commit is contained in:
Egbert Eich 2013-07-29 13:52:54 +02:00 committed by Chris Wilson
parent c9d8949980
commit 8619db7224
2 changed files with 2 additions and 0 deletions

View File

@ -536,6 +536,7 @@ static char *
has_backlight(xf86OutputPtr output, int *best_type)
{
static const char *known_interfaces[] = {
"dell_backlight",
"gmux_backlight",
"asus-laptop",
"asus-nb-wmi",

View File

@ -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",