Promotion of android-device.lnx.1.0-00053.

CRs      Change ID                                   Subject
--------------------------------------------------------------------------------------------------------------
995109   If51e5a23911e8f1a086c95dba2e316a974efb2ad   init.qcom.usb.sh: Add USB controller device name for msm

Change-Id: I06bc7e2ecd3bdcbe7bc3cf8539e0fbebb54a6c80
CRs-Fixed: 995109
This commit is contained in:
Linux Build Service Account 2016-03-28 10:10:07 -07:00
commit 7aad9895a3
1 changed files with 3 additions and 0 deletions

View File

@ -97,6 +97,9 @@ case "$target" in
"msm8996")
setprop sys.usb.controller "6a00000.dwc3"
;;
"msmcobalt")
setprop sys.usb.controller "a800000.dwc3"
;;
*)
;;
esac