> Hi Oliver, > We already have a reset_resume function in our latest sierra driver. > We will submit a patch to linux-usb community shortly. > Here is our function: > > static int sierra_reset_resume(struct usb_interface *intf) > { > struct usb_serial *serial = usb_get_intfdata(intf); > dev_err(&serial->dev->dev, "%s\n", __func__); > return usb_serial_resume(intf); > } How does it do when you test it while the device is online? It seems to not notify the host about the breakdown of the connection. Regards Oliver -- 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