diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2017-06-13 21:03:03 +0200 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2017-06-13 21:03:03 +0200 |
commit | e9bb9a25adfc22273a06bf6d4400f2df61fb6af0 (patch) | |
tree | 93ebc87e8c8cc437360bec402ea407b757857c74 | |
parent | cd812218ab6800b65df0a8c2ed5c1bc95d086876 (diff) | |
download | rockbox-e9bb9a2.tar.gz rockbox-e9bb9a2.zip |
nwztools: add KAS for NW-S10 (brute-forced using upgtool)
Change-Id: Ia37818faee29130ffe3690c83f85a39bd35637e0
-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 b3b80ac771..80d88ee3d2 100644 --- a/utils/nwztools/upgtools/upg.c +++ b/utils/nwztools/upgtools/upg.c @@ -41,6 +41,7 @@ struct nwz_model_t g_model_list[] = /* The following keys were obtained by brute forcing firmware upgrades, * someone with a device needs to confirm that they work */ { "nw-a820", false, "0c9869c268e0eaa6d1ba62daab09cebc" }, + { "nw-s10", false, "20f65807a9506f9bc591123cea2c2291" }, /* The following models use a different encryption, but we put the KAS here * to not forget them */ { "nw-a30", false, "c40d91e7efff3e3aa5c8831dd85526fe4972086283419c8cd8fa3b7dcd39" }, |