[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>
This commit is contained in:
John W. Linville 2005-10-18 21:31:00 -04:00 committed by Jeff Garzik
parent 4cac018ae3
commit 7645baec58

View file

@ -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",