From 582942016bdf3599952b343858ba9fb9785494e8 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Sat, 20 Jun 2009 10:54:13 +0000 Subject: * Commit a modified FS#10354 (thanks to Davide Quarta) - add support the VX747+ in scramble and configure * Add support for the VX777 * Remove the touchscreen mode switching combo from the button driver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21379 a1c6a512-1295-4272-9138-f99709370657 --- tools/scramble.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tools/scramble.c') diff --git a/tools/scramble.c b/tools/scramble.c index 8bf8d3d034..cabe15f48d 100644 --- a/tools/scramble.c +++ b/tools/scramble.c @@ -123,7 +123,8 @@ void usage(void) "\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, c100, clip, e2v2, m2v4,\n" - "\t fuze, c2v2, clv2, y820, y920, y925)\n"); + "\t fuze, c2v2, clv2, y820, y920, y925, x747, 747p, \n" + "\t x777)\n"); printf("\nNo option results in Archos standard player/recorder format.\n"); exit(1); @@ -300,6 +301,10 @@ int main (int argc, char** argv) modelnum = 44; else if (!strcmp(&argv[1][5], "x747")) modelnum = 45; + else if (!strcmp(&argv[1][5], "747p")) + modelnum = 54; + else if (!strcmp(&argv[1][5], "x777")) + modelnum = 61; else if (!strcmp(&argv[1][5], "y820")) /* Samsung YH-820 */ modelnum = 57; else if (!strcmp(&argv[1][5], "y920")) /* Samsung YH-920 */ -- cgit v1.2.3