From: David Kubicek Date: Tue, 1 Nov 2005 17:51:34 +0000 (+0100) Subject: [PATCH] USB: Converting cdc acm to a ring queue X-Git-Tag: v2.6.16-rc1~474^2~22^2~10^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61a87adf2e7b410da8e41799c61c21a7b8c8b001;p=pandora-kernel.git [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 Signed-off-by: Greg Kroah-Hartman drivers/usb/class/cdc-acm.c | 229 ++++++++++++++++++++++++++++++-------------- drivers/usb/class/cdc-acm.h | 33 +++++- 2 files changed, 185 insertions(+), 77 deletions(-) --- Reading git-diff-tree failed