From 80d91e0cf5cd544aec8f081543204749c9a08238 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sun, 8 Jan 2017 12:30:46 +0100 Subject: 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 --- utils/nwztools/database/nwz_db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/nwztools/database/nwz_db.h') 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 /* Invalid NVP index */ #define NWZ_NVP_INVALID -1 /* Non-existent entry */ /* Number of models */ -#define NWZ_MODEL_COUNT 183 +#define NWZ_MODEL_COUNT 184 /* Number of series */ #define NWZ_SERIES_COUNT 36 -- cgit v1.2.3