ChangeSet 1.1229, 2003/06/18 16:48:11-07:00, greg@kroah.com [PATCH] USB: attempt to track down pl2303 oopses on close... This doesn't solve it, but it's the proper thing to do right now. drivers/usb/serial/usbserial.c | 1 + 1 files changed, 1 insertion(+) diff -Nru a/drivers/usb/serial/usbserial.c b/drivers/usb/serial/usbserial.c --- a/drivers/usb/serial/usbserial.c Wed Jun 18 17:35:46 2003 +++ b/drivers/usb/serial/usbserial.c Wed Jun 18 17:35:46 2003 @@ -556,6 +556,7 @@ else generic_close(port, filp); port->open_count = 0; + port->tty = NULL; } if (port->serial->type->owner)