From 4e17383dab83e20947bc8625b4b0d90eca5deca4 Mon Sep 17 00:00:00 2001 From: Vivek Golani Date: Tue, 29 Mar 2022 12:39:00 +0530 Subject: [PATCH] diag: Update log and event mask code ranges Modify log and event mask code ranges to reflect latest requirements. Change-Id: I99c7e5a2a0cf7c6aac04630f376c03c674cd955a Signed-off-by: Vivek Golani --- include/linux/diagchar.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/linux/diagchar.h b/include/linux/diagchar.h index f379dc7a11f5..79d522d5139a 100644 --- a/include/linux/diagchar.h +++ b/include/linux/diagchar.h @@ -1,5 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (c) 2008-2021, The Linux Foundation. All rights reserved. + * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. */ #ifndef DIAGCHAR_SHARED @@ -143,7 +144,7 @@ * a new RANGE of SSIDs to the msg_mask_tbl. */ #define MSG_MASK_TBL_CNT 27 -#define APPS_EVENT_LAST_ID 0xD02 +#define APPS_EVENT_LAST_ID 0xD07 #define MSG_SSID_0 0 #define MSG_SSID_0_LAST 134 @@ -950,7 +951,7 @@ static const uint32_t msg_bld_masks_26[] = { /* LOG CODES */ static const uint32_t log_code_last_tbl[] = { 0x0, /* EQUIP ID 0 */ - 0x1D92, /* EQUIP ID 1 */ + 0x1DB2, /* EQUIP ID 1 */ 0x0, /* EQUIP ID 2 */ 0x0, /* EQUIP ID 3 */ 0x4910, /* EQUIP ID 4 */