From: John W. Linville Date: Wed, 19 Oct 2005 01:31:00 +0000 (-0400) Subject: [PATCH] 8139too: fix resume for Realtek 8100B/8139D X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7645baec58b9661366e2038c4ea02bd06aaf1fbc;p=linux-beck.git [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 Signed-off-by: Jeff Garzik --- diff --git a/drivers/net/8139too.c b/drivers/net/8139too.c index 76ef6efd5950..30bee11c48bd 100644 --- 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",