diff options
| author | Mark Arigo <markarigo@gmail.com> | 2009-12-25 04:05:01 +0000 |
|---|---|---|
| committer | Mark Arigo <markarigo@gmail.com> | 2009-12-25 04:05:01 +0000 |
| commit | 6908cc52358df90a27452ab0f085fa41674440ff (patch) | |
| tree | 32c307c3164e24ad427ac98b389bad823c363034 /apps/SOURCES | |
| parent | 4a85eb7d9f7212bf2a0974fa42c2cb4f1790f99e (diff) | |
| download | rockbox-6908cc52358df90a27452ab0f085fa41674440ff.zip rockbox-6908cc52358df90a27452ab0f085fa41674440ff.tar.gz rockbox-6908cc52358df90a27452ab0f085fa41674440ff.tar.bz2 rockbox-6908cc52358df90a27452ab0f085fa41674440ff.tar.xz | |
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
Diffstat (limited to 'apps/SOURCES')
| -rw-r--r-- | apps/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index 313e5e0..acf4e05 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -239,6 +239,8 @@ keymaps/keymap-creativezv.c keymaps/keymap-sa9200.c #elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD keymaps/keymap-hdd1630.c +#elif CONFIG_KEYPAD == PHILIPS_HDD6330_PAD +keymaps/keymap-hdd6330.c #elif CONFIG_KEYPAD == IAUDIO67_PAD keymaps/keymap-iaudio67.c #elif CONFIG_KEYPAD == SANSA_C100_PAD |