Permalink
Browse files

hammerhead: Fix bluetooth UART device perms

Change-Id: I19b636709b7172e66372faaa28e2b3c4c224621f
  • Loading branch information...
1 parent ce5e8bd commit b71ea8fbb0735c98e235a3b2cf35c01c000e4bb6 @myfluxi myfluxi committed Aug 26, 2014
Showing with 2 additions and 2 deletions.
  1. +2 −2 init.hammerhead.rc
View
@@ -67,8 +67,8 @@ on boot
chown bluetooth net_bt_stack /proc/bluetooth/sleep/btwrite
#bluetooth UART dev
- chown bluetooth net_bt_stack /sys/devices/platform/msm_serial_hs.0/clock
- chmod 0660 /sys/devices/platform/msm_serial_hs.0/clock
+ chown bluetooth net_bt_stack /sys/devices/f9960000.uart/clock
+ chmod 0660 /sys/devices/f9960000.uart/clock
#Create QMUX deamon socket area
mkdir /dev/socket/qmux_radio 0770 radio radio

0 comments on commit b71ea8f

Please sign in to comment.