1import /init.recovery.${ro.board.platform}.rc
2
3# DELETE ME USB BRINGUP b/188672439.  Delete the following two lines after
4# USB is brought up completely.
5on property:sys.usb.state=fastboot
6    write /sys/devices/platform/11210000.usb/dwc3_exynos_otg_b_sess 1
7
8on property:sys.usb.state=adb
9    write /sys/devices/platform/11210000.usb/dwc3_exynos_otg_b_sess 1
10