summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-10-21 02:25:35 -0700
committerStefano Karapetsas <[email protected]>2013-10-21 02:25:35 -0700
commitb8f86c2263452d18cb4b2c1dedaa60a5a6555ed1 (patch)
treeca74b0ca58ee2e4ed12fd9492dbadbdc7fffdc80
parentb660d85a8e1bd5dc21eb0de619510cad7229bcd2 (diff)
parenta42de88d273d788b6aae7b4b9cab2cbd373ddc5a (diff)
downloadmate-power-manager-b8f86c2263452d18cb4b2c1dedaa60a5a6555ed1.tar.bz2
mate-power-manager-b8f86c2263452d18cb4b2c1dedaa60a5a6555ed1.tar.xz
Merge pull request #85 from NiceandGently/master
add more backlight interfaces to whitelist
-rw-r--r--src/gpm-backlight-helper.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gpm-backlight-helper.c b/src/gpm-backlight-helper.c
index 3ad78c7..07ad25f 100644
--- a/src/gpm-backlight-helper.c
+++ b/src/gpm-backlight-helper.c
@@ -53,9 +53,12 @@ gcm_backlight_helper_get_best_backlight ()
static const gchar *backlight_interfaces[] = {
"nv_backlight",
"nvidia_backlight",
+ "intel_backlight",
+ "dell_backlight",
"asus_laptop",
"toshiba",
"eeepc",
+ "eeepc-wmi",
"thinkpad_screen",
"acpi_video1",
"mbp_backlight",