Am Mittwoch, 17. März 2010 13:55:20 schrieb Gadiyar, Anand: > I'm playing with a back-port of this patch to v2.6.29 for a similar scenario > (suspend during an active PPP connection). I see that if we hit the > reset-resume, the tty_hangup() call results in the PPP connection getting dropped. > > Do you know if it is possible to have the reset-resume without the > tty_hangup(), and without moving the device from ttyACMx to ttyACM(x+1)? If the device has been reset chances are that any connection has been dropped already due to the reset. We really should notify the upper layers of that. If you simply remove the call upper layers will have to deal with odd situations. 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