Commit 7645baec58b9661366e2038c4ea02bd06aaf1fbc

Authored by John W. Linville
Committed by Jeff Garzik
1 parent 4cac018ae3

[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>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

drivers/net/8139too.c
... ... @@ -552,7 +552,8 @@
552 552  
553 553 { "RTL-8100B/8139D",
554 554 HW_REVID(1, 1, 1, 0, 1, 0, 1),
555   - HasLWake,
  555 + HasHltClk /* XXX undocumented? */
  556 + | HasLWake,
556 557 },
557 558  
558 559 { "RTL-8101",