From 0fbd93b7e6ea768eb87f738af913d33b3d2b175a Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 7 Oct 2017 18:44:30 +0200 Subject: nwztools/scsitools: fix database I forgot to add the NW-ZX300 to its series Change-Id: I78fd9440492e1868b887f6a2e137d4d0c2ff199a --- firmware/target/hosted/sonynwz/nwz-db.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware') diff --git a/firmware/target/hosted/sonynwz/nwz-db.c b/firmware/target/hosted/sonynwz/nwz-db.c index c8cd4f1d4f..8414de1fa7 100644 --- a/firmware/target/hosted/sonynwz/nwz-db.c +++ b/firmware/target/hosted/sonynwz/nwz-db.c @@ -1438,7 +1438,7 @@ static unsigned long models_nwz_x1000[] = { 0x5000002, 0x5000004, 0x5000005, static unsigned long models_nw_zx100[] = { 0x1c000007, 0x1c000001, 0x1c000002, 0x1c000004, 0x1c000005, 0x1c000006 }; -static unsigned long models_nw_zx300[] = { }; +static unsigned long models_nw_zx300[] = { 0x23000006 }; static unsigned long models_nwz_noname[] = { 0x5010002, 0x5010004, 0x5010005 }; @@ -1480,6 +1480,6 @@ struct nwz_series_info_t nwz_series[NWZ_SERIES_COUNT] = { "nw-wm1", "NW-WM1 Series", 2, models_nw_wm1, &nvp_index_398250 }, { "nwz-x1000", "NWZ-X1000 Series", 9, models_nwz_x1000, &nvp_index_4edba7 }, { "nw-zx100", "NW-ZX100 Series", 6, models_nw_zx100, &nvp_index_92faee }, - { "nw-zx300", "NW-ZX300 Series", 0, models_nw_zx300, &nvp_index_139d65 }, + { "nw-zx300", "NW-ZX300 Series", 1, models_nw_zx300, &nvp_index_139d65 }, { "nwz-noname", "NONAME", 3, models_nwz_noname, 0 }, }; -- cgit v1.2.3