From 897c5aaf450413de639f6fb08c32fe7a3d0932e1 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sat, 24 Dec 2011 07:44:18 +0000 Subject: [PATCH] add a note here about other backlight devices SVN revision: 66493 --- src/bin/e_backlight_main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/e_backlight_main.c b/src/bin/e_backlight_main.c index 06467c187..54f7337fb 100644 --- a/src/bin/e_backlight_main.c +++ b/src/bin/e_backlight_main.c @@ -104,6 +104,9 @@ main(int argc, char **argv) return _bl_write_file(buf, curlevel); } eina_stringshare_del(f); + /* Currently this will set brightness levels on ALL detected devices + If this is not desired, add a break here + */ } return -1;