From d03d7a41f7e4e34314859e8a19b17510ec4a6da2 Mon Sep 17 00:00:00 2001 From: Haran Govindan <32816717+YourDeathWish@users.noreply.github.com> Date: Wed, 12 Dec 2018 12:52:02 +0200 Subject: [PATCH] msm8953-common: Give proper permissions for /dev/diag * This gives proper permission to /dev/diag node so that diag driver can load successfully Before in log: Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 13 After in log: Diag_Lib: qpLogDiagInit <== result : 1 Diag_Lib: QMID : gIsQXDMDisabled 0, gIsADBDisabled 1, gIsDebugDisabled 0, gIsIMSLogsDisabled 0 Change-Id: If42a58753fa71d345f19d615bb70720fc26c95fe --- rootdir/root/ueventd.qcom.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/root/ueventd.qcom.rc b/rootdir/root/ueventd.qcom.rc index 8d03c8b..4de02ee 100644 --- a/rootdir/root/ueventd.qcom.rc +++ b/rootdir/root/ueventd.qcom.rc @@ -31,7 +31,7 @@ firmware_directories /vendor/firmware_mnt/image/ # the DIAG device node is not world writable/readable. -/dev/diag 0660 system oem_2901 +/dev/diag 0666 system system /dev/genlock 0666 system system /dev/wlan 0660 wifi wifi