Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/dev/usb/usb_request.c 190731 2009-04-05 18:20:03Z thompsa $ */
---
> /* $FreeBSD: head/sys/dev/usb/usb_request.c 190734 2009-04-05 18:20:38Z thompsa $ */
322c322
< if (flags & USB_DELAY_STATUS_STAGE) {
---
> if (flags & USB_DELAY_STATUS_STAGE)
324c324
< } else {
---
> else
326d325
< }
327a327,331
> if (flags & USB_SHORT_XFER_OK)
> xfer->flags.short_xfer_ok = 1;
> else
> xfer->flags.short_xfer_ok = 0;
>
412,414d415
< if (!(flags & USB_SHORT_XFER_OK)) {
< err = USB_ERR_SHORT_XFER;
< }