add a note here about other backlight devices

SVN revision: 66493
This commit is contained in:
Mike Blumenkrantz 2011-12-24 07:44:18 +00:00
parent 1b4bf7e573
commit 897c5aaf45
1 changed files with 3 additions and 0 deletions

View File

@ -104,6 +104,9 @@ main(int argc, char **argv)
return _bl_write_file(buf, curlevel); return _bl_write_file(buf, curlevel);
} }
eina_stringshare_del(f); 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; return -1;