summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-07-29 20:42:02 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-07-29 20:42:02 +0000
commit2fb73842a9b51e554a3a14feb0b4c0814c82ebec (patch)
tree25a93a7b725a5a2f6fa59929f7952fd8ccd7fcb0 /firmware/export/config.h
parente30f1e83c495727d2ecd108c225499c79e467ca8 (diff)
downloadrockbox-2fb73842a9b51e554a3a14feb0b4c0814c82ebec.tar.gz
rockbox-2fb73842a9b51e554a3a14feb0b4c0814c82ebec.zip
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
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 092e02f458..0082f3ab31 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -113,6 +113,7 @@
113#define LYRE_PROTO1_PAD 37 113#define LYRE_PROTO1_PAD 37
114#define SAMSUNG_YH_PAD 38 114#define SAMSUNG_YH_PAD 38
115#define ONDAVX777_PAD 39 115#define ONDAVX777_PAD 39
116#define SAMSUNG_YPS3_PAD 40
116 117
117/* CONFIG_REMOTE_KEYPAD */ 118/* CONFIG_REMOTE_KEYPAD */
118#define H100_REMOTE 1 119#define H100_REMOTE 1
@@ -381,6 +382,8 @@ Lyre prototype 1*/
381#include "config-yh920.h" 382#include "config-yh920.h"
382#elif defined(SAMSUNG_YH925) 383#elif defined(SAMSUNG_YH925)
383#include "config-yh925.h" 384#include "config-yh925.h"
385#elif defined(SAMSUNG_YPS3)
386#include "config-yps3.h"
384#else 387#else
385/* no known platform */ 388/* no known platform */
386#endif 389#endif