From 553626a9582a266f99134f735759e63da0a44714 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Mon, 18 Jan 2010 19:05:20 +0000 Subject: 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 --- firmware/export/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export/config.h') 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 @@ #define SAMSUNG_YPS3_PAD 40 #define MINI2440_PAD 41 #define PHILIPS_HDD6330_PAD 42 +#define PBELL_VIBE500_PAD 43 /* CONFIG_REMOTE_KEYPAD */ #define H100_REMOTE 1 @@ -197,6 +198,7 @@ #define LCD_NANO2G 36 /* as used by the iPod Nano 2nd Generation */ #define LCD_MINI2440 37 /* as used by the Mini2440 */ #define LCD_HDD6330 38 /* as used by the Philips HDD6330 */ +#define LCD_VIBE500 39 /* as used by the Packard Bell Vibe 500 */ /* LCD_PIXELFORMAT */ #define HORIZONTAL_PACKING 1 @@ -402,6 +404,8 @@ Lyre prototype 1 */ #include "config/samsungyh925.h" #elif defined(SAMSUNG_YPS3) #include "config/samsungyps3.h" +#elif defined(PBELL_VIBE500) +#include "config/vibe500.h" #else /* no known platform */ #endif -- cgit v1.2.3