Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2026 16:12:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 296115] Patch from PR 294814 partially missing
Message-ID:  <bug-296115-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296115

            Bug ID: 296115
           Summary: Patch from PR 294814 partially missing
           Product: Base System
           Version: 15.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: raggen@raggens.net

Hello, 

For 15.1-RELEASE only 2 of the 3 patches from PR 294814 are applied. The patch
missing is the one for /usr/src/sys/dev/sound/usb/uadio.sys. 

Unfortunately if the uaudio patch is missing the other 2 patches are useless.

--- uaudio.c.orig       2026-04-26 13:24:45.512438000 +0200
+++ uaudio.c    2026-04-26 13:44:34.752382000 +0200
@@ -880,6 +880,8 @@
                    usb_test_quirk(uaa, UQ_AU_VENDOR_CLASS) == 0)
                        return (ENXIO);
        }
+
+       if (uaa->info.idVendor == 0x0582 && uaa->info.idProduct== 0x0132)
return (BUS_PROBE_GENERIC);

        /* check for AUDIO control interface */

Roger

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-296115-227>