summaryrefslogtreecommitdiffstats
path: root/utils/nwztools/database
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2017-06-13 20:41:43 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2017-06-13 20:41:43 +0200
commitcd812218ab6800b65df0a8c2ed5c1bc95d086876 (patch)
tree12bbb807dab331c3ac787c25485c3fc93db9cd13 /utils/nwztools/database
parent28c3f6b4d3c4546be968b473639fea06b0177877 (diff)
downloadrockbox-cd812218ab6800b65df0a8c2ed5c1bc95d086876.tar.gz
rockbox-cd812218ab6800b65df0a8c2ed5c1bc95d086876.zip
nwztools: add nvp description for NW-S10 series
Change-Id: Id6a6e51288f4ff24c0063b6c16b74109211e63c0
Diffstat (limited to 'utils/nwztools/database')
-rw-r--r--utils/nwztools/database/nvp/nw-s10.txt89
-rw-r--r--utils/nwztools/database/nwz_db.c2
2 files changed, 90 insertions, 1 deletions
diff --git a/utils/nwztools/database/nvp/nw-s10.txt b/utils/nwztools/database/nvp/nw-s10.txt
new file mode 100644
index 0000000000..95d2025905
--- /dev/null
+++ b/utils/nwztools/database/nvp/nw-s10.txt
@@ -0,0 +1,89 @@
+dbg,000
+syi,001
+ubp,002
+fup,003
+bok,004
+hld,005
+rtc,006
+mid,007
+pcd,008
+ser,009
+ufn,010
+kas,011
+shp,012
+tst,013
+gty,014
+fmp,015
+sdp,016
+ncp,017
+psk,018
+pts,077
+bpr,019
+bfp,020
+bfd,021
+bml,022
+apd,078
+blf,079
+slp,080
+vrt,081
+fni,082
+sid,083
+mlk,084
+mso,086
+cng,023
+dba,024
+dbv,025
+dor,026
+rnd,027
+skd,028
+sfi,029
+mdk,030
+dcc,031
+skt,032
+mtm,033
+tr0,034
+tr1,035
+e00,036
+e01,037
+e02,038
+e03,039
+e04,040
+e05,041
+e06,042
+e07,043
+e08,044
+e09,045
+e10,046
+e11,047
+e12,048
+e13,049
+e14,050
+e15,051
+e16,052
+e17,053
+e18,054
+e19,055
+e20,056
+e21,057
+e22,058
+e23,059
+e24,060
+e25,061
+e26,062
+e27,063
+e28,064
+e29,065
+e30,066
+e31,067
+clv,068
+sps,069
+mdl,070
+edw,071
+bti,072
+hdi,073
+lbi,074
+fui,075
+eri,076
+btc,085
+pci,087
+dbi,088
diff --git a/utils/nwztools/database/nwz_db.c b/utils/nwztools/database/nwz_db.c
index ba1a64ac5a..b65b49d191 100644
--- a/utils/nwztools/database/nwz_db.c
+++ b/utils/nwztools/database/nwz_db.c
@@ -1318,7 +1318,7 @@ struct nwz_series_info_t nwz_series[NWZ_SERIES_COUNT] =
{ "nwz-e550", "NWZ-E550 Series", 4, models_nwz_e550, 0 },
{ "nwz-e570", "NWZ-E570 Series", 4, models_nwz_e570, 0 },
{ "nwz-e580", "NWZ-E580 Series", 4, models_nwz_e580, &nvp_index_6485c8 },
- { "nw-s10", "NW-S10 Series", 5, models_nw_s10, 0 },
+ { "nw-s10", "NW-S10 Series", 5, models_nw_s10, &nvp_index_6485c8 },
{ "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 },