mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
nwztools: add KAS for NW-S10 (brute-forced using upgtool)
Change-Id: Ia37818faee29130ffe3690c83f85a39bd35637e0
This commit is contained in:
parent
cd812218ab
commit
e9bb9a25ad
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ struct nwz_model_t g_model_list[] =
|
||||||
/* The following keys were obtained by brute forcing firmware upgrades,
|
/* The following keys were obtained by brute forcing firmware upgrades,
|
||||||
* someone with a device needs to confirm that they work */
|
* someone with a device needs to confirm that they work */
|
||||||
{ "nw-a820", false, "0c9869c268e0eaa6d1ba62daab09cebc" },
|
{ "nw-a820", false, "0c9869c268e0eaa6d1ba62daab09cebc" },
|
||||||
|
{ "nw-s10", false, "20f65807a9506f9bc591123cea2c2291" },
|
||||||
/* The following models use a different encryption, but we put the KAS here
|
/* The following models use a different encryption, but we put the KAS here
|
||||||
* to not forget them */
|
* to not forget them */
|
||||||
{ "nw-a30", false, "c40d91e7efff3e3aa5c8831dd85526fe4972086283419c8cd8fa3b7dcd39" },
|
{ "nw-a30", false, "c40d91e7efff3e3aa5c8831dd85526fe4972086283419c8cd8fa3b7dcd39" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue