summaryrefslogtreecommitdiff
path: root/init.common.usb.rc
blob: 629f0f6744f398161fe69263eaac11b18dbe3b3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import /vendor/etc/init/hw/init.wahoo.usb.rc

on boot && property:ro.bootmode=usbradio && property:persist.sys.usb.usbradio.config=*
    setprop sys.usb.config "none"
    setprop sys.usb.config ${persist.sys.usb.usbradio.config}

# battery driver settings for the retail demo environment where
# the device will be perpertually plugged in to a power source
on property:sys.retaildemo.enabled=1
    write /sys/module/htc_battery/parameters/full_level_dis_chg 35

on property:sys.retaildemo.enabled=0
    write /sys/module/htc_battery/parameters/full_level_dis_chg 100