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:
parent
c5b732e9a7
commit
36daa25b8b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue