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:   augustss
Date:           Sat Oct 23 16:17:57 UTC 2004

Modified Files:
        src/sys/dev/usb: ehci.c uhub.c usb_subr.c usbdivar.h

Log Message:
Keep track of what high speed port (if any) a device belongs to so we can
set the transaction translator fields for the transfer.
Add a gross hack for split transaction completion in the ehci driver that
allows control transfers to be translated.  Interrupt transfers do not work.
Warn when any low/full speed device is opened.


To generate a diff of this commit:
cvs rdiff -r1.79 -r1.80 src/sys/dev/usb/ehci.c
cvs rdiff -r1.69 -r1.70 src/sys/dev/usb/uhub.c
cvs rdiff -r1.119 -r1.120 src/sys/dev/usb/usb_subr.c
cvs rdiff -r1.71 -r1.72 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