On Thu, Jul 22, 2004 at 04:08:46PM +0530, V Ganesh wrote:
> @@ -297,6 +298,10 @@
>       kfree(priv);
>       usb_set_serial_port_data(port, NULL);
>  
> +     if (port->tty) {
> +             tty_hangup(port->tty);
> +     }
> +

This belongs to the core, not component drivers. At least in 2.4
it is a known bug, I was going to tackle it after a switch to
2.6 open counting scheme.

-- Pete


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to