Hi, Here are some more serial patches: two memory leak fixes (kobil and visor) and some more drivers rewritten using the generic framework. Also implement line status handling in belkin_sa. /Johan Johan Hovold (11): USB: kobil: fix memory leak USB: serial: add special case for processing of empty read urbs USB: empeg: reimplement using generic framework USB: ipaq: reimplement using generic framework USB: spcp8x5: reimplement using generic framework USB: visor: fix memory leak USB: visor: reimplement using generic framework USB: cp210x: use generic open to start reading from device USB: belkin_sa: minor clean-ups USB: belkin_sa: clean up open USB: belkin_sa: implement line status handling drivers/usb/serial/belkin_sa.c | 126 +++++++------ drivers/usb/serial/cp210x.c | 2 +- drivers/usb/serial/empeg.c | 401 ++-------------------------------------- drivers/usb/serial/generic.c | 3 + drivers/usb/serial/ipaq.c | 333 +------------------------------- drivers/usb/serial/ipaq.h | 54 ------ drivers/usb/serial/kobil_sct.c | 3 +- drivers/usb/serial/spcp8x5.c | 407 +++------------------------------------- drivers/usb/serial/visor.c | 341 ++-------------------------------- 9 files changed, 135 insertions(+), 1535 deletions(-) delete mode 100644 drivers/usb/serial/ipaq.h -- 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