From 80d91e0cf5cd544aec8f081543204749c9a08238 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sun, 8 Jan 2017 12:30:46 +0100 Subject: 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 --- utils/nwztools/upgtools/upg.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/nwztools/upgtools') 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[] = { "nw-a820", false, "0c9869c268e0eaa6d1ba62daab09cebc" }, { "nw-a20", false, "e9d7185e5ac183bf26e9a5b66f983c0b" }, { "nwz-zx100", false, "2c0bf029804f73e073154388743f84d2" }, + /* The following models use a different encryption, but we put the KAS here + * to not forget them */ + { "nw-a30", false, "c40d91e7efff3e3aa5c8831dd85526fe4972086283419c8cd8fa3b7dcd39" }, { 0 } }; -- cgit