|
@@ -142,7 +142,7 @@ static int v_recv_cmd_submit(struct vudc *udc,
|
|
urb_p->urb->status = -EINPROGRESS;
|
|
urb_p->urb->status = -EINPROGRESS;
|
|
|
|
|
|
/* FIXME: more pipe setup to please usbip_common */
|
|
/* FIXME: more pipe setup to please usbip_common */
|
|
- urb_p->urb->pipe &= ~(11 << 30);
|
|
|
|
|
|
+ urb_p->urb->pipe &= ~(3 << 30);
|
|
switch (urb_p->ep->type) {
|
|
switch (urb_p->ep->type) {
|
|
case USB_ENDPOINT_XFER_BULK:
|
|
case USB_ENDPOINT_XFER_BULK:
|
|
urb_p->urb->pipe |= (PIPE_BULK << 30);
|
|
urb_p->urb->pipe |= (PIPE_BULK << 30);
|