• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

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

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

device/generic/common


コミットメタ情報

リビジョン3172f2a2b67ae567edf65b0408d50563eb8cb137 (tree)
日時2016-08-26 23:20:58
作者Chih-Wei Huang <cwhuang@linu...>
コミッターChih-Wei Huang

ログメッセージ

Add a hook after boot complete

Vendors could provide a post processing function.

変更サマリ

差分

--- a/init.sh
+++ b/init.sh
@@ -395,6 +395,8 @@ function do_bootcomplete()
395395 alsa_amixer -c $c set 'Internal Mic Boost' 3
396396 fi
397397 done
398+
399+ post_bootcomplete
398400 }
399401
400402 function do_hci()