sm8350-common: Configure USB Diag over FFS
On targets where diag-router is used, override the vendor.usb.diag.func.name property to 'ffs' to instantiate the Diag function instances to use F_FS instead of the legacy f_diag driver. Change-Id: I529a081a0d6988628944a9020b61c061baa877a4
This commit is contained in:
parent
3590daee0a
commit
b5aa70b18d
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ persist.vendor.sensors.sync_request=true
|
||||||
sys.vendor.shutdown.waittime=500
|
sys.vendor.shutdown.waittime=500
|
||||||
|
|
||||||
# USB
|
# USB
|
||||||
vendor.usb.diag.func.name=diag
|
vendor.usb.diag.func.name=ffs
|
||||||
vendor.usb.use_ffs_mtp=0
|
vendor.usb.use_ffs_mtp=0
|
||||||
|
|
||||||
# WiFi
|
# WiFi
|
||||||
|
|
Loading…
Reference in a new issue