• 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

Revisão34a78d5cb6e9797eba6caec2604e2c3f349a2fc2 (tree)
Hora2016-09-08 15:22:18
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Mensagem de Log

init.sh: fix ASUS T100 buttons

It's strange the module soc_button_array can't detect the input
devices on being loaded by ueventd.

The workaround is to unload and reload it.

Mudança Sumário

Diff

--- a/init.sh
+++ b/init.sh
@@ -340,6 +340,10 @@ function do_bootcomplete()
340340 lsmod | grep -e brcmfmac && setprop wlan.no-unload-driver 1
341341
342342 case "$PRODUCT" in
343+ T10*TA)
344+ rmmod soc_button_array
345+ modprobe soc_button_array
346+ ;;
343347 1866???|1867???|1869???) # ThinkPad X41 Tablet
344348 start tablet-mode
345349 start wacom-input