1
0
Fork 0
forked from len0rd/rockbox

four more keys that are fun

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14752 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2007-09-19 12:21:12 +00:00
parent 377ffc7110
commit 15cf32b517

View file

@ -190,11 +190,16 @@ static void chksum_crc32gentab (void)
}
}
/* Known keys for Sansa E200 firmwares: */
#define NUM_KEYS 2
/* Known keys for Sansa E200 and C200 firmwares: */
#define NUM_KEYS (sizeof(keys)/sizeof(keys[0]))
static uint32_t keys[][4] = {
{ 0xe494e96e, 0x3ee32966, 0x6f48512b, 0xa93fbb42 }, /* "sansa" */
{ 0xd7b10538, 0xc662945b, 0x1b3fce68, 0xf389c0e6 }, /* "sansa_gh" */
{ 0x1d29ddc0, 0x2579c2cd, 0xce339e1a, 0x75465dfe }, /* sansa 103 */
{ 0xbf2d06fa, 0xf0e23d59, 0x29738132, 0xe2d04ca7 }, /* c200 */
{ 0x2a7968de, 0x15127979, 0x142e60a7, 0xe49c1893 }, /* c200 1.00.03 */
{ 0xa913d139, 0xf842f398, 0x3e03f1a6, 0x060ee012 }, /* c200 1.00.06 */
};
/*