These two patches add support for MOXA 12XX/14XX/16XX USB serial devices. The first patch exports a function from the generic usb serial driver, which the driver in the second patch would like to use.
Andrew Lunn (2): USB: Serial: export usb_serial_generic_submit_read_urb() usb-serial: Moxa UPORT 12XX/14XX/16XX driver drivers/usb/serial/Kconfig | 30 + drivers/usb/serial/Makefile | 1 + drivers/usb/serial/generic.c | 5 +- drivers/usb/serial/mxuport.c | 2005 ++++++++++++++++++++++++++++++++++++++++++ drivers/usb/serial/mxuport.h | 184 ++++ include/linux/usb/serial.h | 2 + 6 files changed, 2225 insertions(+), 2 deletions(-) create mode 100644 drivers/usb/serial/mxuport.c create mode 100644 drivers/usb/serial/mxuport.h -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html