Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7645baec authored by John W. Linville's avatar John W. Linville Committed by Jeff Garzik
Browse files

[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: default avatarJohn W. Linville <linville@tuxdriver.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent 4cac018a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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",