]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use the USBD_FORCE_SHORT_XFER flag when setting up transmit transfers.
authorIan Dowse <iedowse@FreeBSD.org>
Sun, 15 Aug 2004 10:51:21 +0000 (10:51 +0000)
committerIan Dowse <iedowse@FreeBSD.org>
Sun, 15 Aug 2004 10:51:21 +0000 (10:51 +0000)
commit4ba861fa778cfbfcbfd150dfb6c275264b72d055
tree0262ee7364750d166087b8ff363eac7bb17d2f63
parent5b242e8c08d8f0b2b16aaaa709c524a5ed8678c5
Use the USBD_FORCE_SHORT_XFER flag when setting up transmit transfers.
Without this, the device cannot detect the end of ethernet packets
whose size is a multiple of the USB packat size.

PR: kern/70474
Submitted by: Andrew Thompson <andy@fud.org.nz>
MFC after: 1 week
sys/dev/usb/if_axe.c