summaryrefslogtreecommitdiff
path: root/utils/nwztools/upgtools/upg.c
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2017-01-14 12:02:34 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2017-01-14 12:02:34 +0100
commit0cabc1fc5161bc74fc90c756a4e03bc4147cde15 (patch)
tree5e362c89034439e50449f020d894cb9e7a5fcb86 /utils/nwztools/upgtools/upg.c
parent0a5b0dd9081a83a9a8f6abec9bde04a594cc337e (diff)
downloadrockbox-0cabc1fc5161bc74fc90c756a4e03bc4147cde15.tar.gz
rockbox-0cabc1fc5161bc74fc90c756a4e03bc4147cde15.zip
nwztools/upgtools: add real KAS for NW-ZX100 and fix typo
Change-Id: I4e4679d6e92c1c0fc8a03db5201aee39d82b24b2
Diffstat (limited to 'utils/nwztools/upgtools/upg.c')
-rw-r--r--utils/nwztools/upgtools/upg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nwztools/upgtools/upg.c b/utils/nwztools/upgtools/upg.c
index e1333c2e29..51cf5bfe55 100644
--- a/utils/nwztools/upgtools/upg.c
+++ b/utils/nwztools/upgtools/upg.c
@@ -35,10 +35,10 @@ struct nwz_model_t g_model_list[] =
35 { "nwz-e470", true, "e4144baaa2707913f17b5634034262c4" }, 35 { "nwz-e470", true, "e4144baaa2707913f17b5634034262c4" },
36 { "nwz-e580", true, "6e25f79812eca7ceed04819d833e80af" }, 36 { "nwz-e580", true, "6e25f79812eca7ceed04819d833e80af" },
37 { "nwz-s750", true, "6d4f4d9adec781baf197e6255cedd0f6" }, 37 { "nwz-s750", true, "6d4f4d9adec781baf197e6255cedd0f6" },
38 { "nw-zx100", true, "cdda8d5e5360fd4373154388743f84d2" },
38 /* The following keys were obtained by brute forcing firmware upgrades, 39 /* The following keys were obtained by brute forcing firmware upgrades,
39 * someone with a device needs to confirm that they work */ 40 * someone with a device needs to confirm that they work */
40 { "nw-a820", false, "0c9869c268e0eaa6d1ba62daab09cebc" }, 41 { "nw-a820", false, "0c9869c268e0eaa6d1ba62daab09cebc" },
41 { "nwz-zx100", false, "2c0bf029804f73e073154388743f84d2" },
42 /* The following models use a different encryption, but we put the KAS here 42 /* The following models use a different encryption, but we put the KAS here
43 * to not forget them */ 43 * to not forget them */
44 { "nw-a30", false, "c40d91e7efff3e3aa5c8831dd85526fe4972086283419c8cd8fa3b7dcd39" }, 44 { "nw-a30", false, "c40d91e7efff3e3aa5c8831dd85526fe4972086283419c8cd8fa3b7dcd39" },