projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cac018
)
[PATCH] 8139too: fix resume for Realtek 8100B/8139D
author
John W. Linville
<linville@tuxdriver.com>
Wed, 19 Oct 2005 01:31:00 +0000
(21:31 -0400)
committer
Jeff Garzik
<jgarzik@pobox.com>
Wed, 19 Oct 2005 02:26:01 +0000
(22:26 -0400)
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>
drivers/net/8139too.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/8139too.c
b/drivers/net/8139too.c
index 76ef6efd59507fb619c386b0d38c9457435b2750..30bee11c48bd2d8364ac8f8e93abe47c5467593e 100644
(file)
--- a/
drivers/net/8139too.c
+++ b/
drivers/net/8139too.c
@@
-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",