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.tar.gz
rockbox-501e0128324f710dbf64cce038f537e093b79623.zip
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 fc1d8f3d2f..82cfba63d9 100644
--- a/firmware/drivers/button.h
+++ b/firmware/drivers/button.h
@@ -80,6 +80,12 @@ int button_set_release(int newmask);
80 80
81#endif /* HAVE_PLAYER_KEYPAD */ 81#endif /* HAVE_PLAYER_KEYPAD */
82 82
83#define DEFAULT_RELEASE_MASK 0 83#define DEFAULT_RELEASE_MASK ALL_BUTTONS
84 84
85#endif 85#endif
86
87/* -----------------------------------------------------------------
88 * local variables:
89 * eval: (load-file "../rockbox-mode.el")
90 * end:
91 */