From 698779e3e898610800088b1ce6c6a2a25803b91c Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Fri, 6 Oct 2017 11:28:30 +0200 Subject: sonynwz: add nvp nodes for NW-A40/ZX300, various fixes for tools We still miss the model IDS for those device so scsitool won't be able to recognize them automatically. Change-Id: I17ae0f0d95c011cea8e289def63c7673b6c4b667 --- firmware/target/hosted/sonynwz/nwz-db.h | 4 +++- 1 file changed, 3 insertions(+), 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 cb130f96a2..d032e27d04 100644 --- a/firmware/target/hosted/sonynwz/nwz-db.h +++ b/firmware/target/hosted/sonynwz/nwz-db.h @@ -35,6 +35,7 @@ enum nwz_nvp_node_t NWZ_NVP_BPR, /* bluetooth address | bluetooth parameter */ NWZ_NVP_BTC, /* battery calibration */ NWZ_NVP_BTI, /* boot image */ + NWZ_NVP_CLG, /* */ NWZ_NVP_CLV, /* color variation */ NWZ_NVP_CNG, /* aad key | aad/empr key */ NWZ_NVP_CTR, /* */ @@ -119,6 +120,7 @@ enum nwz_nvp_node_t NWZ_NVP_PRK, /* */ NWZ_NVP_PSK, /* bluetooth pskey */ NWZ_NVP_PTS, /* wifi protected setup */ + NWZ_NVP_PWD, /* */ NWZ_NVP_RBT, /* */ NWZ_NVP_RND, /* random data | wmt key */ NWZ_NVP_RTC, /* rtc alarm */ @@ -152,7 +154,7 @@ enum nwz_nvp_node_t /* Number of models */ #define NWZ_MODEL_COUNT 186 /* Number of series */ -#define NWZ_SERIES_COUNT 36 +#define NWZ_SERIES_COUNT 38 /* NVP node info */ struct nwz_nvp_info_t -- cgit v1.2.3