From 6908cc52358df90a27452ab0f085fa41674440ff Mon Sep 17 00:00:00 2001 From: Mark Arigo Date: Fri, 25 Dec 2009 04:05:01 +0000 Subject: Merry Christmas Gogear HDD6330 owners! This is the start of the HDD6330 port. At the moment, it's essentially a copy of the HDD1630 port with a minimal LCD driver. The touchpad doesn't work as expected, but you can still kind of navigate and listen to music/radio. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24112 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/main-pp.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bootloader/main-pp.c') diff --git a/bootloader/main-pp.c b/bootloader/main-pp.c index ef0e199..fe93f14 100644 --- a/bootloader/main-pp.c +++ b/bootloader/main-pp.c @@ -75,6 +75,9 @@ extern int show_logo(void); #elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD #define BOOTLOADER_BOOT_OF BUTTON_MENU +#elif CONFIG_KEYPAD == PHILIPS_HDD6330_PAD +#define BOOTLOADER_BOOT_OF BUTTON_VOL_UP + #elif CONFIG_KEYPAD == SAMSUNG_YH_PAD #define BOOTLOADER_BOOT_OF BUTTON_LEFT @@ -603,7 +606,7 @@ void* main(void) } #endif -#if defined(PHILIPS_HDD1630) +#if defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330) printf("Trying /System/OF.ebn"); rc=load_mi4(loadbuffer, "/System/OF.ebn", MAX_LOADSIZE); if (rc < EOK) { -- cgit v1.1