Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c954679c authored by Steve Glendinning's avatar Steve Glendinning Committed by David S. Miller
Browse files

smsc95xx: fix resume when usb device is reset



This patch fixes an issue on some systems, where after suspend the
link is re-established but the ethernet interface does not resume.

Signed-off-by: default avatarSteve Glendinning <steve.glendinning@shawell.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 769ea6d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1282,6 +1282,7 @@ static struct usb_driver smsc95xx_driver = {
	.probe		= usbnet_probe,
	.suspend	= usbnet_suspend,
	.resume		= usbnet_resume,
	.reset_resume	= usbnet_resume,
	.disconnect	= usbnet_disconnect,
	.disable_hub_initiated_lpm = 1,
};