From bca43271cbe3260f785ff8609280d88ade1e4b85 Mon Sep 17 00:00:00 2001 From: Anjelique Melendez Date: Wed, 27 Mar 2024 11:01:33 -0700 Subject: [PATCH] sm8550-common: ueventd: Add group permissions for haptics class sysfs files Add group permissions for haptics class visense_enabled and primitive_duration sysfs files. Change-Id: I1796b991bb79b4da8b524e35612a3f1928db7d83 --- init/ueventd.qcom.rc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init/ueventd.qcom.rc b/init/ueventd.qcom.rc index 8c09cad..c8fa380 100644 --- a/init/ueventd.qcom.rc +++ b/init/ueventd.qcom.rc @@ -26,7 +26,7 @@ # # # Changes from Qualcomm Innovation Center are provided under the following license: -# Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved. +# Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted (subject to the limitations in the @@ -458,6 +458,10 @@ subsystem mem_buf_vm /sys/class/leds/blue breath 0640 system system /sys/class/leds/blue trigger 0640 system system +#Haptics class devices +/sys/class/qcom-haptics visense_enabled 0400 system system +/sys/class/qcom-haptics primitive_duration 0600 system system + # NPU device /dev/msm_npu 0644 system system