summaryrefslogtreecommitdiff
path: root/utils/nwztools/upgtools
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2020-05-17 20:20:20 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2020-05-17 20:21:13 +0200
commitc75dbaae255eeb73686aa6452ac51d3f12bcc17f (patch)
tree83ab7d685fdb2647d40b624f1d1d673fc0dd8550 /utils/nwztools/upgtools
parent47104e9e51d5d47e016e270ac597e25885a43633 (diff)
downloadrockbox-c75dbaae255eeb73686aa6452ac51d3f12bcc17f.tar.gz
rockbox-c75dbaae255eeb73686aa6452ac51d3f12bcc17f.zip
nwztool/scsitool: add brute-forced kas
Change-Id: I692b06c7c456bfa4395aa2aa848fdc664bd203d4
Diffstat (limited to 'utils/nwztools/upgtools')
-rw-r--r--utils/nwztools/upgtools/upg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/nwztools/upgtools/upg.c b/utils/nwztools/upgtools/upg.c
index cbdc281e85..28cfae4f37 100644
--- a/utils/nwztools/upgtools/upg.c
+++ b/utils/nwztools/upgtools/upg.c
@@ -43,6 +43,7 @@ struct nwz_model_t g_model_list[] =
43 * someone with a device needs to confirm that they work */ 43 * someone with a device needs to confirm that they work */
44 { "nw-a820", false, "0c9869c268e0eaa6d1ba62daab09cebc" }, 44 { "nw-a820", false, "0c9869c268e0eaa6d1ba62daab09cebc" },
45 { "nw-s10", false, "20f65807a9506f9bc591123cea2c2291" }, 45 { "nw-s10", false, "20f65807a9506f9bc591123cea2c2291" },
46 { "nwz-s610", false, "fe14a16d7c5c52cf56846d04305f994c"},
46 /* The following models use a different encryption, but we put the KAS here 47 /* The following models use a different encryption, but we put the KAS here
47 * to not forget them */ 48 * to not forget them */
48 { "nw-a30", false, "c40d91e7efff3e3aa5c8831dd85526fe4972086283419c8cd8fa3b7dcd39" }, 49 { "nw-a30", false, "c40d91e7efff3e3aa5c8831dd85526fe4972086283419c8cd8fa3b7dcd39" },