]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] USB: Converting cdc acm to a ring queue
authorDavid Kubicek <dave@awk.cz>
Tue, 1 Nov 2005 17:51:34 +0000 (18:51 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 4 Jan 2006 21:48:29 +0000 (13:48 -0800)
commitc4dab6671a25a37f0c6b42afccc06c19a23b65eb
treeb4d09ce45dadd78cd2b92848a96c508f44d12f88
parentc0859b43b4155588ac899ecb66bfe15eb8b27e75
[PATCH] USB: Converting cdc acm to a ring queue

this patch by David converts the sending queue of the CDC ACM driver
to a queue of URBs. This is needed for quicker devices. Please apply.

Signed-Off-By: Oliver Neukum <oliver@neukum.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 drivers/usb/class/cdc-acm.c |  229 ++++++++++++++++++++++++++++++--------------
 drivers/usb/class/cdc-acm.h |   33 +++++-
 2 files changed, 185 insertions(+), 77 deletions(-)
drivers/usb/class/cdc-acm.c
drivers/usb/class/cdc-acm.h