init.qcom.usb.sh: Set USB default composition to 90DB

This change makes 90DB (interfaces: diag,dun,rmnet,dpl,qdss,adb)
as default usb composition on bengal.

Change-Id: If83a356219f802e8960c7d341296f3a7b3641e68
This commit is contained in:
Sriharsha Allenki 2019-11-12 14:23:11 +05:30 committed by Max Weffers
parent c5b732e9a7
commit 36daa25b8b
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -105,7 +105,7 @@ if [ "$(getprop persist.vendor.usb.config)" == "" -a \
"sdm845" | "sdm710")
setprop persist.vendor.usb.config diag,serial_cdev,rmnet,dpl,adb
;;
"msmnile" | "sm6150" | "trinket" | "lito" | "atoll")
"msmnile" | "sm6150" | "trinket" | "lito" | "atoll" | "bengal")
setprop persist.vendor.usb.config diag,serial_cdev,rmnet,dpl,qdss,adb
;;
*)