From 22e7bf32b894acc1f9e2820e213f05a57bd4148c Mon Sep 17 00:00:00 2001 From: Mark Arigo Date: Fri, 27 Jun 2008 18:40:25 +0000 Subject: My Devcon 2008 contribution: port for Philips GoGear HDD1630 (PP5022-based). Current status is that the bootloader works to load Rockbox, but dual boot does not work: it freezes after decrypting the OF. When Rockbox boots, it freezes somewhere between showing the logo and the main menu. And there's no driver for the touchpad. So lots of work left. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17809 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 34d0bf27c6..1a6e5d6894 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -85,6 +85,7 @@ #define CREATIVEZV_PAD 26 #define PHILIPS_SA9200_PAD 27 #define SANSA_C100_PAD 28 +#define PHILIPS_HDD1630_PAD 29 /* CONFIG_REMOTE_KEYPAD */ #define H100_REMOTE 1 @@ -125,6 +126,7 @@ #define LCD_COWOND2 24 /* as used by Cowon D2 - LTV250QV, TCC7801 driver */ #define LCD_SA9200 25 /* as used by the Philips SA9200 */ #define LCD_S6B33B2 26 /* as used by the Sansa c100 */ +#define LCD_HDD1630 27 /* as used by the Philips HDD1630 */ /* LCD_PIXELFORMAT */ #define HORIZONTAL_PACKING 1 @@ -265,6 +267,8 @@ #include "config-creativezv.h" #elif defined(PHILIPS_SA9200) #include "config-sa9200.h" +#elif defined(PHILIPS_HDD1630) +#include "config-hdd1630.h" #elif defined(SANSA_C100) #include "config-c100.h" #else -- cgit v1.2.3