|
linus: tools iriver.c,1.1,1.2: msg#00200systems.archos.rockbox.cvs
Update of /cvsroot/rockbox/tools In directory labb:/tmp/cvs-serv25050 Modified Files: iriver.c Log Message: Adjusted the max/min sizes for the iriver scrambler Index: iriver.c =================================================================== RCS file: /cvsroot/rockbox/tools/iriver.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- iriver.c 24 Jan 2005 09:01:48 -0000 1.1 +++ iriver.c 28 Jan 2005 12:21:52 -0000 1.2 @@ -33,9 +33,9 @@ NULL }; /* aligns with models array; expected min firmware size */ -const unsigned int firmware_minsize[] = { 1000000, 1000000, 2000000 }; +const unsigned int firmware_minsize[] = { 0x100000, 0x100000, 0x200000 }; /* aligns with models array; expected max firmware size */ -const unsigned int firmware_maxsize[] = { 2000000, 2000000, 4000000 }; +const unsigned int firmware_maxsize[] = { 0x200000, 0x200000, 0x400000 }; const unsigned char header[][16] = { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }, _______________________________________________ http://cool.haxx.se/mailman/listinfo/rockbox-cvs |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | linus: tools scramble.c,1.14,1.15: 00200, cvs |
|---|---|
| Next by Date: | linus: tools configure,1.85,1.86: 00200, cvs |
| Previous by Thread: | linus: tools scramble.c,1.14,1.15i: 00200, cvs |
| Next by Thread: | linus: tools configure,1.85,1.86: 00200, cvs |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |