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