usb: modify the permission of USB gadget hal

Currently, USB gadgdet hal couldn't access configfs nodes during
device booting. The permission of configfs nodes are root as default,
and they are modified to system by init process. Therefore, USB
gadget HAL can't access them before permission changes completely.

The patch will modify permission of USB gadget hal so that it can
access configfs nodes without permission change.

Bug: 204378488
Test: check connection time
Change-Id: I97f5446a51183225227744043e4a6e0088fecf0b
This commit is contained in:
Ray Chi 2021-11-18 12:07:24 +08:00
parent f574475006
commit bdd4728a17
2 changed files with 5 additions and 3 deletions

View file

@ -67,7 +67,8 @@ on early-boot
# etr_miu function
mkdir /config/usb_gadget/g1/functions/etr_miu.gs11
setprop vendor.usb.functions.ready 1
# disable permission change. TODO (b/206902205): add back later
# setprop vendor.usb.functions.ready 1
on boot
write /config/usb_gadget/g1/bcdDevice 0x0510