From c798852213d8524f2148929290480e7fc67ad9c2 Mon Sep 17 00:00:00 2001 From: Puma Hsu Date: Sun, 29 Aug 2021 22:21:30 +0800 Subject: [PATCH] usb: fix the naming for uwb mode In previous we created a new bootmode "uwb" which will enable the ACM port, but the name was wrong. Rename it as "usbuwb" Bug: 187877902 Test: ACM port can be enabled Signed-off-by: Puma Hsu Change-Id: Id27930c4c34e7272cebf1825b6aa68f526e84112 --- conf/init.gs101.usb.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/init.gs101.usb.rc b/conf/init.gs101.usb.rc index bbf1db0a..749d4b4d 100644 --- a/conf/init.gs101.usb.rc +++ b/conf/init.gs101.usb.rc @@ -124,5 +124,5 @@ on property:sys.usb.config=charger && property:sys.usb.configfs=1 on property:vendor.usb.contaminantdisable=true exec /vendor/bin/hw/disable_contaminant_detection.sh -on property:ro.bootmode=uwb +on property:ro.bootmode=usbuwb setprop persist.vendor.usb.usbradio.config uwb_acm