Loading drivers/char/diag/diag_masks.c +2 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,8 @@ static const struct diag_ssid_range_t msg_mask_tbl[] = { { .ssid_first = MSG_SSID_21, .ssid_last = MSG_SSID_21_LAST }, { .ssid_first = MSG_SSID_22, .ssid_last = MSG_SSID_22_LAST }, { .ssid_first = MSG_SSID_23, .ssid_last = MSG_SSID_23_LAST }, { .ssid_first = MSG_SSID_24, .ssid_last = MSG_SSID_24_LAST } { .ssid_first = MSG_SSID_24, .ssid_last = MSG_SSID_24_LAST }, { .ssid_first = MSG_SSID_25, .ssid_last = MSG_SSID_25_LAST } }; static int diag_apps_responds(void) Loading include/linux/diagchar.h +18 −3 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ the appropriate macros. */ /* This needs to be modified manually now, when we add a new RANGE of SSIDs to the msg_mask_tbl */ #define MSG_MASK_TBL_CNT 25 #define MSG_MASK_TBL_CNT 26 #define APPS_EVENT_LAST_ID 0x0B2A #define MSG_SSID_0 0 Loading Loading @@ -195,8 +195,10 @@ the appropriate macros. */ #define MSG_SSID_22_LAST 10377 #define MSG_SSID_23 10400 #define MSG_SSID_23_LAST 10416 #define MSG_SSID_24 0xC000 #define MSG_SSID_24_LAST 0xC063 #define MSG_SSID_24 10500 #define MSG_SSID_24_LAST 10505 #define MSG_SSID_25 0xC000 #define MSG_SSID_25_LAST 0xC063 static const uint32_t msg_bld_masks_0[] = { MSG_LVL_LOW, Loading Loading @@ -856,6 +858,19 @@ static const uint32_t msg_bld_masks_23[] = { MSG_LVL_LOW }; static const uint32_t msg_bld_masks_24[] = { MSG_LVL_HIGH, MSG_LVL_HIGH, MSG_LVL_HIGH, MSG_LVL_HIGH, MSG_LVL_HIGH, MSG_LVL_HIGH }; static const uint32_t msg_bld_masks_25[] = { MSG_LVL_LOW }; /* LOG CODES */ static const uint32_t log_code_last_tbl[] = { 0x0, /* EQUIP ID 0 */ Loading Loading
drivers/char/diag/diag_masks.c +2 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,8 @@ static const struct diag_ssid_range_t msg_mask_tbl[] = { { .ssid_first = MSG_SSID_21, .ssid_last = MSG_SSID_21_LAST }, { .ssid_first = MSG_SSID_22, .ssid_last = MSG_SSID_22_LAST }, { .ssid_first = MSG_SSID_23, .ssid_last = MSG_SSID_23_LAST }, { .ssid_first = MSG_SSID_24, .ssid_last = MSG_SSID_24_LAST } { .ssid_first = MSG_SSID_24, .ssid_last = MSG_SSID_24_LAST }, { .ssid_first = MSG_SSID_25, .ssid_last = MSG_SSID_25_LAST } }; static int diag_apps_responds(void) Loading
include/linux/diagchar.h +18 −3 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ the appropriate macros. */ /* This needs to be modified manually now, when we add a new RANGE of SSIDs to the msg_mask_tbl */ #define MSG_MASK_TBL_CNT 25 #define MSG_MASK_TBL_CNT 26 #define APPS_EVENT_LAST_ID 0x0B2A #define MSG_SSID_0 0 Loading Loading @@ -195,8 +195,10 @@ the appropriate macros. */ #define MSG_SSID_22_LAST 10377 #define MSG_SSID_23 10400 #define MSG_SSID_23_LAST 10416 #define MSG_SSID_24 0xC000 #define MSG_SSID_24_LAST 0xC063 #define MSG_SSID_24 10500 #define MSG_SSID_24_LAST 10505 #define MSG_SSID_25 0xC000 #define MSG_SSID_25_LAST 0xC063 static const uint32_t msg_bld_masks_0[] = { MSG_LVL_LOW, Loading Loading @@ -856,6 +858,19 @@ static const uint32_t msg_bld_masks_23[] = { MSG_LVL_LOW }; static const uint32_t msg_bld_masks_24[] = { MSG_LVL_HIGH, MSG_LVL_HIGH, MSG_LVL_HIGH, MSG_LVL_HIGH, MSG_LVL_HIGH, MSG_LVL_HIGH }; static const uint32_t msg_bld_masks_25[] = { MSG_LVL_LOW }; /* LOG CODES */ static const uint32_t log_code_last_tbl[] = { 0x0, /* EQUIP ID 0 */ Loading