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 <pumahsu@google.com> Change-Id: Id27930c4c34e7272cebf1825b6aa68f526e84112
This commit is contained in:
parent
fbcb7ad5dc
commit
c798852213
1 changed files with 1 additions and 1 deletions
|
@ -124,5 +124,5 @@ on property:sys.usb.config=charger && property:sys.usb.configfs=1
|
||||||
on property:vendor.usb.contaminantdisable=true
|
on property:vendor.usb.contaminantdisable=true
|
||||||
exec /vendor/bin/hw/disable_contaminant_detection.sh
|
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
|
setprop persist.vendor.usb.usbradio.config uwb_acm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue