CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/12/08 14:47:10
Modified files: sys/dev/usb : ohci.c Log message: Do not report underruns as bus data errors, as suggested by section 13.2.3, and let the stack set the status to USBD_SHORT_XFER if appropriate. >From David Higgs.