From 81c4b07df96bcffe99ab78db7601c74388137071 Mon Sep 17 00:00:00 2001 From: Ray Chi Date: Fri, 17 Mar 2023 18:25:05 +0800 Subject: [PATCH] conf: remove the command to start usb gadget Bug: 274074858 Test: build pass Change-Id: If799aaaf294cc7f45a02420a4bf0a188a83bd2b4 --- conf/init.recovery.device.rc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/conf/init.recovery.device.rc b/conf/init.recovery.device.rc index e0de29b..c76e45f 100644 --- a/conf/init.recovery.device.rc +++ b/conf/init.recovery.device.rc @@ -1,9 +1 @@ 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