Merge "init.qcom.usb.sh: Set 9091 as USB default composition on SDM845"

This commit is contained in:
Linux Build Service Account 2017-05-08 19:22:18 -07:00 committed by Gerrit - the friendly Code Review server
commit 3cc349f83d
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ case "$usb_config" in
"msm8952" | "msm8953")
setprop persist.sys.usb.config diag,serial_smd,rmnet_ipa,adb
;;
"msm8998" | "sdm660")
"msm8998" | "sdm660" | "sdm845")
setprop persist.sys.usb.config diag,serial_cdev,rmnet,adb
;;
*)