Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

device-generic-common: Commit

device/generic/common


Commit MetaInfo

Revision7d8ecae50e3766b8ee8c9c34a4f31c2e23b7a277 (tree)
Time2019-04-12 17:51:00
AuthorValentin Manea <valentin.manea@gmai...>
CommiterChih-Wei Huang

Log Message

init.sh: disable offlining of non-boot CPU of Teclast X80 Power

This fixes the suspend/resume issue of the device.

Change Summary

Incremental Difference

--- a/init.sh
+++ b/init.sh
@@ -440,6 +440,9 @@ function do_bootcomplete()
440440 Surface*Go)
441441 echo on > /sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/power/control
442442 ;;
443+ X80*Power)
444+ set_property power.nonboot-cpu-off 1
445+ ;;
443446 *)
444447 ;;
445448 esac
Show on old repository browser