netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 2.6.14-rc3] 8139too: fix resume for Realtek 8100B/8139D
@ 2005-10-19  1:31 John W. Linville
  2005-10-19  2:26 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: John W. Linville @ 2005-10-19  1:31 UTC (permalink / raw)
  To: linux-kernel, netdev; +Cc: jgarzik

Add "HasHltClk" flag for RTL-8100B/8139D hardware in order to fix
problems resuming from suspend-to-RAM.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
---

 drivers/net/8139too.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/net/8139too.c b/drivers/net/8139too.c
--- a/drivers/net/8139too.c
+++ b/drivers/net/8139too.c
@@ -552,7 +552,8 @@ const static struct {
 
 	{ "RTL-8100B/8139D",
 	  HW_REVID(1, 1, 1, 0, 1, 0, 1),
-	  HasLWake,
+	  HasHltClk /* XXX undocumented? */
+	| HasLWake,
 	},
 
 	{ "RTL-8101",

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

* Re: [patch 2.6.14-rc3] 8139too: fix resume for Realtek 8100B/8139D
  2005-10-19  1:31 [patch 2.6.14-rc3] 8139too: fix resume for Realtek 8100B/8139D John W. Linville
@ 2005-10-19  2:26 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2005-10-19  2:26 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-kernel, netdev

applied

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

end of thread, other threads:[~2005-10-19  2:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-19  1:31 [patch 2.6.14-rc3] 8139too: fix resume for Realtek 8100B/8139D John W. Linville
2005-10-19  2:26 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).