FreeBSD Bugzilla – Attachment 149219 Details for
Bug 194884
[acpi] Asus UX31E USB hangs during suspend, due to putting the USB controllers into D3 state
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
20141108-pci-suspend-child-1.diff (text/plain), 431 bytes, created by
Adrian Chadd
on 2014-11-09 06:02:56 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Adrian Chadd
Created:
2014-11-09 06:02:56 UTC
Size:
431 bytes
patch
obsolete
>Index: sys/dev/pci/pci.c >=================================================================== >--- sys/dev/pci/pci.c (revision 273564) >+++ sys/dev/pci/pci.c (working copy) >@@ -3651,7 +3651,7 @@ > dinfo = device_get_ivars(child); > dstate = state; > if (device_is_attached(child) && >- PCIB_POWER_FOR_SLEEP(pcib, dev, &dstate) == 0) >+ PCIB_POWER_FOR_SLEEP(pcib, child, &dstate) == 0) > pci_set_powerstate(child, dstate); > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194884
:
149219
|
149269