mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Add Sony NW-ZX300 model id to database
Change-Id: I8e7a14b86408c52cbd4a059e2db6a9c9d0966fc6
This commit is contained in:
parent
4382f8773e
commit
7eb240a288
3 changed files with 3 additions and 1 deletions
|
|
@ -210,6 +210,7 @@ struct nwz_model_info_t nwz_model[NWZ_MODEL_COUNT] =
|
|||
{ 0x22000004, "NW-A35" },
|
||||
{ 0x22000005, "NW-A36" },
|
||||
{ 0x22000006, "NW-A37" },
|
||||
{ 0x23000006, "NW-ZX300" },
|
||||
};
|
||||
|
||||
static int nvp_index_0ac81d[NWZ_NVP_COUNT] =
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@ enum nwz_nvp_node_t
|
|||
/* Invalid NVP index */
|
||||
#define NWZ_NVP_INVALID -1 /* Non-existent entry */
|
||||
/* Number of models */
|
||||
#define NWZ_MODEL_COUNT 186
|
||||
#define NWZ_MODEL_COUNT 187
|
||||
/* Number of series */
|
||||
#define NWZ_SERIES_COUNT 38
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue