diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2017-01-08 22:28:00 +0100 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2017-01-08 22:34:57 +0100 |
commit | 1d7b37eda1fe475a76b8c3be1cc21fe3e893ad17 (patch) | |
tree | 314f3e0acb531a4b22627c9bf9e4041e038590e0 /utils/nwztools/upgtools | |
parent | a38e9bac263a6a4121525416ff679f7167eefb0e (diff) |
nwztools: add various info about S740, S750, S640, E050
Change-Id: I2cc887ce2824a2d0b9aeb2a89df662c621c28750
Diffstat (limited to 'utils/nwztools/upgtools')
-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 75d9ec472a..e1333c2e29 100644 --- a/utils/nwztools/upgtools/upg.c +++ b/utils/nwztools/upgtools/upg.c @@ -34,6 +34,7 @@ struct nwz_model_t g_model_list[] = { "nwz-a850", true, "a2efb9168616c2e84d78291295c1aa5d" }, { "nwz-e470", true, "e4144baaa2707913f17b5634034262c4" }, { "nwz-e580", true, "6e25f79812eca7ceed04819d833e80af" }, + { "nwz-s750", true, "6d4f4d9adec781baf197e6255cedd0f6" }, /* The following keys were obtained by brute forcing firmware upgrades, * someone with a device needs to confirm that they work */ { "nw-a820", false, "0c9869c268e0eaa6d1ba62daab09cebc" }, |