Merge "init.qcom.usb: Rename target 'copper' to 'msm8974'" into jb

This commit is contained in:
Linux Build Service Account 2012-07-21 00:10:14 -07:00 committed by QuIC Gerrit Code Review
commit 9624032abe
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ usb_config=`getprop persist.sys.usb.config`
case "$usb_config" in
"" | "adb") #USB persist config not set, select default configuration
case $target in
"copper")
"msm8974")
setprop persist.sys.usb.config diag,adb
;;
"msm8960")