From 28c3f6b4d3c4546be968b473639fea06b0177877 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Mon, 5 Jun 2017 16:10:53 -0500 Subject: 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 --- utils/nwztools/database/nwz_db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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 /* Invalid NVP index */ #define NWZ_NVP_INVALID -1 /* Non-existent entry */ /* Number of models */ -#define NWZ_MODEL_COUNT 184 +#define NWZ_MODEL_COUNT 186 /* Number of series */ #define NWZ_SERIES_COUNT 36 -- cgit v1.2.3