Added 2 new permissions

- PhoneOnOffFlag
- ttyHS0

Change-Id: I03a48535b4832083f3ca3bc49893d34d2cff0ed8
This commit is contained in:
KalimochoAz 2011-08-15 09:52:11 +02:00
parent 09fea52be9
commit 40ff764698
2 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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
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