Subject: [PATCH 000/002] USB: serial: sierra driver write and read path improvements From: Elina Pasheva <epasheva@xxxxxxxxxxxxxxxxxx> The series of 2 patches modify sierra usb serial driver with write path improvements and read path bug fix. The following is summary of changes we have made to sierra.c driver in [PATCH 001/002] dealing with write path improvements: - Updated Copyright notice with new authors names - Version number set to 1.3.6 - Added a MAX_TRANSFER constant following Greg Kroah-Hartman's recommended setting of PAGE_SIZE-512 for USB transfer buffers and modified accordingly sierra_write() function. [PATCH 002/002] dealing with read path bug fix: - Fixed a problem in function sierra_indat_callback() which would stop receiving traffic from a modem if a number of URB failures occur. Failed URBs are not resubmitted for the next read and there is only a limited number of URBs allocated for the IN path. After this number of failures, the receive path stops working on a particular interface. Signed-off-by: Elina Pasheva <epasheva@xxxxxxxxxxxxxxxxxx> --- -- 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