• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/common


Commit MetaInfo

Revisionca0e593588254da9de33923a70d4e9f737f01976 (tree)
Time2015-01-19 12:18:11
AuthorAndré Vitor <andrevdj@gmai...>
CommiterChih-Wei Huang

Log Message

bluetooth: disable rfkill for usb bluetooth

Change Summary

Incremental Difference

--- a/init.sh
+++ b/init.sh
@@ -48,6 +48,7 @@ function init_hal_bluetooth()
4848 rmmod ath3k
4949 rmmod btusb
5050 rmmod bluetooth
51+ set_property ro.rfkilldisabled 1
5152 }
5253
5354 function init_hal_camera()