summaryrefslogtreecommitdiff
path: root/utils/nwztools/database/nwz_db.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2017-06-05 16:10:53 -0500
committerAmaury Pouly <amaury.pouly@gmail.com>2017-06-05 16:17:13 -0500
commit28c3f6b4d3c4546be968b473639fea06b0177877 (patch)
tree64754cf43f1d371c311b1f82c9f330feb2b23359 /utils/nwztools/database/nwz_db.h
parent552a271c6fea8d36390858ca6d12c4c98f663002 (diff)
downloadrockbox-28c3f6b4d3c4546be968b473639fea06b0177877.tar.gz
rockbox-28c3f6b4d3c4546be968b473639fea06b0177877.zip
Add NW-A36 and NW-A37 model IDs, based on the A30 service manual.
I am unsure about the names of the player, the manual says A36HN and A37HN but at the same time there is a A35 and A35HN with the same ID, and Sony does not usually put the "HN" in its device list. Change-Id: Idbf32970aa334b30f1b8947a78b8eebd524b193b
Diffstat (limited to 'utils/nwztools/database/nwz_db.h')
-rw-r--r--utils/nwztools/database/nwz_db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nwztools/database/nwz_db.h b/utils/nwztools/database/nwz_db.h
index 2e05dd0968..cb130f96a2 100644
--- a/utils/nwztools/database/nwz_db.h
+++ b/utils/nwztools/database/nwz_db.h
@@ -150,7 +150,7 @@ enum nwz_nvp_node_t
150/* Invalid NVP index */ 150/* Invalid NVP index */
151#define NWZ_NVP_INVALID -1 /* Non-existent entry */ 151#define NWZ_NVP_INVALID -1 /* Non-existent entry */
152/* Number of models */ 152/* Number of models */
153#define NWZ_MODEL_COUNT 184 153#define NWZ_MODEL_COUNT 186
154/* Number of series */ 154/* Number of series */
155#define NWZ_SERIES_COUNT 36 155#define NWZ_SERIES_COUNT 36
156 156