summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@avencall.com>2012-09-18 11:10:48 +0200
committerGuillaume Knispel <gknispel@avencall.com>2012-09-18 11:10:48 +0200
commit17e8f1ee103111abb7336e24a61d008e933b4c19 (patch)
tree50a94bed54bf6453812cd90222b86a7e39edfa42
parent4eb6a4caa63021e1cbd6c3253a81df73f96a7c0f (diff)
add comment
-rw-r--r--main.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/main.c b/main.c
index b51b15d..da87f22 100644
--- a/main.c
+++ b/main.c
@@ -20,6 +20,16 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/* 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.
+ */
+
/* define TRACE_SERIAL to get debugging traces capabilities on the
* MSP430 serial port
* WARNING: This might disable some functions too, check the code