OSDN Git Service

bluetooth: disable rfkill for usb bluetooth
authorAndré Vitor <andrevdj@gmail.com>
Sun, 18 Jan 2015 03:40:15 +0000 (00:40 -0300)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 19 Jan 2015 03:18:11 +0000 (11:18 +0800)
init.sh

diff --git a/init.sh b/init.sh
index e828d61..906f081 100644 (file)
--- a/init.sh
+++ b/init.sh
@@ -48,6 +48,7 @@ function init_hal_bluetooth()
        rmmod ath3k
        rmmod btusb
        rmmod bluetooth
+       set_property ro.rfkilldisabled 1
 }
 
 function init_hal_camera()