Date: Wed, 22 Oct 2014 07:50:20 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r273456 - head/sys/dev/usb Message-ID: <201410220750.s9M7oKDw097487@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hselasky Date: Wed Oct 22 07:50:19 2014 New Revision: 273456 URL: https://svnweb.freebsd.org/changeset/base/273456 Log: Actually change the USB_PORT_ROOT_RESET_DELAY definition as stated in the r241987 commit message, instead of having users locally overriding the value using tunables in /boot/loader.conf . Found by: Adam Parco Discussed with: Nick Hibma Modified: head/sys/dev/usb/usb.h Modified: head/sys/dev/usb/usb.h ============================================================================== --- head/sys/dev/usb/usb.h Wed Oct 22 07:16:46 2014 (r273455) +++ head/sys/dev/usb/usb.h Wed Oct 22 07:50:19 2014 (r273456) @@ -113,7 +113,7 @@ MALLOC_DECLARE(M_USBHC); /* Allow for marginal and non-conforming devices. */ #define USB_PORT_RESET_DELAY 50 /* ms */ -#define USB_PORT_ROOT_RESET_DELAY 250 /* ms */ +#define USB_PORT_ROOT_RESET_DELAY 200 /* ms */ #define USB_PORT_RESET_RECOVERY 250 /* ms */ #define USB_PORT_POWERUP_DELAY 300 /* ms */ #define USB_PORT_RESUME_DELAY (20*2) /* ms */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410220750.s9M7oKDw097487>