summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-11-15 18:59:21 -0800
committerSteve Zesch <[email protected]>2012-11-15 18:59:21 -0800
commite673e8d93e0abef7759547a9131e097106920a6e (patch)
tree9cfb54aac0c2bf881773aded6c06156d2ff8e56c
parentabf46d226f006c5b6843ccac2010469ae838d68b (diff)
parentdbc609478699bc792611a1ab982c078c64adb561 (diff)
downloadmate-power-manager-e673e8d93e0abef7759547a9131e097106920a6e.tar.bz2
mate-power-manager-e673e8d93e0abef7759547a9131e097106920a6e.tar.xz
Merge pull request #10 from fhucho/master
Added "nvidia_backlight" to the list of backlight interfaces.
-rw-r--r--src/gpm-backlight-helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpm-backlight-helper.c b/src/gpm-backlight-helper.c
index 4868446..a9c0fd4 100644
--- a/src/gpm-backlight-helper.c
+++ b/src/gpm-backlight-helper.c
@@ -52,6 +52,7 @@ gcm_backlight_helper_get_best_backlight ()
/* available kernel interfaces in priority order */
static const gchar *backlight_interfaces[] = {
"nv_backlight",
+ "nvidia_backlight",
"asus_laptop",
"toshiba",
"eeepc",