summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2017-01-08 16:08:43 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2017-01-08 16:08:43 +0100
commit18b4bf299f767f49482f976f1a1c5c5c0759cb83 (patch)
tree379a83d3746439e6fb2628af1205a473cd970c0c /utils
parent9b2fab1ca997ee825c36dad9128b2897b483d131 (diff)
downloadrockbox-18b4bf299f767f49482f976f1a1c5c5c0759cb83.tar.gz
rockbox-18b4bf299f767f49482f976f1a1c5c5c0759cb83.zip
nwztools/upgtools: add real NW-A20 kas
Change-Id: I88fb2aefafbc7820a49847fbf0888de9cf81bd3f
Diffstat (limited to 'utils')
-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 7f55a257cd..75d9ec472a 100644
--- a/utils/nwztools/upgtools/upg.c
+++ b/utils/nwztools/upgtools/upg.c
@@ -27,6 +27,7 @@
27struct nwz_model_t g_model_list[] = 27struct nwz_model_t g_model_list[] =
28{ 28{
29 { "nwz-a10", true, "2572f4a7b8c1a08aeb5142ce9cb834d6" }, 29 { "nwz-a10", true, "2572f4a7b8c1a08aeb5142ce9cb834d6" },
30 { "nw-a20", true, "d91a61c7263bafc626e9a5b66f983c0b" },
30 { "nwz-e450", true, "8a01b624bfbfde4a1662a1772220e3c5" }, 31 { "nwz-e450", true, "8a01b624bfbfde4a1662a1772220e3c5" },
31 { "nwz-e460", true, "89d813f8f966efdebd9c9e0ea98156d2" }, 32 { "nwz-e460", true, "89d813f8f966efdebd9c9e0ea98156d2" },
32 { "nwz-a860", true, "a7c4af6c28b8900a783f307c1ba538c5" }, 33 { "nwz-a860", true, "a7c4af6c28b8900a783f307c1ba538c5" },
@@ -36,7 +37,6 @@ struct nwz_model_t g_model_list[] =
36 /* The following keys were obtained by brute forcing firmware upgrades, 37 /* The following keys were obtained by brute forcing firmware upgrades,
37 * someone with a device needs to confirm that they work */ 38 * someone with a device needs to confirm that they work */
38 { "nw-a820", false, "0c9869c268e0eaa6d1ba62daab09cebc" }, 39 { "nw-a820", false, "0c9869c268e0eaa6d1ba62daab09cebc" },
39 { "nw-a20", false, "e9d7185e5ac183bf26e9a5b66f983c0b" },
40 { "nwz-zx100", false, "2c0bf029804f73e073154388743f84d2" }, 40 { "nwz-zx100", false, "2c0bf029804f73e073154388743f84d2" },
41 /* The following models use a different encryption, but we put the KAS here 41 /* The following models use a different encryption, but we put the KAS here
42 * to not forget them */ 42 * to not forget them */