summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2010-01-18 19:05:20 +0000
committerFrank Gevaerts <frank@gevaerts.be>2010-01-18 19:05:20 +0000
commit553626a9582a266f99134f735759e63da0a44714 (patch)
tree7b336d379e61c632ad0ff775bca2f5d37a80775d /firmware/export/config.h
parent39e51cc66e0f9d2afc82515958c1719fdac43332 (diff)
downloadrockbox-553626a9582a266f99134f735759e63da0a44714.tar.gz
rockbox-553626a9582a266f99134f735759e63da0a44714.zip
Add initial Packard Bell Vibe 500 port, by Szymon Dziok
Author: Szymon Dziok Flyspray: FS#10912 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24276 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 2b7c6d8663..81e83b09f4 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -116,6 +116,7 @@
116#define SAMSUNG_YPS3_PAD 40 116#define SAMSUNG_YPS3_PAD 40
117#define MINI2440_PAD 41 117#define MINI2440_PAD 41
118#define PHILIPS_HDD6330_PAD 42 118#define PHILIPS_HDD6330_PAD 42
119#define PBELL_VIBE500_PAD 43
119 120
120/* CONFIG_REMOTE_KEYPAD */ 121/* CONFIG_REMOTE_KEYPAD */
121#define H100_REMOTE 1 122#define H100_REMOTE 1
@@ -197,6 +198,7 @@
197#define LCD_NANO2G 36 /* as used by the iPod Nano 2nd Generation */ 198#define LCD_NANO2G 36 /* as used by the iPod Nano 2nd Generation */
198#define LCD_MINI2440 37 /* as used by the Mini2440 */ 199#define LCD_MINI2440 37 /* as used by the Mini2440 */
199#define LCD_HDD6330 38 /* as used by the Philips HDD6330 */ 200#define LCD_HDD6330 38 /* as used by the Philips HDD6330 */
201#define LCD_VIBE500 39 /* as used by the Packard Bell Vibe 500 */
200 202
201/* LCD_PIXELFORMAT */ 203/* LCD_PIXELFORMAT */
202#define HORIZONTAL_PACKING 1 204#define HORIZONTAL_PACKING 1
@@ -402,6 +404,8 @@ Lyre prototype 1 */
402#include "config/samsungyh925.h" 404#include "config/samsungyh925.h"
403#elif defined(SAMSUNG_YPS3) 405#elif defined(SAMSUNG_YPS3)
404#include "config/samsungyps3.h" 406#include "config/samsungyps3.h"
407#elif defined(PBELL_VIBE500)
408#include "config/vibe500.h"
405#else 409#else
406/* no known platform */ 410/* no known platform */
407#endif 411#endif