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

Commit 029a389a 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 MSM8939 QPST string"

parents 030f5ede 84c26508
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -103,6 +103,8 @@ int chk_config_get_id(void)
		return APQ8084_TOOLS_ID;
	case MSM_CPU_8916:
		return MSM8916_TOOLS_ID;
	case MSM_CPU_8936:
		return MSM8939_TOOLS_ID;
	default:
		if (driver->use_device_tree) {
			if (machine_is_msm8974())
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@
#define APQ8074_TOOLS_ID	4090
#define MSM8916_TOOLS_ID	4094
#define APQ8084_TOOLS_ID	4095
#define MSM8939_TOOLS_ID	4103

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