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

Commit 84c26508 authored by Mohit Aggarwal's avatar Mohit Aggarwal
Browse files

diag: Add support for MSM8939 QPST string



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

Change-Id: If25f790e330bef89fc332b9595833be7df30c719
Signed-off-by: default avatarMohit Aggarwal <maggarwa@codeaurora.org>
parent e8e6115c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -106,6 +106,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)