Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47eba24b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "diag: Add support for MSMFERRUM QPST string"

parents 06154df6 a51c3e76
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -109,6 +109,8 @@ int chk_config_get_id(void)
		return MSM8994_TOOLS_ID;
	case MSM_CPU_8226:
		return APQ8026_TOOLS_ID;
	case MSM_CPU_FERRUM:
		return MSMFERRUM_TOOLS_ID;
	default:
		if (driver->use_device_tree) {
			if (machine_is_msm8974())
+1 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@
#define MSM8994_TOOLS_ID	4097
#define MSM8939_TOOLS_ID	4103
#define APQ8026_TOOLS_ID	4104
#define MSMFERRUM_TOOLS_ID	4108

#define MSG_MASK_0			(0x00000001)
#define MSG_MASK_1			(0x00000002)