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:
Hemant Kumar 2013-09-05 11:51:54 -07:00
parent c2d916b4d9
commit d956ee6755
1 changed files with 1 additions and 4 deletions

View File

@ -89,10 +89,7 @@ usb_config=`getprop persist.sys.usb.config`
case "$usb_config" in case "$usb_config" in
"" | "adb") #USB persist config not set, select default configuration "" | "adb") #USB persist config not set, select default configuration
case $target in case $target in
"apq8084") "msm8960" | "msm8974" | "msm8226" | "msm8610" | "apq8084")
setprop persist.sys.usb.config diag,adb
;;
"msm8960" | "msm8974" | "msm8226" | "msm8610")
case "$baseband" in case "$baseband" in
"mdm") "mdm")
setprop persist.sys.usb.config diag,diag_mdm,serial_hsic,serial_tty,rmnet_hsic,mass_storage,adb setprop persist.sys.usb.config diag,diag_mdm,serial_hsic,serial_tty,rmnet_hsic,mass_storage,adb