From da44b6e78b3e3ec319c56fda6b86be2e6182dab6 Mon Sep 17 00:00:00 2001 From: Manoj Prabhu B Date: Fri, 24 Jul 2020 12:27:37 +0530 Subject: [PATCH] diag: Update event and log code ranges Modify the last event id and last log code id ranges. Change-Id: Ifd1118a77fd6d2b9cb204f667e8c0d4181e8c444 Signed-off-by: Manoj Prabhu B --- include/linux/diagchar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/diagchar.h b/include/linux/diagchar.h index 59e6a77064a3..562dbc88b3cf 100644 --- a/include/linux/diagchar.h +++ b/include/linux/diagchar.h @@ -149,7 +149,7 @@ * a new RANGE of SSIDs to the msg_mask_tbl. */ #define MSG_MASK_TBL_CNT 26 -#define APPS_EVENT_LAST_ID 0xCC2 +#define APPS_EVENT_LAST_ID 0xCCD #define MSG_SSID_0 0 #define MSG_SSID_0_LAST 134 @@ -928,7 +928,7 @@ static const uint32_t msg_bld_masks_25[] = { /* LOG CODES */ static const uint32_t log_code_last_tbl[] = { 0x0, /* EQUIP ID 0 */ - 0x1CDD, /* EQUIP ID 1 */ + 0x1CE8, /* EQUIP ID 1 */ 0x0, /* EQUIP ID 2 */ 0x0, /* EQUIP ID 3 */ 0x4910, /* EQUIP ID 4 */