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

Commit a51c3e76 authored by Mohit Aggarwal's avatar Mohit Aggarwal
Browse files

diag: Add support for MSMFERRUM QPST string



MSMFERRUM is a new device. Add diag support for sending
appropriate model number for MSMFERRUM so that QPST
can display the appropriate string.

Change-Id: I1a75b705e606d6e4ef7480760a47871a1a9f2bce
Signed-off-by: default avatarMohit Aggarwal <maggarwa@codeaurora.org>
parent 430983de
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)