summaryrefslogtreecommitdiff
path: root/tools/scramble.c
diff options
context:
space:
mode:
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 861095451e..ffb568b75e 100644
--- a/tools/scramble.c
+++ b/tools/scramble.c
@@ -123,7 +123,7 @@ void usage(void)
123 "\t ip3g, ip4g, mini, iax5, iam5, iam3, h10, h10_5gb,\n" 123 "\t ip3g, ip4g, mini, iax5, iam5, iam3, h10, h10_5gb,\n"
124 "\t tpj2, c200, e200, giga, gigs, m100, m500, d2,\n"); 124 "\t tpj2, c200, e200, giga, gigs, m100, m500, d2,\n");
125 printf("\t 9200, 1630, ldax, m200, clip, e2v2, m2v4, fuze,\n" 125 printf("\t 9200, 1630, ldax, m200, clip, e2v2, m2v4, fuze,\n"
126 "\t c2v2, y820, y920, y925)\n"); 126 "\t c2v2, clv2, y820, y920, y925)\n");
127 printf("\nNo option results in Archos standard player/recorder format.\n"); 127 printf("\nNo option results in Archos standard player/recorder format.\n");
128 128
129 exit(1); 129 exit(1);
@@ -304,6 +304,8 @@ int main (int argc, char** argv)
304 modelnum = 58; 304 modelnum = 58;
305 else if (!strcmp(&argv[1][5], "y925")) /* Samsung YH-925 */ 305 else if (!strcmp(&argv[1][5], "y925")) /* Samsung YH-925 */
306 modelnum = 59; 306 modelnum = 59;
307 else if (!strcmp(&argv[1][5], "clv2")) /* Sansa Clipv2 */
308 modelnum = 60;
307 else { 309 else {
308 fprintf(stderr, "unsupported model: %s\n", &argv[1][5]); 310 fprintf(stderr, "unsupported model: %s\n", &argv[1][5]);
309 return 2; 311 return 2;