android_kernel_samsung_msm8976/drivers/usb/class
David Kubicek 61a87adf2e [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(-)
2006-01-04 13:48:29 -08:00
..
audio.c [PATCH] drivers/usb: fix-up schedule_timeout() usage 2005-09-12 12:23:44 -07:00
audio.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cdc-acm.c [PATCH] USB: Converting cdc acm to a ring queue 2006-01-04 13:48:29 -08:00
cdc-acm.h [PATCH] USB: Converting cdc acm to a ring queue 2006-01-04 13:48:29 -08:00
Kconfig [PATCH] USB: delete the bluetty driver 2005-10-28 16:47:47 -07:00
Makefile [PATCH] USB: delete the bluetty driver 2005-10-28 16:47:47 -07:00
usb-midi.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
usb-midi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
usblp.c [PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer needed 2005-10-28 16:47:37 -07:00