OpenBSD: Correctly catch attempts to do isochronous OUT transfers
authorPeter Stuge <peter@stuge.se>
Sun, 19 Feb 2012 04:32:10 +0000 (05:32 +0100)
committerPeter Stuge <peter@stuge.se>
Sun, 19 Feb 2012 04:32:10 +0000 (05:32 +0100)
commitcf8f5a7be821099b143fcea8e4ba553daa22818b
treed239dee3cb8f4c66f5fa55e78fe71eaa0ba09e23
parentae8e86cffb81858af5eeddbf2ea1aec6d55f573d
OpenBSD: Correctly catch attempts to do isochronous OUT transfers

LIBUSB_ENDPOINT_OUT is the value of the direction bit, which is 0 for
OUT transfers, so the previous condition could never evaluate to true.
libusb/os/openbsd_usb.c