Loading drivers/char/diag/diagfwd.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -117,6 +117,8 @@ int chk_config_get_id(void) return MSM8909_TOOLS_ID; return MSM8909_TOOLS_ID; case MSM_CPU_8992: case MSM_CPU_8992: return MSM8992_TOOLS_ID; return MSM8992_TOOLS_ID; case MSM_CPU_TELLURIUM: return MSMTELLURIUM_TOOLS_ID; default: default: if (driver->use_device_tree) { if (driver->use_device_tree) { if (machine_is_msm8974()) if (machine_is_msm8974()) Loading include/linux/diagchar.h +1 −0 Original line number Original line Diff line number Diff line Loading @@ -82,6 +82,7 @@ #define APQ8026_TOOLS_ID 4104 #define APQ8026_TOOLS_ID 4104 #define MSM8909_TOOLS_ID 4108 #define MSM8909_TOOLS_ID 4108 #define MSM8992_TOOLS_ID 4111 #define MSM8992_TOOLS_ID 4111 #define MSMTELLURIUM_TOOLS_ID 4110 #define MSG_MASK_0 (0x00000001) #define MSG_MASK_0 (0x00000001) #define MSG_MASK_1 (0x00000002) #define MSG_MASK_1 (0x00000002) Loading Loading
drivers/char/diag/diagfwd.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -117,6 +117,8 @@ int chk_config_get_id(void) return MSM8909_TOOLS_ID; return MSM8909_TOOLS_ID; case MSM_CPU_8992: case MSM_CPU_8992: return MSM8992_TOOLS_ID; return MSM8992_TOOLS_ID; case MSM_CPU_TELLURIUM: return MSMTELLURIUM_TOOLS_ID; default: default: if (driver->use_device_tree) { if (driver->use_device_tree) { if (machine_is_msm8974()) if (machine_is_msm8974()) Loading
include/linux/diagchar.h +1 −0 Original line number Original line Diff line number Diff line Loading @@ -82,6 +82,7 @@ #define APQ8026_TOOLS_ID 4104 #define APQ8026_TOOLS_ID 4104 #define MSM8909_TOOLS_ID 4108 #define MSM8909_TOOLS_ID 4108 #define MSM8992_TOOLS_ID 4111 #define MSM8992_TOOLS_ID 4111 #define MSMTELLURIUM_TOOLS_ID 4110 #define MSG_MASK_0 (0x00000001) #define MSG_MASK_0 (0x00000001) #define MSG_MASK_1 (0x00000002) #define MSG_MASK_1 (0x00000002) Loading