From 4fc73ca3d2aec98602e99afae92ede04d7703089 Mon Sep 17 00:00:00 2001 From: Lior Barenboim Date: Mon, 25 Aug 2014 13:46:44 +0300 Subject: [PATCH] Ultrasound: change device permission to system Change the Ultrasound device permission to system Change-Id: I76d70b6776c599d5401826396f2ed9d8e4e30d75 --- rootdir/etc/ueventd.qcom.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index 9303f00a..bfb220dd 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -197,3 +197,6 @@ # SSR devices /dev/subsys_* 0640 system system + +# Ultrasound device +/dev/usf1 0660 system system