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

Commit 0bef0259 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "qseecom: use legacy command for slateapp"

parents aef7cdeb 0c15225e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -5307,8 +5307,10 @@ int qseecom_send_command(struct qseecom_handle *handle, void *send_buf,
		}
		perf_enabled = true;
	}
	if (!strcmp(data->client.app_name, "securemm"))
	if (!strcmp(data->client.app_name, "securemm") ||
	    !strcmp(data->client.app_name, "slateapp")) {
		data->use_legacy_cmd = true;
	}

	ret = __qseecom_send_cmd(data, &req, false);