• 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/x86


Commit MetaInfo

Revisão2f822ec176eb436518166655dd2fedcf572ac644 (tree)
Hora2015-07-20 17:01:49
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Mensagem de Log

init.sh: load btusb by default

Bluez stack needs this module for HCI USB chips.

Mudança Sumário

Diff

--- a/init.sh
+++ b/init.sh
@@ -48,7 +48,7 @@ function init_hal_bluetooth()
4848 for bt in $(lsusb -v | awk ' /Class:.E0/ { print $9 } '); do
4949 chown 1002.1002 $bt && chmod 660 $bt
5050 done
51- [ -n "$bt" ] && modprobe btusb
51+ modprobe btusb
5252 ;;
5353 esac
5454
--- a/modules.blacklist
+++ b/modules.blacklist
@@ -1,3 +1 @@
11 blacklist evbug
2-blacklist btusb
3-blacklist bluetooth