diff options
author | Steve Zesch <[email protected]> | 2012-11-15 18:59:21 -0800 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-11-15 18:59:21 -0800 |
commit | e673e8d93e0abef7759547a9131e097106920a6e (patch) | |
tree | 9cfb54aac0c2bf881773aded6c06156d2ff8e56c /src | |
parent | abf46d226f006c5b6843ccac2010469ae838d68b (diff) | |
parent | dbc609478699bc792611a1ab982c078c64adb561 (diff) | |
download | mate-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.
Diffstat (limited to 'src')
-rw-r--r-- | src/gpm-backlight-helper.c | 1 |
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", |