diag: Add new F3 mask and update event mask for diag logging

Update the logging mask for both events and F3 masks to the latest
requests.

Change-Id: I9485f18eca2ee0f78b5086e0332359d997acf57a
Signed-off-by: Manoj Prabhu B <bmanoj@codeaurora.org>
diff --git a/include/linux/diagchar.h b/include/linux/diagchar.h
index 964a012..83a36f8 100644
--- a/include/linux/diagchar.h
+++ b/include/linux/diagchar.h
@@ -147,7 +147,7 @@
  * a new RANGE of SSIDs to the msg_mask_tbl.
  */
 #define MSG_MASK_TBL_CNT		26
-#define APPS_EVENT_LAST_ID		0xC85
+#define APPS_EVENT_LAST_ID		0xC92
 
 #define MSG_SSID_0			0
 #define MSG_SSID_0_LAST			129
@@ -182,7 +182,7 @@
 #define MSG_SSID_15			8000
 #define MSG_SSID_15_LAST		8000
 #define MSG_SSID_16			8500
-#define MSG_SSID_16_LAST		8529
+#define MSG_SSID_16_LAST		8531
 #define MSG_SSID_17			9000
 #define MSG_SSID_17_LAST		9008
 #define MSG_SSID_18			9500
@@ -778,7 +778,9 @@
 	MSG_LVL_LOW | MSG_LVL_MED | MSG_LVL_HIGH | MSG_LVL_ERROR |
 		MSG_LVL_FATAL,
 	MSG_LVL_LOW | MSG_LVL_MED | MSG_LVL_HIGH | MSG_LVL_ERROR |
-		MSG_LVL_FATAL
+		MSG_LVL_FATAL,
+	MSG_LVL_MED,
+	MSG_LVL_MED
 };
 
 static const uint32_t msg_bld_masks_17[] =  {