From 22e7bf32b894acc1f9e2820e213f05a57bd4148c Mon Sep 17 00:00:00 2001 From: Mark Arigo Date: Fri, 27 Jun 2008 18:40:25 +0000 Subject: My Devcon 2008 contribution: port for Philips GoGear HDD1630 (PP5022-based). Current status is that the bootloader works to load Rockbox, but dual boot does not work: it freezes after decrypting the OF. When Rockbox boots, it freezes somewhere between showing the logo and the main menu. And there's no driver for the touchpad. So lots of work left. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17809 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 5263809e41..8fd4ca98f4 100644 --- a/tools/scramble.c +++ b/tools/scramble.c @@ -120,7 +120,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)\n"); + printf("\t 9200, 1630)\n"); printf("\nNo option results in Archos standard player/recorder format.\n"); exit(1); @@ -274,6 +274,8 @@ 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], "1630")) /* Philips HDD1630 */ + modelnum = 31; else { fprintf(stderr, "unsupported model: %s\n", &argv[1][5]); return 2; -- cgit v1.2.3