diff options
author | Dave Chapman <dave@dchapman.com> | 2008-09-06 17:50:59 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2008-09-06 17:50:59 +0000 |
commit | d462a64a918117991e11dade2d7fa3a28196e07a (patch) | |
tree | 0a6f5ed8777b18bb1641fbb3608f10374901706c /apps/SOURCES | |
parent | b87715f670f04c9adbe358c32a385c6771d99a81 (diff) |
Initial commit of iaudio 7 port by Vitja Makarov (FS#9245). Port is at quite an advanced stage, but is troubled by the lack of a reliable NAND driver (similar to the Cowon D2 port) and is not yet suitable for non-developers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18435 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 c8371a71aa..419d24d7a8 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -198,4 +198,6 @@ keymaps/keymap-creativezv.c keymaps/keymap-sa9200.c #elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD keymaps/keymap-hdd1630.c +#elif CONFIG_KEYPAD == IAUDIO67_PAD +keymaps/keymap-iaudio67.c #endif |