FreeBSD Bugzilla – Attachment 226462 Details for
Bug 257082
Sound with Scarlett Solo 3rd intermittently cuts off for very short periods of milliseconds.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
One more patch to try
a.diff (text/plain), 963 bytes, created by
Hans Petter Selasky
on 2021-07-14 14:40:36 UTC
(
hide
)
Description:
One more patch to try
Filename:
MIME Type:
Creator:
Hans Petter Selasky
Created:
2021-07-14 14:40:36 UTC
Size:
963 bytes
patch
obsolete
>diff --git a/sys/dev/usb/controller/xhci.c b/sys/dev/usb/controller/xhci.c >index e9d15eabc20..6ce112ecf5a 100644 >--- a/sys/dev/usb/controller/xhci.c >+++ b/sys/dev/usb/controller/xhci.c >@@ -209,11 +209,7 @@ xhci_dump_device(struct xhci_softc *sc, struct xhci_slot_ctx *psl) > uint8_t > xhci_use_polling(void) > { >-#ifdef USB_DEBUG >- return (xhcipolling != 0); >-#else >- return (0); >-#endif >+ return (1); > } > > static void >diff --git a/sys/dev/usb/controller/xhci_pci.c b/sys/dev/usb/controller/xhci_pci.c >index 615d16ee374..b72b84795cf 100644 >--- a/sys/dev/usb/controller/xhci_pci.c >+++ b/sys/dev/usb/controller/xhci_pci.c >@@ -330,7 +330,7 @@ xhci_pci_attach(device_t self) > > sprintf(sc->sc_vendor, "0x%04x", pci_get_vendor(self)); > >- if (sc->sc_irq_res != NULL) { >+ if (0 && sc->sc_irq_res != NULL) { > err = bus_setup_intr(self, sc->sc_irq_res, INTR_TYPE_BIO | INTR_MPSAFE, > NULL, (driver_intr_t *)xhci_interrupt, sc, &sc->sc_intr_hdl); > 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 257082
:
226349
|
226355
|
226357
|
226397
|
226420
|
226461
| 226462