From 501e0128324f710dbf64cce038f537e093b79623 Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Sat, 12 Oct 2002 05:20:57 +0000 Subject: I forgot to fix button masks (thanks hardeep) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2596 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/button.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'firmware/drivers/button.h') 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); #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: + */ -- cgit v1.2.3