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: [email protected]
Reporter: [email protected]
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.