1
0
Fork 0
forked from len0rd/rockbox

I believe this is more likely to reflect the h300 keypad

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6942 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-06-30 10:27:29 +00:00
parent b936d94e41
commit e8e953f5d5

View file

@ -69,8 +69,7 @@ static void button_tick(void)
int diff;
int btn;
#if !defined(HAVE_MMC) && (CONFIG_KEYPAD != IRIVER_H100_PAD) \
&& (CONFIG_KEYPAD != GMINI100_PAD)
#if (CONFIG_KEYPAD == PLAYER_PAD) || (CONFIG_KEYPAD == RECORDER_PAD)
/* Post events for the remote control */
btn = remote_control_rx();
@ -359,7 +358,7 @@ static int button_read(void)
int data;
#if CONFIG_KEYPAD == IRIVER_H100_PAD
#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD)
static bool hold_button = false;
static bool remote_hold_button = false;