Subject: CVS commit: [netbsd-1-6] src/sys/dev/usb
To: None <source-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 01/26/2003 11:37:07
Module Name: src
Committed By: jmc
Date: Sun Jan 26 09:37:07 UTC 2003
Modified Files:
src/sys/dev/usb [netbsd-1-6]: uhci.c
Log Message:
Pullup revisions 1.165-1.167 (requested by dsainty in ticket #1079)
Be somewhat more persuasive about enabling the port on a port reset. USB
protocol dictates that the port enable must be implied by the port
reset. To implement this on (at least) the VIA VT83C572 this means we
need to wait around tweaking the chip state until the port actually
transitions to enabled (or the device goes away). Likely fixes
kern/11018.
Reissue the MAXP command on resume. From FreeBSD.
To generate a diff of this commit:
cvs rdiff -r1.159 -r1.159.2.1 src/sys/dev/usb/uhci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.