On Sat, 4 Apr 2009, Oliver Neukum wrote: > > In any case, shouldn't the generic layer contain pre_reset and > > post_reset routines? And shouldn't these routines be listed in the > > usb_driver structure for each of the subdrivers? > > What could generic methods do? Not much, I guess. Check whether the device file is open and call kill_traffic() if it is? But I'm not familiar with all the ins and outs of these drivers. BTW, I'm concerned about that usb-serial.c patch posted earlier. In particular, does serial_open() hold disc_mutex long enough? What happens if a disconnect occurs while serial_open() is waiting to acquire port->mutex? Do you think the calls to usb_autopm_get_interface() and serial->type->open() should also be protected by disc_mutex? Alan Stern -- 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