Merge "init.qcom.usb: Rename target 'copper' to 'msm8974'" into jb
This commit is contained in:
commit
9624032abe
|
@ -87,7 +87,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
|
||||||
"copper")
|
"msm8974")
|
||||||
setprop persist.sys.usb.config diag,adb
|
setprop persist.sys.usb.config diag,adb
|
||||||
;;
|
;;
|
||||||
"msm8960")
|
"msm8960")
|
||||||
|
|
Loading…
Reference in New Issue