summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/main.c b/main.c
index cb45c82..9adcd86 100644
--- a/main.c
+++ b/main.c
@@ -22,12 +22,12 @@
/* Random notes:
*
- * Some people want to remove 0, 1, or 2 (all) buttons.
- * So until this is decided we don't really care about how buttons work or
- * don't work.
- * If we keep the power button, we should do stuff so that it works more
- * reliably especially considering the ACPI specification and interactions
- * with the EP80579 standard ACPI subsystem. Likewise for the reset button.
+ * We have decided to remove the reset button and to keep the power button.
+ *
+ * We should make sure that the power button works more reliably especially
+ * considering the ACPI specification and interactions with the EP80579
+ * standard ACPI subsystem. We should also debounce the On -> Off transition
+ * of the power button.
*/
/* define WATCHDOG to get one :) */