View | Details | Raw Unified | Return to bug 28554
Collapse All | Expand All

(-)a/src/intel_display.c (-2 / +1 lines)
Lines 133-138 intel_output_dpms_backlight(xf86OutputPtr output, int oldmode, int mode); Link Here
133
 * List of available kernel interfaces in priority order
133
 * List of available kernel interfaces in priority order
134
 */
134
 */
135
static const char *backlight_interfaces[] = {
135
static const char *backlight_interfaces[] = {
136
	"intel_backlight", /* see also http://bugs.debian.org/651741 */
136
	"gmux_backlight",
137
	"gmux_backlight",
137
	"asus-laptop",
138
	"asus-laptop",
138
	"asus-nb-wmi",
139
	"asus-nb-wmi",
Lines 144-150 static const char *backlight_interfaces[] = { Link Here
144
	"samsung",
145
	"samsung",
145
	"acpi_video1", /* finally fallback to the generic acpi drivers */
146
	"acpi_video1", /* finally fallback to the generic acpi drivers */
146
	"acpi_video0",
147
	"acpi_video0",
147
	"intel_backlight",
148
	NULL,
148
	NULL,
149
};
149
};
150
/*
150
/*
151
- 

Return to bug 28554