device/generic/common
Revisão | 34a78d5cb6e9797eba6caec2604e2c3f349a2fc2 (tree) |
---|---|
Hora | 2016-09-08 15:22:18 |
Autor | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
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.
@@ -340,6 +340,10 @@ function do_bootcomplete() | ||
340 | 340 | lsmod | grep -e brcmfmac && setprop wlan.no-unload-driver 1 |
341 | 341 | |
342 | 342 | case "$PRODUCT" in |
343 | + T10*TA) | |
344 | + rmmod soc_button_array | |
345 | + modprobe soc_button_array | |
346 | + ;; | |
343 | 347 | 1866???|1867???|1869???) # ThinkPad X41 Tablet |
344 | 348 | start tablet-mode |
345 | 349 | start wacom-input |