Browse Source

[PATCH] 8139too: fix resume for Realtek 8100B/8139D

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>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
John W. Linville 19 years ago
parent
commit
7645baec58
1 changed files with 2 additions and 1 deletions
  1. 2 1
      drivers/net/8139too.c

+ 2 - 1
drivers/net/8139too.c

@@ -552,7 +552,8 @@ const static struct {
 
 
 	{ "RTL-8100B/8139D",
 	{ "RTL-8100B/8139D",
 	  HW_REVID(1, 1, 1, 0, 1, 0, 1),
 	  HW_REVID(1, 1, 1, 0, 1, 0, 1),
-	  HasLWake,
+	  HasHltClk /* XXX undocumented? */
+	| HasLWake,
 	},
 	},
 
 
 	{ "RTL-8101",
 	{ "RTL-8101",