# RK806 ON_SOURCE (reg 0x74) bit meaning, measured on hardware:
#   0x80 = power button, 0x40 = charger plug-in
PWRON_MASK=0x80
# Seconds until the charge screen turns its backlight off (short POWER press
# re-lights it); hold POWER for BOOT_HOLD seconds to boot.
SCREEN_TIMEOUT=10
BOOT_HOLD=2
# DISABLE=1
# Trace battery/charger/CPU while the charge screen is up, to see how much of
# the input power actually reaches the battery. Unset = no trace.
# LOGFILE=/var/log/vita-offcharge.log
# LOG_INTERVAL=10
