Revert "init.qcom.usb.sh: setprop sys.usb.config.extra to diag on boot"
Currently using sys.usb.config.extra with value as "diag" making RNDIS
default composition as RNDIS + DIAG + ADB for both fusion and non-fusion
platforms. Hence revert this change not make RNDIS + DIAG + ADB as default
composition on selecting tethering option.
This reverts commit e2ee00363c
.
Change-Id: I49323fc92a750c83140f66e32c23173ad8137c22
CRs-Fixed: 399871
This commit is contained in:
parent
1b66a8bb7b
commit
5b4ae82726
|
@ -83,7 +83,6 @@ esac
|
|||
#
|
||||
# Allow USB enumeration with default PID/VID
|
||||
#
|
||||
setprop sys.usb.config.extra diag
|
||||
baseband=`getprop ro.baseband`
|
||||
echo 1 > /sys/class/android_usb/f_mass_storage/lun/nofua
|
||||
usb_config=`getprop persist.sys.usb.config`
|
||||
|
|
Loading…
Reference in New Issue