Skip to content

Commit

Permalink
[PATCH] 8139too: fix resume for Realtek 8100B/8139D
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
John W. Linville authored and Jeff Garzik committed Oct 19, 2005
1 parent 4cac018 commit 7645bae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/net/8139too.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7645bae

Please sign in to comment.