From 85807cd44ef931b25a283f8ddd733453e94f9966 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Mon, 22 Sep 2008 19:15:18 +0000 Subject: Trivial changes to make the main Rockbox builds for the Sansa m200 and Logik DAX ports compile. Note that some codecs are currently disabled (due to lowmem on these targets), but that needs more work and analysis to decide how much RAM we want to allocate to codecs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18566 a1c6a512-1295-4272-9138-f99709370657 --- tools/scramble.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tools/scramble.c') diff --git a/tools/scramble.c b/tools/scramble.c index ffcde9328b..3b2ff67291 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)\n"); + printf("\t 9200, 1630, ldax, m200)\n"); printf("\nNo option results in Archos standard player/recorder format.\n"); exit(1); @@ -277,6 +277,10 @@ int main (int argc, char** argv) modelnum = 25; else if(!strcmp(&argv[1][5], "9200")) /* Philips SA9200 */ modelnum = 26; + else if (!strcmp(&argv[1][5], "ldax")) + modelnum = 27; + else if (!strcmp(&argv[1][5], "m200")) + modelnum = 29; else if(!strcmp(&argv[1][5], "1630")) /* Philips HDD1630 */ modelnum = 31; else if (!strcmp(&argv[1][5], "i7")) -- cgit v1.2.3