USBTAP_DIR_OUT
if ((xfer->rqflags & URQ_REQUEST) && (dir == USBTAP_DIR_OUT)) {
if (dir == USBTAP_DIR_OUT) {
usb_tap(bus, xfer, USBTAP_DIR_OUT);