mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
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
This commit is contained in:
parent
3f1e4a0b1a
commit
698779e3e8
7 changed files with 351 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue