From 5a0a7b8b58a02192e5087077acf9e66fbdf1966e Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 7 Jan 2017 22:20:14 +0100 Subject: 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 --- utils/nwztools/database/nwz_db.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'utils/nwztools/database/nwz_db.h') 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 NWZ_NVP_BPR, /* bluetooth address | bluetooth parameter */ NWZ_NVP_BTC, /* battery calibration */ NWZ_NVP_BTI, /* boot image */ - NWZ_NVP_CGP, /* */ NWZ_NVP_CLV, /* color variation */ NWZ_NVP_CNG, /* aad key | aad/empr key */ NWZ_NVP_CTR, /* */ @@ -144,7 +143,7 @@ enum nwz_nvp_node_t /* Number of models */ #define NWZ_MODEL_COUNT 183 /* Number of series */ -#define NWZ_SERIES_COUNT 37 +#define NWZ_SERIES_COUNT 36 /* NVP node info */ struct nwz_nvp_info_t -- cgit v1.2.3