Loading drivers/misc/qseecom.c +4 −2 Original line number Diff line number Diff line /* * QTI Secure Execution Environment Communicator (QSEECOM) driver * * Copyright (c) 2012-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -5063,8 +5063,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, "bgapp")) { data->use_legacy_cmd = true; } ret = __qseecom_send_cmd(data, &req); data->use_legacy_cmd = false; Loading Loading
drivers/misc/qseecom.c +4 −2 Original line number Diff line number Diff line /* * QTI Secure Execution Environment Communicator (QSEECOM) driver * * Copyright (c) 2012-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -5063,8 +5063,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, "bgapp")) { data->use_legacy_cmd = true; } ret = __qseecom_send_cmd(data, &req); data->use_legacy_cmd = false; Loading