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/common.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'bootloader/common.c') diff --git a/bootloader/common.c b/bootloader/common.c index bfe44a2687..0d66031ebf 100644 --- a/bootloader/common.c +++ b/bootloader/common.c @@ -40,9 +40,11 @@ on a button press - currently only the ipod, H10 and Sansa versions do. */ #if defined(IPOD_ARCH) || defined(IRIVER_H10) || defined(IRIVER_H10_5GB) \ || defined(SANSA_E200) || defined(SANSA_C200) || defined(GIGABEAT_F) \ - || defined(PHILIPS_SA9200) || (CONFIG_CPU == AS3525) || defined(COWON_D2) \ - || defined(MROBE_100) || defined(PHILIPS_HDD1630) || defined(MROBE_500) \ - || defined(SAMSUNG_YH925) || defined(SAMSUNG_YH920) || defined(SAMSUNG_YH820) \ + || (CONFIG_CPU == AS3525) || defined(COWON_D2) \ + || defined(MROBE_100) || defined(MROBE_500) \ + || defined(SAMSUNG_YH925) || defined(SAMSUNG_YH920) \ + || defined(SAMSUNG_YH820) || defined(PHILIPS_SA9200) \ + || defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330) \ || defined(ONDA_VX747) bool verbose = false; #else -- cgit v1.2.3