diff options
author | John W. Linville <linville@tuxdriver.com> | 2005-10-19 03:31:00 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-10-19 04:26:01 +0200 |
commit | 7645baec58b9661366e2038c4ea02bd06aaf1fbc (patch) | |
tree | 03f977ac534403468a670140c0c05085fa95844f /drivers/net/8139too.c | |
parent | [PATCH] bonding: fix typos in bonding documentation (diff) | |
download | linux-7645baec58b9661366e2038c4ea02bd06aaf1fbc.tar.xz linux-7645baec58b9661366e2038c4ea02bd06aaf1fbc.zip |
[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>
Diffstat (limited to 'drivers/net/8139too.c')
-rw-r--r-- | drivers/net/8139too.c | 3 |
1 files changed, 2 insertions, 1 deletions
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", |