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.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'utils/nwztools/database/nwz_db.c') diff --git a/utils/nwztools/database/nwz_db.c b/utils/nwztools/database/nwz_db.c index e77b86e729..ba1a64ac5a 100644 --- a/utils/nwztools/database/nwz_db.c +++ b/utils/nwztools/database/nwz_db.c @@ -208,6 +208,8 @@ struct nwz_model_info_t nwz_model[NWZ_MODEL_COUNT] = { 0x20000007, "NW-WM1A" }, { 0x21000008, "NW-WM1Z" }, { 0x22000004, "NW-A35" }, + { 0x22000005, "NW-A36" }, + { 0x22000006, "NW-A37" }, }; static int nvp_index_0ac81d[NWZ_NVP_COUNT] = @@ -1201,7 +1203,7 @@ static unsigned long models_nwz_a10[] = { 0x1a000001, 0x1a000002, 0x1a000004, static unsigned long models_nw_a20[] = { 0x1d000001, 0x1d000002, 0x1d000004, 0x1d000005, 0x1d000006, 0x1d000007 }; -static unsigned long models_nw_a30[] = { 0x22000004 }; +static unsigned long models_nw_a30[] = { 0x22000004, 0x22000005, 0x22000006 }; static unsigned long models_nwz_a720[] = { 0x3030001, 0x3030002, 0x3030004, 0x3020001, 0x3020002, 0x3020004 }; @@ -1298,7 +1300,7 @@ struct nwz_series_info_t nwz_series[NWZ_SERIES_COUNT] = { { "nwz-a10", "NWZ-A10 Series", 10, models_nwz_a10, &nvp_index_92faee }, { "nw-a20", "NW-A20 Series", 6, models_nw_a20, &nvp_index_92faee }, - { "nw-a30", "NW-A30 Series", 1, models_nw_a30, &nvp_index_398250 }, + { "nw-a30", "NW-A30 Series", 3, models_nw_a30, &nvp_index_398250 }, { "nwz-a720", "NWZ-A720 Series", 6, models_nwz_a720, 0 }, { "nwz-a810", "NWZ-A810 Series", 3, models_nwz_a810, 0 }, { "nwz-a820", "NWZ-A820 Series", 6, models_nwz_a820, 0 }, -- cgit v1.2.3