Hi, On Mon, Jul 26, 2021 at 09:02:06PM +0300, Pauli Virtanen wrote: > Some USB BT adapters don't satisfy the MTU requirement mentioned in > commit e848dbd364ac ("Bluetooth: btusb: Add support USB ALT 3 for WBS") > and have ALT 3 setting that produces no/garbled audio. Some adapters > with larger MTU were also reported to have problems with ALT 3. > > Add a flag and check it and MTU before selecting ALT 3, falling back to > ALT 1. Enable the flag for Realtek, restoring the previous behavior for > non-Realtek devices. > > Tested with USB adapters (mtu<72, no/garbled sound with ALT3, ALT1 > works) BCM20702A1 0b05:17cb, CSR8510A10 0a12:0001, and (mtu>=72, ALT3 > works) RTL8761BU 0bda:8771, Intel AX200 8087:0029 (after disabling > ALT6). Also got reports for (mtu>=72, ALT 3 reported to produce bad > audio) Intel 8087:0a2b. > > Signed-off-by: Pauli Virtanen <pav@xxxxxx> > Fixes: e848dbd364ac ("Bluetooth: btusb: Add support USB ALT 3 for WBS") > Tested-by: Michał Kępień <kernel@xxxxxxxxxx> > --- > This probably also should have CC stable@xxxxxxxxxx, as users have started reporting this bug as distros have started shipping kernels with the faulty patch in it.. so it'd be nice to have the fix backported to stable kernel trees. Thanks, -- Pasi > > Changes in v3: > - Rename flag to BTUSB_USE_ALT3_FOR_WBS. > - No spaces in indent. > - Added Tested-by: Michał Kępień > > Changes in v2: > - Explain magic number 72 in a comment; didn't add the table for them, > because it's not used elsewhere and we need just one number from it. > - Add flag for ALT3 support, restoring the behavior > for non-Realtek devices the same as before e848dbd364ac, due to > the problems reported on an Intel adapter. Don't have the device > myself. >