mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-01-30 08:12:09 +00:00
Gadget stack would be configured based on persist.sys.usb.config. Reset the usb stack before configuring. Test: Manually verify modem overlay functions for usbradio bootmode Bug: 31947358 Change-Id: I9bf5c1ad1626bba90689d7abfeaa8c27e82a7ecb
6 lines
209 B
Plaintext
6 lines
209 B
Plaintext
import init.wahoo.usb.rc
|
|
|
|
on boot && property:ro.bootmode=usbradio && property:persist.sys.usb.usbradio.config=*
|
|
setprop sys.usb.config "none"
|
|
setprop sys.usb.config ${persist.sys.usb.usbradio.config}
|