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

Commit 326484ed authored by Katish Paran's avatar Katish Paran
Browse files

diag: Add support for Tellurium QPST string



Tellurium is a new device. This patch adds the model number for
Tellurium so that QPST can display appropraite string.

Change-Id: I9541244941bf400fa81b5750abcfd5ee3a672ef0
Signed-off-by: default avatarKatish Paran <kparan@codeaurora.org>
parent 003a7b03
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -117,6 +117,8 @@ int chk_config_get_id(void)
		return MSM8909_TOOLS_ID;
	case MSM_CPU_8992:
		return MSM8992_TOOLS_ID;
	case MSM_CPU_TELLURIUM:
		return MSMTELLURIUM_TOOLS_ID;
	default:
		if (driver->use_device_tree) {
			if (machine_is_msm8974())
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@
#define APQ8026_TOOLS_ID	4104
#define MSM8909_TOOLS_ID	4108
#define MSM8992_TOOLS_ID	4111
#define MSMTELLURIUM_TOOLS_ID	4110

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