Merge "oem_uvcc: update config to save boottime"

This commit is contained in:
huangjc
2021-01-08 09:05:27 +08:00
committed by Gerrit Code Review
2 changed files with 3 additions and 1 deletions

View File

@ -74,6 +74,8 @@ stop_unused_daemon
usb_irq_set
uvc_app &
aiserver &
sleep .5
smart_display_service &
while true
do
check_alive dbserver

View File

@ -257,7 +257,7 @@ if [ $ADB_EN = on ];then
echo "adb on++++++ ${USB_CNT}"
ln -s ${USB_FUNCTIONS_DIR}/ffs.adb ${USB_CONFIGS_DIR}/f${USB_CNT}
pre_run_adb
sleep 1
sleep .5
fi
UDC=`ls /sys/class/udc/| awk '{print $1}'`