summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Hak <adiamas@rockbox.org>2002-10-12 05:20:57 +0000
committerRobert Hak <adiamas@rockbox.org>2002-10-12 05:20:57 +0000
commit501e0128324f710dbf64cce038f537e093b79623 (patch)
treeeb531d2e5af0db82aab9f5f0d0a6386efcc87885
parenta0f9f626f219135e03a0f96332fa0d6ef600d0a5 (diff)
downloadrockbox-501e0128324f710dbf64cce038f537e093b79623.zip
rockbox-501e0128324f710dbf64cce038f537e093b79623.tar.gz
rockbox-501e0128324f710dbf64cce038f537e093b79623.tar.bz2
rockbox-501e0128324f710dbf64cce038f537e093b79623.tar.xz
I forgot to fix button masks (thanks hardeep)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2596 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/drivers/button.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/firmware/drivers/button.h b/firmware/drivers/button.h
index fc1d8f3..82cfba6 100644
--- a/firmware/drivers/button.h
+++ b/firmware/drivers/button.h
@@ -80,6 +80,12 @@ int button_set_release(int newmask);
#endif /* HAVE_PLAYER_KEYPAD */
-#define DEFAULT_RELEASE_MASK 0
+#define DEFAULT_RELEASE_MASK ALL_BUTTONS
#endif
+
+/* -----------------------------------------------------------------
+ * local variables:
+ * eval: (load-file "../rockbox-mode.el")
+ * end:
+ */