diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2020-05-17 20:20:20 +0200 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2020-05-17 20:21:13 +0200 |
commit | c75dbaae255eeb73686aa6452ac51d3f12bcc17f (patch) | |
tree | 83ab7d685fdb2647d40b624f1d1d673fc0dd8550 | |
parent | 47104e9e51d5d47e016e270ac597e25885a43633 (diff) | |
download | rockbox-c75dbaa.tar.gz rockbox-c75dbaa.zip |
nwztool/scsitool: add brute-forced kas
Change-Id: I692b06c7c456bfa4395aa2aa848fdc664bd203d4
-rw-r--r-- | utils/nwztools/upgtools/upg.c | 1 |
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[] = * someone with a device needs to confirm that they work */ { "nw-a820", false, "0c9869c268e0eaa6d1ba62daab09cebc" }, { "nw-s10", false, "20f65807a9506f9bc591123cea2c2291" }, + { "nwz-s610", false, "fe14a16d7c5c52cf56846d04305f994c"}, /* The following models use a different encryption, but we put the KAS here * to not forget them */ { "nw-a30", false, "c40d91e7efff3e3aa5c8831dd85526fe4972086283419c8cd8fa3b7dcd39" }, |