FreeBSD Bugzilla – Attachment 229968 Details for
Bug 238235
Interrupt storms from USB bluetooth dongle
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add hw.ubt sysctl node
patch (text/plain), 563 bytes, created by
Yuichiro NAITO
on 2021-12-08 00:30:34 UTC
(
hide
)
Description:
add hw.ubt sysctl node
Filename:
MIME Type:
Creator:
Yuichiro NAITO
Created:
2021-12-08 00:30:34 UTC
Size:
563 bytes
patch
obsolete
>diff --git a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c >index 446182bf608..5fe14029448 100644 >--- a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c >+++ b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c >@@ -154,6 +154,8 @@ static ng_rcvdata_t ng_ubt_rcvdata; > > static int ng_usb_isoc_enable = 1; > >+SYSCTL_NODE(_hw, OID_AUTO, ubt, CTLFLAG_RW | CTLFLAG_MPSAFE, 0, "UBT"); >+ > SYSCTL_INT(_net_bluetooth, OID_AUTO, usb_isoc_enable, CTLFLAG_RWTUN | CTLFLAG_MPSAFE, > &ng_usb_isoc_enable, 0, "enable isochronous transfers"); >
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 238235
:
219809
|
227066
| 229968