These patches against usb-next replace the omninet custom read implementation with the generic one, fix some port-data abuse in mct_u232, and make kobil_sct and symbolserial use the port interrupt urbs rather than private ones, while cleaning up all four drivers somwehat. All patches have been compile-tested only. Johan Johan Hovold (12): USB: omninet: use kzalloc for private data USB: omninet: clean up protocol description USB: omninet: clean up protocol defines USB: omninet: refactor read-urb processing USB: omninet: switch to generic read implementation USB: kobil_sct: fix broken debug code USB: kobil_sct: remove unused endpoint address USB: kobil_sct: use port interrupt-out urb USB: mct_u232: clean up read implementation USB: symbolserial: use port interrupt-in urb USB: symbolserial: remove unused private data USB: symbolserial: move private-data allocation to port_probe drivers/usb/serial/kobil_sct.c | 103 +++--------------------------- drivers/usb/serial/mct_u232.c | 37 ++++------- drivers/usb/serial/omninet.c | 81 ++++++++---------------- drivers/usb/serial/symbolserial.c | 130 ++++++++------------------------------ 4 files changed, 76 insertions(+), 275 deletions(-) -- 1.8.1.5 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html