Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 01/16/2000 05:12:12
Module Name: syssrc
Committed By: augustss
Date: Sun Jan 16 13:12:08 UTC 2000
Modified Files:
syssrc/sys/dev/usb: ohci.c uhci.c usbdi.h
Log Message:
Add a flag, USBD_FORCE_SHORT_XFER, to transfers. Using this flag will
force the last packet of a transfer to be smaller than the maximum
packet size. The only time this matters is if the transfer size is
a multiple of the maximum packet size, in which case a 0 length packet
is sent last.
Some weird devices require this behaviour to determine the end of
a transfer.
To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 syssrc/sys/dev/usb/ohci.c
cvs rdiff -r1.72 -r1.73 syssrc/sys/dev/usb/uhci.c
cvs rdiff -r1.36 -r1.37 syssrc/sys/dev/usb/usbdi.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.