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 <quic_vgolani@quicinc.com>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user