• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

device/generic/common


コミットメタ情報

リビジョンbaa0883267cd1646c30d8fc97cdc52d74e881916 (tree)
日時2018-06-18 07:20:46
作者Chih-Wei Huang <cwhuang@linu...>
コミッターChih-Wei Huang

ログメッセージ

Avoid Bluetooth service crashing on VMware

変更サマリ

差分

--- a/init.sh
+++ b/init.sh
@@ -417,6 +417,9 @@ function do_bootcomplete()
417417 setkeycodes 0x66 172
418418 setkeycodes 0x6b 127
419419 ;;
420+ VMware*)
421+ pm disable com.android.bluetooth
422+ ;;
420423 *)
421424 ;;
422425 esac