From 08c41d42bb699a1be99c9696b4d4fb7b40e8723a Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sun, 19 Oct 2008 14:11:01 +0000 Subject: Add e200v2 and m200v2 targets. Move the telechips lcd-ssd1815.c (currently used by Logik DAX and m200v1 ports) driver up in the target tree and share with the m200v2 - as2525 parts contributed by Rafael Carre. Includes the start (but is still very incomplete) of an LCD driver for the e200v2. m200v2 is not yet fully supported by mkamsboot - that will come soon. Also some minor cleanups for the Clip. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18836 a1c6a512-1295-4272-9138-f99709370657 --- tools/scramble.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/scramble.c') diff --git a/tools/scramble.c b/tools/scramble.c index 429823aaa7..aaf3b9d232 100644 --- a/tools/scramble.c +++ b/tools/scramble.c @@ -122,7 +122,7 @@ void usage(void) "\t (X values: h100, h120, h140, h300, ipco, nano, ipvd, mn2g\n" "\t ip3g, ip4g, mini, iax5, iam5, iam3, h10, h10_5gb,\n" "\t tpj2, c200, e200, giga, gigs, m100, m500, d2,\n"); - printf("\t 9200, 1630, ldax, m200, clip, e2v2)\n"); + printf("\t 9200, 1630, ldax, m200, clip, e2v2, m2v2)\n"); printf("\nNo option results in Archos standard player/recorder format.\n"); exit(1); @@ -289,6 +289,8 @@ int main (int argc, char** argv) modelnum = 50; else if (!strcmp(&argv[1][5], "e2v2")) modelnum = 51; + else if (!strcmp(&argv[1][5], "m2v2")) + modelnum = 52; else { fprintf(stderr, "unsupported model: %s\n", &argv[1][5]); return 2; -- cgit v1.2.3