[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)
commit61a87adf2e7b410da8e41799c61c21a7b8c8b001
treeb4d09ce45dadd78cd2b92848a96c508f44d12f88
parent2e1dcc1600c1d83b26479edd076866595bbd3523
[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