[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090506152653.GC4603@kroah.com>
Date: Wed, 6 May 2009 08:26:53 -0700
From: Greg KH <greg@...ah.com>
To: Jason Wessel <jason.wessel@...driver.com>
Cc: linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/5] usb_debug: implement multi urb write
On Tue, May 05, 2009 at 09:00:01PM -0500, Jason Wessel wrote:
> The usb_debug driver, when used as the console, will always fail to
> insert the carriage return and new line sequence as well as randomly
> drop console output. This is a result of only having the single
> write_urb and that the tty layer will have a lock that prevents the
> processing of the back to back urb requests.
>
> The solution is to allow more than one urb to be outstanding and have
> a slightly deeper transmit queue. The idea and some code is borrowed
> from the ftdi_sio usb driver.
Almost all usb-serial drivers need this functionality.
As you are adding it to the usb_debug driver, why not just add this kind
of functionality to the usb-serial core instead, that way we can share
it with all of the drivers? I'd much rather see that happen instead of
us doing it individually again.
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists