From: Oliver Neukum <oliver@neukum.org>
To: David Brownell <david-b@pacbell.net>,
netdev@vger.kernel.org, USB list <linux-usb@vger.kernel.org>,
"David S. Miller" <davem@davemloft.net>
Subject: [patch]reset_resume for cdc-ether
Date: Tue, 24 Nov 2009 11:59:02 +0100 [thread overview]
Message-ID: <200911241159.02098.oliver@neukum.org> (raw)
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,
};
next reply other threads:[~2009-11-24 10:58 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-24 10:59 Oliver Neukum [this message]
2009-11-29 8:18 ` [patch]reset_resume for cdc-ether 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
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=200911241159.02098.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