* List of available kernel interfaces in priority order
*/
static const char *backlight_interfaces[] = {
"intel_backlight", /* see also http://bugs.debian.org/651741 */
"gmux_backlight",
"asus-laptop",
"asus-nb-wmi",
"samsung",
"acpi_video1", /* finally fallback to the generic acpi drivers */
"acpi_video0",
"intel_backlight",
NULL,
};
/*
-