summaryrefslogtreecommitdiff
path: root/utils/nwztools/database/nwz_db.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2017-01-07 22:20:14 +0100
committerGerrit Rockbox <gerrit@rockbox.org>2017-01-07 22:22:59 +0100
commit5a0a7b8b58a02192e5087077acf9e66fbdf1966e (patch)
tree3a5d067670e4e372f570bf91a2360aad66a6225e /utils/nwztools/database/nwz_db.h
parent2915370b7d41bd5ab5a3eae7a2166e2e022633b4 (diff)
downloadrockbox-5a0a7b8b58a02192e5087077acf9e66fbdf1966e.tar.gz
rockbox-5a0a7b8b58a02192e5087077acf9e66fbdf1966e.zip
nwztools: remove NW-ZX2
It is Android based and despite the fact that Sony wrote an NVP driver for it, experiments suggest it is unused because it returns ff all the time... Change-Id: I37750b659e341b21bed5ebaccf60f9f5fe569f64
Diffstat (limited to 'utils/nwztools/database/nwz_db.h')
-rw-r--r--utils/nwztools/database/nwz_db.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/nwztools/database/nwz_db.h b/utils/nwztools/database/nwz_db.h
index 6ac5d60414..6fb742ca2a 100644
--- a/utils/nwztools/database/nwz_db.h
+++ b/utils/nwztools/database/nwz_db.h
@@ -35,7 +35,6 @@ 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_CGP, /* */
39 NWZ_NVP_CLV, /* color variation */ 38 NWZ_NVP_CLV, /* color variation */
40 NWZ_NVP_CNG, /* aad key | aad/empr key */ 39 NWZ_NVP_CNG, /* aad key | aad/empr key */
41 NWZ_NVP_CTR, /* */ 40 NWZ_NVP_CTR, /* */
@@ -144,7 +143,7 @@ enum nwz_nvp_node_t
144/* Number of models */ 143/* Number of models */
145#define NWZ_MODEL_COUNT 183 144#define NWZ_MODEL_COUNT 183
146/* Number of series */ 145/* Number of series */
147#define NWZ_SERIES_COUNT 37 146#define NWZ_SERIES_COUNT 36
148 147
149/* NVP node info */ 148/* NVP node info */
150struct nwz_nvp_info_t 149struct nwz_nvp_info_t