From 1d7b37eda1fe475a76b8c3be1cc21fe3e893ad17 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sun, 8 Jan 2017 22:28:00 +0100 Subject: nwztools: add various info about S740, S750, S640, E050 Change-Id: I2cc887ce2824a2d0b9aeb2a89df662c621c28750 --- utils/nwztools/database/nwz_db.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 1c93739e22..4edbb2e1c2 100644 --- a/utils/nwztools/database/nwz_db.c +++ b/utils/nwztools/database/nwz_db.c @@ -1116,11 +1116,11 @@ struct nwz_series_info_t nwz_series[NWZ_SERIES_COUNT] = { "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 }, - { "nwz-a840", "NWZ-A840 Series", 6, models_nwz_a840, 0 }, + { "nwz-a840", "NWZ-A840 Series", 6, models_nwz_a840, &nvp_index_0ac81d }, { "nwz-a850", "NWZ-A850 Series", 3, models_nwz_a850, &nvp_index_0ac81d }, { "nwz-a860", "NWZ-A860 Series", 15, models_nwz_a860, &nvp_index_f505c8 }, { "nw-a910", "NW-A910 Series", 3, models_nw_a910, 0 }, - { "nwz-e050", "NWZ-E050 Series", 5, models_nwz_e050, 0 }, + { "nwz-e050", "NWZ-E050 Series", 5, models_nwz_e050, &nvp_index_0ac81d }, { "nw-e060", "NW-E060 Series", 5, models_nw_e060, &nvp_index_f505c8 }, { "nw-e080", "NW-E080 Series", 4, models_nw_e080, &nvp_index_6485c8 }, { "nwz-e350", "NWZ-E350 Series", 3, models_nwz_e350, &nvp_index_0ac81d }, @@ -1134,12 +1134,12 @@ struct nwz_series_info_t nwz_series[NWZ_SERIES_COUNT] = { "nwz-s510", "NWZ-S510 Series", 2, models_nwz_s510, 0 }, { "nwz-s610", "NWZ-S610 Series", 5, models_nwz_s610, 0 }, { "nwz-s630", "NWZ-S630 Series", 6, models_nwz_s630, 0 }, - { "nw-s640", "NW-S640 Series", 3, models_nw_s640, 0 }, + { "nw-s640", "NW-S640 Series", 3, models_nw_s640, &nvp_index_0ac81d }, { "nwz-s710", "NWZ-S710 Series", 6, models_nwz_s710, 0 }, { "nwz-s730", "NWZ-S730 Series", 6, models_nwz_s730, 0 }, - { "nwz-s740", "NWZ-S740 Series", 6, models_nwz_s740, 0 }, - { "nwz-s750", "NWZ-S740 Series", 5, models_nwz_s750, 0 }, - { "nwz-s760", "NWZ-S740 Series", 10, models_nwz_s760, &nvp_index_f505c8 }, + { "nwz-s740", "NWZ-S740 Series", 6, models_nwz_s740, &nvp_index_0ac81d }, + { "nwz-s750", "NWZ-S750 Series", 5, models_nwz_s750, &nvp_index_0ac81d }, + { "nwz-s760", "NWZ-S760 Series", 10, models_nwz_s760, &nvp_index_f505c8 }, { "nwz-s770", "NWZ-S770 Series", 8, models_nwz_s770, 0 }, { "nw-s780", "NW-S780 Series", 4, models_nw_s780, &nvp_index_6485c8 }, { "nw-wm1", "NW-WM1 Series", 2, models_nw_wm1, &nvp_index_398250 }, -- cgit v1.2.3