• 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

Revision0b4595967486cdf838741de3786342564e12bb3a (tree)
Time2016-02-06 13:47:33
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

android-x86-4.4-r5 release (20160206)

Back-port patches from marshmallow-x86:

* 5312f95 add support for GSL1680 I2C touchscreen on ST70416-6 with example firmware
* e1c862d init.sh: unmute audio of Broadwell-Y-based tablets

Change Summary

Incremental Difference

--- a/init.sh
+++ b/init.sh
@@ -237,6 +237,9 @@ function create_pointercal()
237237 function init_tscal()
238238 {
239239 case "$PRODUCT" in
240+ ST70416-6*)
241+ modprobe gslx680_ts_acpi
242+ ;&
240243 T91|T101|ET2002|945GSE-ITE8712|CF-19[CDYFGKLP]*)
241244 create_pointercal
242245 return
@@ -366,6 +369,7 @@ function do_bootcomplete()
366369 alsa_amixer -c $c set Capture 100%
367370 alsa_amixer -c $c set Capture cap
368371 alsa_amixer -c $c set PCM 100 unmute
372+ alsa_amixer -c $c set SPO unmute
369373 alsa_amixer -c $c set 'Mic Boost' 3
370374 alsa_amixer -c $c set 'Internal Mic Boost' 3
371375 fi