FreeBSD Bugzilla – Attachment 220836 Details for
Bug 251503
Disconnecting/reconnecting USB-C dock makes other USB ports unusable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Skip stopping disabled endpoints by default
skip-stopping-disabled-endpoints.patch (text/plain), 337 bytes, created by
Ali Abdallah
on 2020-12-23 09:50:20 UTC
(
hide
)
Description:
Skip stopping disabled endpoints by default
Filename:
MIME Type:
Creator:
Ali Abdallah
Created:
2020-12-23 09:50:20 UTC
Size:
337 bytes
patch
obsolete
>--- xhci.c.orig 2020-12-23 10:45:14.753076000 +0100 >+++ xhci.c 2020-12-23 10:40:51.882966000 +0100 >@@ -3878,6 +3878,8 @@ > if (err != 0) > DPRINTF("Could not reset endpoint %u\n", epno); > break; >+ case XHCI_EPCTX_0_EPSTATE_DISABLED: >+ break; > default: > err = xhci_cmd_stop_ep(sc, 0, epno, index); > if (err != 0)
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 251503
:
220135
|
220136
| 220836