summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-06-29 13:47:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-06-29 13:47:22 +0000
commit9a6a4e79a2a8db7bd4ac9f6830b205afe1420bc5 (patch)
tree4b2082e9efecfd54db2a9e0ba5db7d6af005c749 /apps
parent1c56afad5d7647eb737491a41a4e63472bd3881d (diff)
downloadrockbox-9a6a4e79a2a8db7bd4ac9f6830b205afe1420bc5.zip
rockbox-9a6a4e79a2a8db7bd4ac9f6830b205afe1420bc5.tar.gz
rockbox-9a6a4e79a2a8db7bd4ac9f6830b205afe1420bc5.tar.bz2
rockbox-9a6a4e79a2a8db7bd4ac9f6830b205afe1420bc5.tar.xz
quick scren fixed for h300
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6920 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/screens.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/screens.c b/apps/screens.c
index 59ffd06..19caf96 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -519,7 +519,8 @@ int pitch_screen(void)
}
#endif
-#if (CONFIG_KEYPAD == RECORDER_PAD) || (CONFIG_KEYPAD == IRIVER_H100_PAD)
+#if (CONFIG_KEYPAD == RECORDER_PAD) || (CONFIG_KEYPAD == IRIVER_H100_PAD) ||\
+ (CONFIG_KEYPAD == IRIVER_H300_PAD)
bool quick_screen(int context, int button)
{
bool exit = false;
@@ -544,7 +545,7 @@ bool quick_screen(int context, int button)
#if CONFIG_KEYPAD == RECORDER_PAD
case SCREENS_QUICK:
#endif
-#if CONFIG_KEYPAD == IRIVER_H100_PAD
+#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD)
case SCREENS_QUICK | BUTTON_REPEAT:
#endif
/* Shuffle mode */