From 40ff764698939e8fd1d9f8ca9671eeb02935d3d3 Mon Sep 17 00:00:00 2001 From: KalimochoAz Date: Mon, 15 Aug 2011 09:52:11 +0200 Subject: [PATCH] Added 2 new permissions - PhoneOnOffFlag - ttyHS0 Change-Id: I03a48535b4832083f3ca3bc49893d34d2cff0ed8 --- init.bahamas.rc | 1 + ueventd.bahamas.rc | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/init.bahamas.rc b/init.bahamas.rc index 26a860c..d440110 100644 --- a/init.bahamas.rc +++ b/init.bahamas.rc @@ -32,6 +32,7 @@ on boot chmod 0660 /sys/class/rfkill/rfkill0/state chown bluetooth bluetooth /sys/devices/platform/msm_serial_hs_ti.0/serial_lock_cpu chmod 0660 /sys/devices/platform/msm_serial_hs_ti.0/serial_lock_cpu + chown radio radio /sys/class/htc_ecompass/ecompass/PhoneOnOffFlag # Permissions for Liblights. chown system system /sys/class/leds/green/brightness diff --git a/ueventd.bahamas.rc b/ueventd.bahamas.rc index 01a06d4..0e08d30 100644 --- a/ueventd.bahamas.rc +++ b/ueventd.bahamas.rc @@ -1,5 +1,6 @@ -mtd@misc 0460 radio diag -/dev/system_bus_freq 0660 system system -/dev/cpu_dma_latency 0660 system system -/dev/radio_feedback 0660 radio radio -/dev/smd9 0600 system system \ No newline at end of file +mtd@misc 0460 radio diag +/dev/system_bus_freq 0660 system system +/dev/cpu_dma_latency 0660 system system +/dev/radio_feedback 0660 radio radio +/dev/smd9 0600 system system +/dev/ttyHS0 0660 bluetooth bluetooth \ No newline at end of file