summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2008-05-12 21:07:04 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2008-05-12 21:07:04 +0000
commit3a91a94bae72597c9e9b0ea3797be3a4cf230c8a (patch)
tree4d7ba31a19a6a78dc97a49e7679955e1f2fafb84
parent63dd0ffd9377c7aba222a39cb3b8687ce1546d6c (diff)
downloadrockbox-3a91a94bae72597c9e9b0ea3797be3a4cf230c8a.tar.gz
rockbox-3a91a94bae72597c9e9b0ea3797be3a4cf230c8a.zip
Previous commit wasn't enough; this should do it...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17483 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--tools/creative.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/creative.c b/tools/creative.c
index b3bc6caa9d..287df03a7c 100644
--- a/tools/creative.c
+++ b/tools/creative.c
@@ -55,7 +55,7 @@ static const struct device_info devices[] =
55 {"C\0r\0e\0a\0t\0i\0v\0e\0 \0Z\0e\0n\0 \0V\0i\0s\0i\0o\0n\0:\0M\0 \0G\0o\0!", 50, null_key_v2, bootloader_v1, sizeof(bootloader_v1), 0x00900000}, 55 {"C\0r\0e\0a\0t\0i\0v\0e\0 \0Z\0e\0n\0 \0V\0i\0s\0i\0o\0n\0:\0M\0 \0G\0o\0!", 50, null_key_v2, bootloader_v1, sizeof(bootloader_v1), 0x00900000},
56 /* Creative Zen Vision © TL */ 56 /* Creative Zen Vision © TL */
57 /* The "©" should be ANSI encoded or the device won't accept the firmware package. */ 57 /* The "©" should be ANSI encoded or the device won't accept the firmware package. */
58 {"C\0r\0e\0a\0t\0i\0v\0e\0 \0Z\0e\0n\0 \0V\0i\0s\0i\0o\0n\0 \0©\0T\0L", 47, null_key_v2, bootloader_v1, sizeof(bootloader_v1), 0x00900000}, 58 {"C\0r\0e\0a\0t\0i\0v\0e\0 \0Z\0e\0n\0 \0V\0i\0s\0i\0o\0n\0 \0©\0T\0L", 46, null_key_v2, bootloader_v1, sizeof(bootloader_v1), 0x00900000},
59 /* Creative ZEN V */ 59 /* Creative ZEN V */
60 {"C\0r\0e\0a\0t\0i\0v\0e\0 \0Z\0E\0N\0 \0V", 42, null_key_v4, bootloader_v3, sizeof(bootloader_v3), 0x00000000}, 60 {"C\0r\0e\0a\0t\0i\0v\0e\0 \0Z\0E\0N\0 \0V", 42, null_key_v4, bootloader_v3, sizeof(bootloader_v3), 0x00000000},
61 /* Creative ZEN */ 61 /* Creative ZEN */