linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH: usb-uhci: interrupt out with urb->interval 0 (corrected)
@ 2003-04-21  8:01 David Glance
  0 siblings, 0 replies; only message in thread
From: David Glance @ 2003-04-21  8:01 UTC (permalink / raw)
  To: linux-kernel, Greg KH

Patch against 2.4.21-pre7

--- /usr/src/linux.orig/drivers/usb/host/usb-uhci.c  2003-04-21 
15:53:19.000000000 +0800
+++ /usr/src/linux/drivers/usb/host/usb-uhci.c  2003-04-21 
15:54:40.000000000 +0800
@@ -2518,6 +2518,7 @@
                                // correct toggle after unlink
                                usb_dotoggle (urb->dev, usb_pipeendpoint 
(urb->pipe), usb_pipeout (urb->pipe));
                                clr_td_ioc(desc); // inactivate TD
+                               break;
                        }
                }
        }



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-21  7:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-21  8:01 PATCH: usb-uhci: interrupt out with urb->interval 0 (corrected) David Glance

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).