[patch 2.6.14-rc3] 8139too: fix resume for Realtek 8100B/8139D

Subsystems: networking drivers, the rest

STALE7596d

2 messages, 2 authors, 2005-10-19 · open the first message on its own page

[patch 2.6.14-rc3] 8139too: fix resume for Realtek 8100B/8139D

From: John W. Linville <hidden>
Date: 2005-10-19 01:38:07

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

Signed-off-by: John W. Linville <redacted>
---

 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",

Re: [patch 2.6.14-rc3] 8139too: fix resume for Realtek 8100B/8139D

From: Jeff Garzik <hidden>
Date: 2005-10-19 02:26:52

applied
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help