summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sonynwz/nwz-db.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2017-10-06 11:28:30 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2017-10-06 12:10:33 +0200
commit698779e3e898610800088b1ce6c6a2a25803b91c (patch)
treea2808f31ff1f655b5e055ae061814d70bcf87439 /firmware/target/hosted/sonynwz/nwz-db.h
parent3f1e4a0b1aa3c77d27a85fefb00c9c575eab715b (diff)
downloadrockbox-698779e3e898610800088b1ce6c6a2a25803b91c.tar.gz
rockbox-698779e3e898610800088b1ce6c6a2a25803b91c.zip
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
Diffstat (limited to 'firmware/target/hosted/sonynwz/nwz-db.h')
-rw-r--r--firmware/target/hosted/sonynwz/nwz-db.h4
1 files changed, 3 insertions, 1 deletions
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
35 NWZ_NVP_BPR, /* bluetooth address | bluetooth parameter */ 35 NWZ_NVP_BPR, /* bluetooth address | bluetooth parameter */
36 NWZ_NVP_BTC, /* battery calibration */ 36 NWZ_NVP_BTC, /* battery calibration */
37 NWZ_NVP_BTI, /* boot image */ 37 NWZ_NVP_BTI, /* boot image */
38 NWZ_NVP_CLG, /* */
38 NWZ_NVP_CLV, /* color variation */ 39 NWZ_NVP_CLV, /* color variation */
39 NWZ_NVP_CNG, /* aad key | aad/empr key */ 40 NWZ_NVP_CNG, /* aad key | aad/empr key */
40 NWZ_NVP_CTR, /* */ 41 NWZ_NVP_CTR, /* */
@@ -119,6 +120,7 @@ enum nwz_nvp_node_t
119 NWZ_NVP_PRK, /* */ 120 NWZ_NVP_PRK, /* */
120 NWZ_NVP_PSK, /* bluetooth pskey */ 121 NWZ_NVP_PSK, /* bluetooth pskey */
121 NWZ_NVP_PTS, /* wifi protected setup */ 122 NWZ_NVP_PTS, /* wifi protected setup */
123 NWZ_NVP_PWD, /* */
122 NWZ_NVP_RBT, /* */ 124 NWZ_NVP_RBT, /* */
123 NWZ_NVP_RND, /* random data | wmt key */ 125 NWZ_NVP_RND, /* random data | wmt key */
124 NWZ_NVP_RTC, /* rtc alarm */ 126 NWZ_NVP_RTC, /* rtc alarm */
@@ -152,7 +154,7 @@ enum nwz_nvp_node_t
152/* Number of models */ 154/* Number of models */
153#define NWZ_MODEL_COUNT 186 155#define NWZ_MODEL_COUNT 186
154/* Number of series */ 156/* Number of series */
155#define NWZ_SERIES_COUNT 36 157#define NWZ_SERIES_COUNT 38
156 158
157/* NVP node info */ 159/* NVP node info */
158struct nwz_nvp_info_t 160struct nwz_nvp_info_t