based on 3b89a2d00ab5e110e6b01e8836ee6a7aaa6ec6e2 Bug: 249656909 Change-Id: I00dfa05d50a13e5229368ff33d5462c38f712069
9 lines
360 B
Text
9 lines
360 B
Text
import /init.recovery.${ro.board.platform}.rc
|
|
|
|
# DELETE ME USB BRINGUP b/188672439. Delete the following two lines after
|
|
# USB is brought up completely.
|
|
on property:sys.usb.state=fastboot
|
|
write /sys/devices/platform/11210000.usb/dwc3_exynos_otg_b_sess 1
|
|
|
|
on property:sys.usb.state=adb
|
|
write /sys/devices/platform/11210000.usb/dwc3_exynos_otg_b_sess 1
|