From: Malcolm Priestley Date: Sun, 16 Mar 2014 12:34:11 +0000 (+0000) Subject: staging: vt6656: [BUG] Fix Warning BOGUS urb xfer, pipe 3 != type 1 X-Git-Tag: v3.15-rc1~139^2~175 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b9d93d1c5df69806780275d8f338577577075b75;p=karo-tx-linux.git staging: vt6656: [BUG] Fix Warning BOGUS urb xfer, pipe 3 != type 1 Stable kernels will need patches staging: vt6656: s_nsInterruptUsbIoCompleteRead remove usb_fill_bulk_urb staging: vt6656: PIPEnsInterruptRead use usb_fill_int_urb and a backported version of this patch. Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6656/usbpipe.c b/drivers/staging/vt6656/usbpipe.c index 3592f07bf5b0..c5838d99f89f 100644 --- a/drivers/staging/vt6656/usbpipe.c +++ b/drivers/staging/vt6656/usbpipe.c @@ -313,7 +313,7 @@ int PIPEnsInterruptRead(struct vnt_private *priv) usb_fill_int_urb(priv->pInterruptURB, priv->usb, - usb_rcvbulkpipe(priv->usb, 1), + usb_rcvintpipe(priv->usb, 1), priv->int_buf.data_buf, MAX_INTERRUPT_SIZE, s_nsInterruptUsbIoCompleteRead,