summaryrefslogtreecommitdiff
path: root/utils/nwztools/upgtools
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2017-01-08 12:30:46 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2017-01-08 12:30:46 +0100
commit80d91e0cf5cd544aec8f081543204749c9a08238 (patch)
tree8bd3e15291123e6bf12cd56cb52901fa40ff395c /utils/nwztools/upgtools
parent096ae78c20f75e11693484cbadd3f489a22641b0 (diff)
downloadrockbox-80d91e0cf5cd544aec8f081543204749c9a08238.tar.gz
rockbox-80d91e0cf5cd544aec8f081543204749c9a08238.zip
nwztools: add A35 model and KAS
We don't know the encryption method, the KAS is completely different but it might be useful to record it anyway for future purposes. MID extracted from device, Japanese NW-A35. Change-Id: I4c4bb5b063da99003b5c316061d8c490b77428a4
Diffstat (limited to 'utils/nwztools/upgtools')
-rw-r--r--utils/nwztools/upgtools/upg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/nwztools/upgtools/upg.c b/utils/nwztools/upgtools/upg.c
index a792669c55..2154dddb5b 100644
--- a/utils/nwztools/upgtools/upg.c
+++ b/utils/nwztools/upgtools/upg.c
@@ -38,6 +38,9 @@ struct nwz_model_t g_model_list[] =
38 { "nw-a820", false, "0c9869c268e0eaa6d1ba62daab09cebc" }, 38 { "nw-a820", false, "0c9869c268e0eaa6d1ba62daab09cebc" },
39 { "nw-a20", false, "e9d7185e5ac183bf26e9a5b66f983c0b" }, 39 { "nw-a20", false, "e9d7185e5ac183bf26e9a5b66f983c0b" },
40 { "nwz-zx100", false, "2c0bf029804f73e073154388743f84d2" }, 40 { "nwz-zx100", false, "2c0bf029804f73e073154388743f84d2" },
41 /* The following models use a different encryption, but we put the KAS here
42 * to not forget them */
43 { "nw-a30", false, "c40d91e7efff3e3aa5c8831dd85526fe4972086283419c8cd8fa3b7dcd39" },
41 { 0 } 44 { 0 }
42}; 45};
43 46