init.qcom.usb.sh: Add Fusion3 SGLTE2 Default compositions

Fusion3 SGLTE2 USB compositions are supported as below:

(With ADB): Product ID 0x9065 having APQ DIAG, MDM DIAG, QSC DIAG,
ADB, MDM DUN, QSC DUN, MDM RMNET, QSC RMNET, MSC interfaces.

(Without ADB): Product ID 0x9066 having APQ DIAG, MDM DIAG, QSC DIAG,
MDM DUN, QSC DUN, MDM RMNET, QSC RMNET, MSC interfaces.

Change-Id: I656e74a9748ef3943e256ea6e7930f3a7f0e2e35
This commit is contained in:
Mayank Rana 2013-03-04 11:44:56 +05:30 committed by Pavankumar Kondeti
parent b8d7f73eb3
commit df122dd003
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ case "$usb_config" in
"sglte")
setprop persist.sys.usb.config diag,diag_qsc,serial_smd,serial_tty,serial_hsuart,rmnet_hsuart,mass_storage,adb
;;
"dsda")
"dsda" | "sglte2")
setprop persist.sys.usb.config diag,diag_mdm,diag_qsc,serial_hsic,serial_hsuart,rmnet_hsic,rmnet_hsuart,mass_storage,adb
;;
"dsda2")