• Ganesh Varadarajan's avatar
    USB serial core · 7bcd06de
    Ganesh Varadarajan authored
    Module count of a serial converter driver is currently not
    decremented if a disconnect happens while the tty is held open.
    The fix is to close the device in usb_serial_disconnect() so that
    module refcounts are properly updated.
    7bcd06de
usbserial.c 52.4 KB