init.qcom.usb.sh: Set USB default composition to 9091
Set USB default composition to 0x9091 having diag,serial_cdev, rmnet,adb for 8909 with kernel 4.9. Change-Id: I3066799d801bc9d8451b0d5a0bcd6d4055d1f735
This commit is contained in:
parent
426130ce28
commit
315e115009
1 changed files with 5 additions and 1 deletions
|
@ -82,7 +82,11 @@ if [ "$(getprop persist.vendor.usb.config)" == "" -a \
|
|||
setprop persist.vendor.usb.config diag,serial_cdev,serial_tty,rmnet_ipa,mass_storage,adb
|
||||
;;
|
||||
"msm8909")
|
||||
setprop persist.vendor.usb.config diag,serial_smd,rmnet_qti_bam,adb
|
||||
if [ -d /config/usb_gadget ]; then
|
||||
setprop persist.vendor.usb.config diag,serial_cdev,rmnet,adb
|
||||
else
|
||||
setprop persist.vendor.usb.config diag,serial_smd,rmnet_qti_bam,adb
|
||||
fi
|
||||
;;
|
||||
"msm8937")
|
||||
if [ -d /config/usb_gadget ]; then
|
||||
|
|
Loading…
Reference in a new issue