Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/usb
Module Name: src
Committed By: drochner
Date: Fri May 27 17:19:18 UTC 2011
Modified Files:
src/sys/dev/usb: ehci.c uhci.c usb_subr.c usbdivar.h
Log Message:
remember the data toggle bit per (bulk) endpoint rather than per
pipe, as required by the spec
This helps in cases where pipes are opened/closed without reconfiguring
the device in between, eg with the ugen driver.
only for UHCI/EHCI, don't have an OHCI to test
To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 src/sys/dev/usb/ehci.c
cvs rdiff -u -r1.235 -r1.236 src/sys/dev/usb/uhci.c
cvs rdiff -u -r1.178 -r1.179 src/sys/dev/usb/usb_subr.c
cvs rdiff -u -r1.92 -r1.93 src/sys/dev/usb/usbdivar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index