mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Previous commit wasn't enough; this should do it...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17483 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
63dd0ffd93
commit
3a91a94bae
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ static const struct device_info devices[] =
|
||||||
{"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},
|
{"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},
|
||||||
/* Creative Zen Vision © TL */
|
/* Creative Zen Vision © TL */
|
||||||
/* The "©" should be ANSI encoded or the device won't accept the firmware package. */
|
/* The "©" should be ANSI encoded or the device won't accept the firmware package. */
|
||||||
{"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},
|
{"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},
|
||||||
/* Creative ZEN V */
|
/* Creative ZEN V */
|
||||||
{"C\0r\0e\0a\0t\0i\0v\0e\0 \0Z\0E\0N\0 \0V", 42, null_key_v4, bootloader_v3, sizeof(bootloader_v3), 0x00000000},
|
{"C\0r\0e\0a\0t\0i\0v\0e\0 \0Z\0E\0N\0 \0V", 42, null_key_v4, bootloader_v3, sizeof(bootloader_v3), 0x00000000},
|
||||||
/* Creative ZEN */
|
/* Creative ZEN */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue