Merge "oem_uvcc: usb_config: rndis no sleep to save 1s boottime"

This commit is contained in:
huangjc
2020-07-23 11:23:24 +08:00
committed by Gerrit Code Review

View File

@ -105,7 +105,7 @@ pre_run_rndis()
{
RNDIS_STR="rndis"
if ( echo $1 |grep -q "rndis" ); then
sleep 1
#sleep 1
IP_FILE=/data/uvc_xu_ip_save
echo "config usb0 IP..."
if [ -f $IP_FILE ]; then