init.qcom.usb.sh: Set default composition for msm8952 and msmtitanium

Set persist.sys.usb.config to diag,serial_smd,rmnet_ipa,adb so that
default composition is 9091, which has DUN and RMNET interfaces
enabled.

Change-Id: Ibd47cf8c9048ef519902bba64c2a9303d7723dea
This commit is contained in:
Vijayavardhan Vennapusa 2015-12-04 17:57:52 +05:30 committed by Gerrit - the friendly Code Review server
parent 6ab31d3b6c
commit 2048233e02
1 changed files with 3 additions and 0 deletions

View File

@ -152,6 +152,9 @@ case "$usb_config" in
"msm8909" | "msm8937")
setprop persist.sys.usb.config diag,serial_smd,rmnet_qti_bam,adb
;;
"msm8952" | "titanium")
setprop persist.sys.usb.config diag,serial_smd,rmnet_ipa,adb
;;
*)
setprop persist.sys.usb.config diag,adb
;;