summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-02-23 20:47:40 +0000
committerDave Chapman <dave@dchapman.com>2008-02-23 20:47:40 +0000
commit7d18935c352a17c0a282bd37aa27eb924d55e9cf (patch)
tree3f6bb8399fc0d6245acc6dfea3ee90b4547e875d
parent68f9e6bfee2d7da5699a9d7e910c12cd1b52232f (diff)
downloadrockbox-7d18935c352a17c0a282bd37aa27eb924d55e9cf.tar.gz
rockbox-7d18935c352a17c0a282bd37aa27eb924d55e9cf.zip
Add support to tcctool for the Samsung YP-K3. Also rename the YP-P2 option to the shorter ypp2.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16393 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--utils/tcctool/tcctool.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/tcctool/tcctool.c b/utils/tcctool/tcctool.c
index b0a473b2e3..4b3889134c 100644
--- a/utils/tcctool/tcctool.c
+++ b/utils/tcctool/tcctool.c
@@ -57,7 +57,8 @@ static struct device_t devices[] =
57 {"iaudio6", "iAudio 6", 0xb021, 0x20000000, 0x62e97010 }, 57 {"iaudio6", "iAudio 6", 0xb021, 0x20000000, 0x62e97010 },
58 {"iaudio7", "iAudio 7", 0xb021, 0x20000000, 0x62e97010 }, 58 {"iaudio7", "iAudio 7", 0xb021, 0x20000000, 0x62e97010 },
59 {"logikdax", "Logik DAX 1GB DAB/MP3 player", 0xb021, 0x20000000, 0x52e97410 }, 59 {"logikdax", "Logik DAX 1GB DAB/MP3 player", 0xb021, 0x20000000, 0x52e97410 },
60 {"samsungp2","Samsung YP P2", 0xb011, 0x20000000, 0x22e92010 }, 60 {"ypp2", "Samsung YP-P2", 0xb011, 0x20000000, 0x22e92010 },
61 {"ypk3", "Samsung YP-K3, 0xb021, 0x20000000, 0x62e92018 },
61}; 62};
62 63
63#define NUM_DEVICES ((sizeof(devices) / sizeof(struct device_t))) 64#define NUM_DEVICES ((sizeof(devices) / sizeof(struct device_t)))