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

Commit d7d065db 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 APQ8074 QPST string"

parents d4e01b13 1567dbf3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -125,6 +125,8 @@ int chk_config_get_id(void)
	if (driver->use_device_tree) {
		if (machine_is_msm8974())
			return MSM8974_TOOLS_ID;
		else if (machine_is_apq8074())
			return APQ8074_TOOLS_ID;
		else
			return 0;
	} else {
+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@
#define MSM8627_TOOLS_ID	4080
#define MSM8227_TOOLS_ID	4081
#define MSM8974_TOOLS_ID	4083
#define APQ8074_TOOLS_ID	4090

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