freemyipod r371 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r370‎ | r371 | r372 >
Date:16:09, 21 December 2010
Author:theseven
Status:new
Tags:
Comment:
iLoader: Add rockbox checksum parameters for iPod Classic
Modified paths:
  • /apps/iloader/main.c (modified) (history)

Diff [purge]

Index: apps/iloader/main.c
@@ -423,6 +423,10 @@
424424 mysum = 62;
425425 platform = 0x67326e6e; // nn2g
426426 break;
 427+ case 0x4c435049: // IPCL
 428+ mysum = 71;
 429+ platform = 0x67367069; // ip6g
 430+ break;
427431 default:
428432 panic(PANIC_KILLTHREAD,
429433 "No known Rockbox checksum format for this target");