init.qcom.usb.sh: Enable 9031 composition for APQ8084
Enable 9031 as the default composition for APQ8084 which comprises of following functions: MSM DIAG + MDM DIAG + ADB + DUN + NMEA + RMNET + MSC Previous composition was: DIAG + ADB Change-Id: I11835d11a97e0fe7bdce6f9852388c42beb34331
This commit is contained in:
parent
c2d916b4d9
commit
d956ee6755
|
@ -89,10 +89,7 @@ usb_config=`getprop persist.sys.usb.config`
|
|||
case "$usb_config" in
|
||||
"" | "adb") #USB persist config not set, select default configuration
|
||||
case $target in
|
||||
"apq8084")
|
||||
setprop persist.sys.usb.config diag,adb
|
||||
;;
|
||||
"msm8960" | "msm8974" | "msm8226" | "msm8610")
|
||||
"msm8960" | "msm8974" | "msm8226" | "msm8610" | "apq8084")
|
||||
case "$baseband" in
|
||||
"mdm")
|
||||
setprop persist.sys.usb.config diag,diag_mdm,serial_hsic,serial_tty,rmnet_hsic,mass_storage,adb
|
||||
|
|
Loading…
Reference in New Issue