Snap for 8440419 from 86a747590f
to udc-release
Change-Id: I948e6bc6a2f89353b6f7ccd7adef5a093415ff78
This commit is contained in:
commit
705409d09d
2 changed files with 5 additions and 2 deletions
|
@ -797,6 +797,9 @@ on property:sys.boot_completed=1
|
||||||
chown system system /sys/devices/platform/19000000.aoc/control/udfps_get_disp_freq
|
chown system system /sys/devices/platform/19000000.aoc/control/udfps_get_disp_freq
|
||||||
chmod 440 /sys/devices/platform/19000000.aoc/control/udfps_get_disp_freq
|
chmod 440 /sys/devices/platform/19000000.aoc/control/udfps_get_disp_freq
|
||||||
|
|
||||||
|
#enable GPU power optimization
|
||||||
|
write /sys/devices/platform/28000000.mali/ifpo 1
|
||||||
|
|
||||||
# IMS WiFi Calling
|
# IMS WiFi Calling
|
||||||
service charonservice /system/vendor/bin/charon
|
service charonservice /system/vendor/bin/charon
|
||||||
class main
|
class main
|
||||||
|
|
|
@ -57,8 +57,8 @@ namespace usb {
|
||||||
volatile bool destroyThread;
|
volatile bool destroyThread;
|
||||||
|
|
||||||
string enabledPath;
|
string enabledPath;
|
||||||
constexpr char kHsi2cPath[] = "/sys/devices/platform/10d50000.hsi2c";
|
constexpr char kHsi2cPath[] = "/sys/devices/platform/10d60000.hsi2c";
|
||||||
constexpr char kI2CPath[] = "/sys/devices/platform/10d50000.hsi2c/i2c-";
|
constexpr char kI2CPath[] = "/sys/devices/platform/10d60000.hsi2c/i2c-";
|
||||||
constexpr char kContaminantDetectionPath[] = "i2c-max77759tcpc/contaminant_detection";
|
constexpr char kContaminantDetectionPath[] = "i2c-max77759tcpc/contaminant_detection";
|
||||||
constexpr char kStatusPath[] = "i2c-max77759tcpc/contaminant_detection_status";
|
constexpr char kStatusPath[] = "i2c-max77759tcpc/contaminant_detection_status";
|
||||||
constexpr char kSinkLimitEnable[] = "i2c-max77759tcpc/usb_limit_sink_enable";
|
constexpr char kSinkLimitEnable[] = "i2c-max77759tcpc/usb_limit_sink_enable";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue