Merry Christmas Gogear HDD6330 owners! This is the start of the HDD6330 port. At...
commite80093243f0c4dd60529244da7442515d9841dc5
authorlowlight <lowlight@a1c6a512-1295-4272-9138-f99709370657>
Fri, 25 Dec 2009 04:05:01 +0000 (25 04:05 +0000)
committerlowlight <lowlight@a1c6a512-1295-4272-9138-f99709370657>
Fri, 25 Dec 2009 04:05:01 +0000 (25 04:05 +0000)
tree32c307c3164e24ad427ac98b389bad823c363034
parent57306eca2de3681e379c96cb631c0baee5cb7767
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
28 files changed:
apps/SOURCES
apps/debug_menu.c
apps/keymaps/keymap-hdd6330.c [new file with mode: 0644]
bootloader/SOURCES
bootloader/common.c
bootloader/main-pp.c
firmware/SOURCES
firmware/drivers/synaptics-mep.c
firmware/export/config.h
firmware/export/config/gogearhdd1630.h
firmware/export/config/gogearhdd6330.h [copied from firmware/export/config/gogearhdd1630.h with 94% similarity]
firmware/export/usb.h
firmware/target/arm/adc-pp5020.c
firmware/target/arm/crt0-pp-bl.S
firmware/target/arm/i2c-pp.c
firmware/target/arm/philips/backlight-hdd.c [moved from firmware/target/arm/philips/hdd1630/backlight-hdd1630.c with 100% similarity]
firmware/target/arm/philips/backlight-target.h [copied from firmware/target/arm/philips/hdd1630/backlight-target.h with 100% similarity]
firmware/target/arm/philips/fmradio_i2c-hdd.c [moved from firmware/target/arm/philips/hdd1630/fmradio_i2c-hdd1630.c with 100% similarity]
firmware/target/arm/philips/hdd6330/adc-target.h [moved from firmware/target/arm/philips/hdd1630/backlight-target.h with 70% similarity]
firmware/target/arm/philips/hdd6330/button-hdd6330.c [new file with mode: 0644]
firmware/target/arm/philips/hdd6330/button-target.h [new file with mode: 0644]
firmware/target/arm/philips/hdd6330/lcd-hdd6330.c [new file with mode: 0644]
firmware/target/arm/philips/hdd6330/powermgmt-hdd6330.c [new file with mode: 0644]
firmware/target/arm/philips/power-hdd.c [moved from firmware/target/arm/philips/hdd1630/power-hdd1630.c with 100% similarity]
firmware/target/arm/system-pp502x.c
firmware/target/arm/usb-fw-pp502x.c
tools/configure
tools/scramble.c