diff --git a/src/etc/rc.syshook.d/early/01-usbconfig_reset b/src/etc/rc.syshook.d/early/01-usbconfig_reset index 3c137d373..42ed8a3d5 100755 --- a/src/etc/rc.syshook.d/early/01-usbconfig_reset +++ b/src/etc/rc.syshook.d/early/01-usbconfig_reset @@ -4,9 +4,6 @@ USB_RESET_ON="1" if [ -f /conf/config.xml ]; then if [ "$(grep -c "${USB_RESET_ON}" /conf/config.xml)" != "0" ]; then - # XXX: suboptiomal, it seems impossible to detect if usb probe during boot is actually finished. - sleep 10 /usr/sbin/usbconfig reset >/dev/null 2>&1 - exit 0 fi fi