summaryrefslogtreecommitdiff
path: root/tools/scramble.c
diff options
context:
space:
mode:
authorLorenzo Miori <memorys60@gmail.com>2013-11-15 22:05:40 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2013-12-02 20:48:21 +0100
commit1deab739803ee768e393bba41446450a792b6410 (patch)
tree26b5a121d6a03d2f394aa285ab017b1f317caf37 /tools/scramble.c
parent15155ed10006f84c42bc435e354a16b3f391d55e (diff)
downloadrockbox-1deab739803ee768e393bba41446450a792b6410.tar.gz
rockbox-1deab739803ee768e393bba41446450a792b6410.zip
Initial commit for the YP-Z5 port
The port uses the imx233 soc, it's a STMP3650 based Samsung player Change-Id: I50b6d7e77fd292fab5ed26de87853cd5aaf9eaa4 Reviewed-on: http://gerrit.rockbox.org/490 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
Diffstat (limited to 'tools/scramble.c')
-rw-r--r--tools/scramble.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/scramble.c b/tools/scramble.c
index ef7c41befb..ba335d2f2d 100644
--- a/tools/scramble.c
+++ b/tools/scramble.c
@@ -129,7 +129,7 @@ void usage(void)
129 "\t m2v4, fuze, c2v2, clv2, y820, y920, y925, x747,\n" 129 "\t m2v4, fuze, c2v2, clv2, y820, y920, y925, x747,\n"
130 "\t 747p, x777, nn2g, m244, cli+, fuz2, hd20, hd30,\n" 130 "\t 747p, x777, nn2g, m244, cli+, fuz2, hd20, hd30,\n"
131 "\t ip6g, rk27, clzp, zxf2, zxf3, fuz+, e370, e360,\n" 131 "\t ip6g, rk27, clzp, zxf2, zxf3, fuz+, e370, e360,\n"
132 "\t zxfi, zmoz, zen, zenv)\n"); 132 "\t zxfi, zmoz, zen, zenv, ypz5)\n");
133 printf("\nNo option results in Archos standard player/recorder format.\n"); 133 printf("\nNo option results in Archos standard player/recorder format.\n");
134 134
135 exit(1); 135 exit(1);
@@ -366,6 +366,8 @@ int main (int argc, char** argv)
366 modelnum = 82; 366 modelnum = 82;
367 else if (!strcmp(&argv[1][5], "zxf3")) /* Creative Zen X-Fi3 */ 367 else if (!strcmp(&argv[1][5], "zxf3")) /* Creative Zen X-Fi3 */
368 modelnum = 83; 368 modelnum = 83;
369 else if (!strcmp(&argv[1][5], "ypz5")) /* Samsung YP-Z5 */
370 modelnum = 84;
369 else if (!strcmp(&argv[1][5], "zenv")) /* Creative Zen V */ 371 else if (!strcmp(&argv[1][5], "zenv")) /* Creative Zen V */
370 modelnum = 85; 372 modelnum = 85;
371 else if (!strcmp(&argv[1][5], "zxfi")) /* Creative ZEN X-Fi */ 373 else if (!strcmp(&argv[1][5], "zxfi")) /* Creative ZEN X-Fi */