from: 715ff58363e1fd4edc7c1bd428a77af6ddcb7684 with updated device path Bug: 198128551 Change-Id: I2d9eace5077290b74ef00efb7304128f344514c1
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
|