1
0
Fork 0
forked from len0rd/rockbox

3 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio working on 820 & 925 (untested on the 920). No battery readings. No recording. No plugins. Keymap needs work.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21083 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Mark Arigo 2009-05-25 21:10:45 +00:00
parent d2ea7db6f5
commit 758bb3bc62
46 changed files with 5028 additions and 26 deletions

View file

@ -1032,6 +1032,9 @@ static bool dbg_spdif(void)
(CONFIG_KEYPAD == PHILIPS_HDD1630_PAD)
# define DEBUG_CANCEL BUTTON_POWER
#elif (CONFIG_KEYPAD == SAMSUNG_YH_PAD)
# define DEBUG_CANCEL BUTTON_PLAY
#endif /* key definitions */
/* Test code!!! */