summaryrefslogtreecommitdiff
path: root/utils/nwztools/upgtools
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2017-01-08 12:06:12 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2017-01-08 12:09:54 +0100
commit096ae78c20f75e11693484cbadd3f489a22641b0 (patch)
treec9685cdd58270ca9eb2ad4b847604febba3e980e /utils/nwztools/upgtools
parent1bd8207e3083c57773723277702de306afb84b4f (diff)
downloadrockbox-096ae78c20f75e11693484cbadd3f489a22641b0.tar.gz
rockbox-096ae78c20f75e11693484cbadd3f489a22641b0.zip
nwztool/upgtools: replace NWZ-A10 kas by the real one
Extracted from a target. Change-Id: Ieb4aff15f332a681142a7079c1adf3b1da31de24
Diffstat (limited to 'utils/nwztools/upgtools')
-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 f998af8d83..a792669c55 100644
--- a/utils/nwztools/upgtools/upg.c
+++ b/utils/nwztools/upgtools/upg.c
@@ -26,6 +26,7 @@
26 26
27struct nwz_model_t g_model_list[] = 27struct nwz_model_t g_model_list[] =
28{ 28{
29 { "nwz-a10", true, "2572f4a7b8c1a08aeb5142ce9cb834d6" },
29 { "nwz-e450", true, "8a01b624bfbfde4a1662a1772220e3c5" }, 30 { "nwz-e450", true, "8a01b624bfbfde4a1662a1772220e3c5" },
30 { "nwz-e460", true, "89d813f8f966efdebd9c9e0ea98156d2" }, 31 { "nwz-e460", true, "89d813f8f966efdebd9c9e0ea98156d2" },
31 { "nwz-a860", true, "a7c4af6c28b8900a783f307c1ba538c5" }, 32 { "nwz-a860", true, "a7c4af6c28b8900a783f307c1ba538c5" },
@@ -35,7 +36,6 @@ struct nwz_model_t g_model_list[] =
35 /* The following keys were obtained by brute forcing firmware upgrades, 36 /* The following keys were obtained by brute forcing firmware upgrades,
36 * someone with a device needs to confirm that they work */ 37 * someone with a device needs to confirm that they work */
37 { "nw-a820", false, "0c9869c268e0eaa6d1ba62daab09cebc" }, 38 { "nw-a820", false, "0c9869c268e0eaa6d1ba62daab09cebc" },
38 { "nwz-a10", false, "a4605e0628c9c3baeb5142ce9cb834d6" },
39 { "nw-a20", false, "e9d7185e5ac183bf26e9a5b66f983c0b" }, 39 { "nw-a20", false, "e9d7185e5ac183bf26e9a5b66f983c0b" },
40 { "nwz-zx100", false, "2c0bf029804f73e073154388743f84d2" }, 40 { "nwz-zx100", false, "2c0bf029804f73e073154388743f84d2" },
41 { 0 } 41 { 0 }