@@ -404,12 +404,16 @@ Description:
The charger bypasses the charging path around the
integrated converter allowing for a "smart" wall
adaptor to perform the power conversion externally.
+ BypassS0:
+ Same as Bypass, but the device automatically enables
+ bypass only while on the S0 state and disables it when
+ it powers off or during sleep.
Access: Read, Write
Valid values:
"Unknown", "N/A", "Trickle", "Fast", "Standard",
- "Adaptive", "Custom", "Long Life", "Bypass"
+ "Adaptive", "Custom", "Long Life", "Bypass", "BypassS0"
What: /sys/class/power_supply/<supply_name>/charge_term_current
Date: July 2014
OneXPlayer devices support a conditional bypass type, in which the device will only perform the battery bypass while in the S0 state. Therefore, add BypassS0, which is a state in which the device conditionally bypasses the battery only in the S0 state. Signed-off-by: Antheas Kapenekakis <lkml@antheas.dev> --- Documentation/ABI/testing/sysfs-class-power | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)