From: Oliver Neukum <oliver@neukum.org>
To: David Miller <davem@davemloft.net>
Cc: david-b@pacbell.net, netdev@vger.kernel.org, linux-usb@vger.kernel.org
Subject: Re: [patch]reset_resume for cdc-ether
Date: Thu, 3 Dec 2009 14:01:12 +0100 [thread overview]
Message-ID: <200912031401.12703.oliver@neukum.org> (raw)
In-Reply-To: <20091203.021456.40580217.davem@davemloft.net>
Am Donnerstag, 3. Dezember 2009 11:14:56 schrieb David Miller:
> > Hi,
> >
> > here's autosuspend again.
>
> It doesn't apply to my tree still:
>
Ok, this time against the correct tree comes reset_resume()
Regards
Oliver
Signed-off-by: Oliver Neukum <oliver@neukum.org>
--
commit a0516662d1d281c321410a8792603ba02c14293b
Author: Oliver Neukum <oliver@neukum.org>
Date: Thu Dec 3 13:54:49 2009 +0100
cdc-ether:imlement 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: Oliver Neukum <oliver@neukum.org>
diff --git a/drivers/net/usb/cdc_ether.c b/drivers/net/usb/cdc_ether.c
index 21e1ba1..075e33f 100644
--- a/drivers/net/usb/cdc_ether.c
+++ b/drivers/net/usb/cdc_ether.c
@@ -610,6 +610,7 @@ static struct usb_driver cdc_driver = {
.disconnect = usbnet_disconnect,
.suspend = usbnet_suspend,
.resume = usbnet_resume,
+ .reset_resume = usbnet_resume,
};
next prev parent reply other threads:[~2009-12-03 13:01 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200912031401.12703.oliver@neukum.org \
--to=oliver@neukum.org \
--cc=davem@davemloft.net \
--cc=david-b@pacbell.net \
--cc=linux-usb@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox