commit | 61a87adf2e7b410da8e41799c61c21a7b8c8b001 | [log] [tgz] |
---|---|---|
author | David Kubicek <dave@awk.cz> | Tue Nov 01 18:51:34 2005 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jan 04 13:48:29 2006 -0800 |
tree | b4d09ce45dadd78cd2b92848a96c508f44d12f88 | |
parent | 2e1dcc1600c1d83b26479edd076866595bbd3523 [diff] |
[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(-)