summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--backlight.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/backlight.c b/backlight.c
index a0a0fd8..966b973 100644
--- a/backlight.c
+++ b/backlight.c
@@ -161,6 +161,7 @@ again:
if (result == *brightnessp && brightness != max_brightness)
goto again;
*brightnessp = result;
+ /* TODO publish update on bus */
}
}
@@ -209,6 +210,7 @@ show_backlights(int tfd, char **devs, size_t ndevs)
} else if (caught_sigio) {
caught_sigio = 0;
for (;;) {
+ /* TODO add support for adjusting with the rat */
r = read(STDIN_FILENO, &c, 1);
if (r <= 0) {
if (!r)