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:
parent
c9d8949980
commit
8619db7224
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue