forked from len0rd/rockbox
Start of a Rockbox port to the Samsung YP-S3.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22085 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e30f1e83c4
commit
2fb73842a9
11 changed files with 1141 additions and 0 deletions
|
@ -113,6 +113,7 @@
|
|||
#define LYRE_PROTO1_PAD 37
|
||||
#define SAMSUNG_YH_PAD 38
|
||||
#define ONDAVX777_PAD 39
|
||||
#define SAMSUNG_YPS3_PAD 40
|
||||
|
||||
/* CONFIG_REMOTE_KEYPAD */
|
||||
#define H100_REMOTE 1
|
||||
|
@ -381,6 +382,8 @@ Lyre prototype 1*/
|
|||
#include "config-yh920.h"
|
||||
#elif defined(SAMSUNG_YH925)
|
||||
#include "config-yh925.h"
|
||||
#elif defined(SAMSUNG_YPS3)
|
||||
#include "config-yps3.h"
|
||||
#else
|
||||
/* no known platform */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue