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:
parent
b8d7f73eb3
commit
df122dd003
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue