summaryrefslogtreecommitdiff
path: root/init.hardware.chamber.rc.userdebug
Commit message (Collapse)AuthorAgeFilesLines
* thermal: Use explicit disable for USB overheat mitigationMaggie White2018-07-261-2/+2
| | | | | | | | | | | | | Right now, the overheat mitigation disable mechanism doesn't persist if the device is in high temperatures during boot. It also doesn't do anything if the device is already in USB overheat mitigation. This change uses a module parameter that is specifically reserved for testing and will disable overheat mitigation even if it has already kicked off. Bug: 111752140 Change-Id: I8d0dc63a39184a000801acc156d9899abae21cc7 Signed-off-by: Maggie White <maggiewhite@google.com>
* DeviceHealth: fake test battery temp at HAL levelThierry Strudel2018-07-191-3/+3
| | | | | | Bug: 111600053 Change-Id: Ib2aded9f45e183e1a03c1ab2d72c722a14ecc1e0 Signed-off-by: Thierry Strudel <tstrudel@google.com>
* thermal: Add property for thermal testing.YiHo Cheng2018-07-141-0/+3
| | | | | | | | | | Disable usb overheat mitigation for thermal test as needed. Bug: 77303375 Test: adb shell setprop persist.vendor.disable.usb.overheat.mitigation 1; adb reboot; adb shell cat sys/module/overheat_mitigation/parameters/fake_port_temp Change-Id: I31917fcb1695b21d9a046d295233b81dc52039eb
* thermal: thermal-hal support reading fps-therm-adc for new HW versionMiguel de Dios2018-06-261-0/+1
| | | | | | | | | | | | Since new HW version implement fps_therm, so B1/C1 DVT devices will use fps-therm-adc as T-skin thermistor Bug: 80259361 Test: manual - thermal-hal can read fps-therm-adc correctly. Test: pts-tradefed run pts -m PtsThermalHalTestCases Test: VtsHalThermalV1_0TargetTest Change-Id: Ifd155b31122419a982e284be8a7a8bfc348da9cd Signed-off-by: davidchao <davidchao@google.com>
* thermal: Support disable USB overheat mitigation dynamicallyTeYuan Wang2018-06-071-0/+1
| | | | | | Bug: 79719190 Test: fake_port_temp can be updated to 250 successfully Change-Id: If5e21f02b6f130f72bfd4e729e4dee2475cb9919
* Dynamically disable quiet-therm-adc for lab test purposeTeYuan Wang2018-05-211-0/+1
| | | | | | | Bug: 79719190 Test: quiet-therm-adc can be disabled when persist.vendor.disable.thermal.control set to 1 Change-Id: I6ed318e2016bcd0a275d6a236bcec7da7dd17118 Signed-off-by: TeYuan Wang <kamewang@google.com>
* Dynamically disable thermal-engine for lab test purposeTeYuan Wang2018-05-171-0/+20
Bug: 79719790 Test: thermal-engine service can be stopped when persist.vendor.disable.thermal.control set to 1 Change-Id: Ib3a4ed82a6eb8c9a53cb3a62ff554f7374f68d80