summaryrefslogtreecommitdiff
path: root/utils/nwztools/database/nwz_db.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2017-01-08 12:30:46 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2017-01-08 12:30:46 +0100
commit80d91e0cf5cd544aec8f081543204749c9a08238 (patch)
tree8bd3e15291123e6bf12cd56cb52901fa40ff395c /utils/nwztools/database/nwz_db.h
parent096ae78c20f75e11693484cbadd3f489a22641b0 (diff)
downloadrockbox-80d91e0cf5cd544aec8f081543204749c9a08238.tar.gz
rockbox-80d91e0cf5cd544aec8f081543204749c9a08238.zip
nwztools: add A35 model and KAS
We don't know the encryption method, the KAS is completely different but it might be useful to record it anyway for future purposes. MID extracted from device, Japanese NW-A35. Change-Id: I4c4bb5b063da99003b5c316061d8c490b77428a4
Diffstat (limited to 'utils/nwztools/database/nwz_db.h')
-rw-r--r--utils/nwztools/database/nwz_db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nwztools/database/nwz_db.h b/utils/nwztools/database/nwz_db.h
index 6fb742ca2a..23b83c5383 100644
--- a/utils/nwztools/database/nwz_db.h
+++ b/utils/nwztools/database/nwz_db.h
@@ -141,7 +141,7 @@ enum nwz_nvp_node_t
141/* Invalid NVP index */ 141/* Invalid NVP index */
142#define NWZ_NVP_INVALID -1 /* Non-existent entry */ 142#define NWZ_NVP_INVALID -1 /* Non-existent entry */
143/* Number of models */ 143/* Number of models */
144#define NWZ_MODEL_COUNT 183 144#define NWZ_MODEL_COUNT 184
145/* Number of series */ 145/* Number of series */
146#define NWZ_SERIES_COUNT 36 146#define NWZ_SERIES_COUNT 36
147 147