From 76fbb33adf3cd0b6bcbe26dc47464904493160bd Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 13 Jun 2020 16:15:34 +0200 Subject: nwztools: fix MW-WM1/A30 KAS, fix KAS length Split WM1A/WM1Z because they don't have the same KAS. On newer devices, the KAS is actually 64 bytes, not 60. The strange thing is that "get_dnk_nvp kas" returns 60 bytes whereas "get_dnk_prop kas" returns 64, not sure why. Change-Id: I944d3d838209ba58388439af0cdf5d7c74f1f7fc --- firmware/target/hosted/sonynwz/nwz-db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/target/hosted/sonynwz/nwz-db.h') diff --git a/firmware/target/hosted/sonynwz/nwz-db.h b/firmware/target/hosted/sonynwz/nwz-db.h index af2908b66f..a98267227b 100644 --- a/firmware/target/hosted/sonynwz/nwz-db.h +++ b/firmware/target/hosted/sonynwz/nwz-db.h @@ -159,7 +159,7 @@ enum nwz_nvp_node_t /* Number of models */ #define NWZ_MODEL_COUNT 197 /* Number of series */ -#define NWZ_SERIES_COUNT 40 +#define NWZ_SERIES_COUNT 41 /* NVP node info */ struct nwz_nvp_info_t -- cgit v1.2.3