Netdev List
 help / color / mirror / Atom feed
* [patch]reset_resume for cdc-ether
@ 2009-11-24 10:59 Oliver Neukum
  2009-11-29  8:18 ` David Miller
  2009-12-03  6:16 ` David Miller
  0 siblings, 2 replies; 16+ messages in thread
From: Oliver Neukum @ 2009-11-24 10:59 UTC (permalink / raw)
  To: David Brownell, netdev, USB list, David S. Miller

Hi,

this is quite trivial but might be convenient to many users.

	Regards
		Oliver

Signed-off-by: Oliver Neukum <oliver@neukum.org>

--

commit 31deb426ccea8faf91f4373c1f12c98bb0d82c73
Author: Oliver Neukum <oliver@neukum.org>
Date:   Tue Nov 24 08:30:41 2009 +0100

    cdc-ether:imlement reset_resume()
    
    Normal resume can do double duty as reset_resume() for this driver

diff --git a/drivers/net/usb/cdc_ether.c b/drivers/net/usb/cdc_ether.c
index ed55024..11f73dd 100644
--- a/drivers/net/usb/cdc_ether.c
+++ b/drivers/net/usb/cdc_ether.c
@@ -617,6 +617,7 @@ static struct usb_driver cdc_driver = {
 	.disconnect =	usbnet_disconnect,
 	.suspend =	usbnet_suspend,
 	.resume =	usbnet_resume,
+	.reset_resume =	usbnet_resume,
 	.supports_autosuspend = 1,
 };
 

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2009-12-03 21:12 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-24 10:59 [patch]reset_resume for cdc-ether Oliver Neukum
2009-11-29  8:18 ` David Miller
2009-12-03  6:16 ` David Miller
     [not found]   ` <20091202.221627.133392199.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2009-12-03  6:22     ` David Miller
     [not found]       ` <20091202.222254.61468873.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2009-12-03  9:56         ` Oliver Neukum
2009-12-03 10:14           ` David Miller
2009-12-03 10:26             ` Oliver Neukum
2009-12-03 10:33               ` David Miller
2009-12-03 13:01             ` Oliver Neukum
2009-12-03 13:02             ` Oliver Neukum
2009-12-03 20:31               ` David Miller
     [not found]                 ` <20091203.123150.182603807.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2009-12-03 21:11                   ` Oliver Neukum
2009-12-03 21:12                     ` David Miller
     [not found]           ` <200912031056.17103.oliver-GvhC2dPhHPQdnm+yROfE0A@public.gmane.org>
2009-12-03 14:52             ` Torgny Johansson
2009-12-03 10:02         ` Oliver Neukum
     [not found]           ` <200912031102.56903.oliver-GvhC2dPhHPQdnm+yROfE0A@public.gmane.org>
2009-12-03 10:15             ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox