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

Commit 7f515790 authored by Oliver Neukum's avatar Oliver Neukum Committed by David S. Miller
Browse files

cdc-ether: Implement reset_resume()



Normal resume can do double duty as reset_resume() for this driver
as it keeps no state in the device

Signed-off-by: default avatarOliver Neukum <oliver@neukum.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a7fca0cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -618,6 +618,7 @@ static struct usb_driver cdc_driver = {
	.disconnect =	usbnet_disconnect,
	.suspend =	usbnet_suspend,
	.resume =	usbnet_resume,
	.reset_resume =	usbnet_resume,
};