[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:
parent
4cac018ae3
commit
7645baec58
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue