forked from len0rd/rockbox
nwztools/scsitools: fix database
I forgot to add the NW-ZX300 to its series Change-Id: I78fd9440492e1868b887f6a2e137d4d0c2ff199a
This commit is contained in:
parent
7eb240a288
commit
0fbd93b7e6
2 changed files with 3 additions and 3 deletions
|
|
@ -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 },
|
||||
};
|
||||
|
|
|
|||
|
|
@ -34,5 +34,5 @@ nw-s780,NW-S780 Series,0x19000001,0x19000002,0x19000004,0x19000005
|
|||
nw-wm1,NW-WM1 Series,0x20000007,0x21000008
|
||||
nwz-x1000,NWZ-X1000 Series,0x5000002,0x5000004,0x5000005,0x5020002,0x5040002,0x5020004,0x5040004,0x5020005,0x5040005
|
||||
nw-zx100,NW-ZX100 Series,0x1c000007,0x1c000001,0x1c000002,0x1c000004,0x1c000005,0x1c000006
|
||||
nw-zx300,NW-ZX300 Series,
|
||||
nw-zx300,NW-ZX300 Series,0x23000006
|
||||
nwz-noname,NONAME,0x5010002,0x5010004,0x5010005
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue