summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-04-11 21:11:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-04-11 21:11:55 +0000
commit7387a0470efef2e8603dbc12d1232cb58c4159db (patch)
treedc54ed4a76389ee51cd435c27be2117f2162e492
parent2841b8dc415c26d8d64000c3d71422b76761c040 (diff)
downloadrockbox-7387a0470efef2e8603dbc12d1232cb58c4159db.tar.gz
rockbox-7387a0470efef2e8603dbc12d1232cb58c4159db.zip
sync with key list with mi4code and add the single mi4 key it had but this
still didn't git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17077 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--bootloader/main-pp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootloader/main-pp.c b/bootloader/main-pp.c
index 75b5309446..c6063cffb5 100644
--- a/bootloader/main-pp.c
+++ b/bootloader/main-pp.c
@@ -140,6 +140,7 @@ struct tea_key tea_keytable[] = {
140 { "c200", { 0xbf2d06fa, 0xf0e23d59, 0x29738132, 0xe2d04ca7 } }, 140 { "c200", { 0xbf2d06fa, 0xf0e23d59, 0x29738132, 0xe2d04ca7 } },
141 { "c200_103", { 0x2a7968de, 0x15127979, 0x142e60a7, 0xe49c1893 } }, 141 { "c200_103", { 0x2a7968de, 0x15127979, 0x142e60a7, 0xe49c1893 } },
142 { "c200_106", { 0xa913d139, 0xf842f398, 0x3e03f1a6, 0x060ee012 } }, 142 { "c200_106", { 0xa913d139, 0xf842f398, 0x3e03f1a6, 0x060ee012 } },
143 { "view", { 0x70e19bda, 0x0c69ea7d, 0x2b8b1ad1, 0xe9767ced } },
143 { "sa9200", { 0x33ea0236, 0x9247bdc5, 0xdfaedf9f, 0xd67c9d30 } }, 144 { "sa9200", { 0x33ea0236, 0x9247bdc5, 0xdfaedf9f, 0xd67c9d30 } },
144}; 145};
145 146