diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2017-09-17 22:32:13 +0200 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2017-09-17 23:47:49 +0200 |
commit | 127e6bbfddab60039085d4ad74a8baae18372717 (patch) | |
tree | c6545a1d988d0b4f6c141202889013fa4ac54844 /utils/nwztools | |
parent | aedf4d2a578141e50c4a868d6d24b4e5a97755c7 (diff) | |
download | rockbox-127e6bbfddab60039085d4ad74a8baae18372717.tar.gz rockbox-127e6bbfddab60039085d4ad74a8baae18372717.tar.bz2 rockbox-127e6bbfddab60039085d4ad74a8baae18372717.zip |
Add support for the NWZ-E350bootloader_nwze350_v1
Strangely it has the SAME encryption key as the E450. Either they didn't bother
changing it or more likely they have exactly the same internals and a slightly
different case.
Change-Id: I39ab88845b3e40db34160c2e61dde421f391df44
Diffstat (limited to 'utils/nwztools')
-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 80d88ee3d2..64c02c0db1 100644 --- a/utils/nwztools/upgtools/upg.c +++ b/utils/nwztools/upgtools/upg.c @@ -28,6 +28,7 @@ struct nwz_model_t g_model_list[] = { { "nwz-a10", true, "2572f4a7b8c1a08aeb5142ce9cb834d6" }, { "nw-a20", true, "d91a61c7263bafc626e9a5b66f983c0b" }, + { "nwz-e350", true, "8a01b624bfbfde4a1662a1772220e3c5" }, { "nwz-e450", true, "8a01b624bfbfde4a1662a1772220e3c5" }, { "nwz-e460", true, "89d813f8f966efdebd9c9e0ea98156d2" }, { "nwz-a860", true, "a7c4af6c28b8900a783f307c1ba538c5" }, |