On Thu, Oct 21, 2004 at 04:11:01AM -0500, Lonnie Mendez wrote: > > This patch adds equal support for interrupt out transfers to the usb-serial core to > match the current interrupt in support. It also improves a few debug messages, > nothing major. > > Signed-off-by: Lonnie Mendez <[EMAIL PROTECTED]> > > --- a/drivers/usb/serial/usb-serial.c 2004-10-20 20:35:20.303774488 -0500 > +++ b/drivers/usb/serial/usb-serial.c 2004-10-20 22:00:01.698285104 -0500 > @@ -464,9 +464,14 @@ > usb_kill_urb(port->interrupt_in_urb); > usb_free_urb(port->interrupt_in_urb); > } > + if (port->interrupt_out_urb) { > + usb_kill_urb(port->interrupt_out_urb); > + usb_free_urb(port->interrupt_out_urb); > + }
Eeek, your email client must have been hungry and ate all of the tabs... greg k-h ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel