Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/usb



On Fri, May 27, 2011 at 07:54:18PM +0000, Jonathan A. Kollasch wrote:
> On Fri, May 27, 2011 at 05:19:18PM +0000, Matthias Drochner wrote:
> > 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
> 
> These are basically the same changes FreeBSD and OpenBSD made?

Seems so.
 
> I'll work on OHCI anyway.

Tested and committed.  Now if someone with a slhci(4) ...

        Jonathan Kollasch


Home | Main Index | Thread Index | Old Index