Skip to content

Commit

Permalink
[PATCH] USB: Converting cdc acm to a ring queue
Browse files Browse the repository at this point in the history
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(-)
  • Loading branch information
David Kubicek authored and Greg Kroah-Hartman committed Jan 4, 2006
1 parent 2e1dcc1 commit 61a87ad
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 76 deletions.
Loading

0 comments on commit 61a87ad

Please sign in to comment.