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

Commit d2d9ed50 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 Tellurium QPST string"

parents 0ee4c2a2 326484ed
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -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())
+1 −0
Original line number Original line Diff line number Diff line
@@ -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)