Hello, Just repeating the same sequence here without the patch: $ hciconfig hci0: Type: Primary Bus: USB BD Address: 00:1A:7D:DA:71:13 ACL MTU: 310:10 SCO MTU: 64:8 UP RUNNING RX bytes:696 acl:0 sco:0 events:49 errors:0 TX bytes:3168 acl:0 sco:0 commands:49 errors:0 $ < scanning is working from Bluetooth Settings from GNOME > $ echo 0 >/sys/bus/usb/devices/1-3/bConfigurationValue $ hciconfig $ < bluetooth device is not found in Bluetooth Settings from GNOME > $ echo 1 >/sys/bus/usb/devices/1-3/bConfigurationValue < it takes a while> bash: echo: write error: Connection timed out $ hciconfig $ < bluetooth device is not found in Bluetooth Settings from GNOME > Definitely, Bjorn, your device is working better than mine. And the same sequence with the patch, to show that it is working: $ cat /proc/cmdline BOOT_IMAGE=... usbcore.quirks=0a12:0001:p $ cat /sys/module/usbcore/parameters/quirks 0a12:0001:p $ hciconfig hci0: Type: Primary Bus: USB BD Address: 00:1A:7D:DA:71:13 ACL MTU: 310:10 SCO MTU: 64:8 UP RUNNING RX bytes:806 acl:0 sco:0 events:66 errors:0 TX bytes:5168 acl:0 sco:0 commands:65 errors:0 $ < scanning is working from Bluetooth Settings from GNOME > $ echo 0 >/sys/bus/usb/devices/1-3/bConfigurationValue $ hciconfig $ < bluetooth device is not found in Bluetooth Settings from GNOME > $ echo 1 >/sys/bus/usb/devices/1-3/bConfigurationValue $ hciconfig hci0: Type: Primary Bus: USB BD Address: 00:1A:7D:DA:71:13 ACL MTU: 310:10 SCO MTU: 64:8 UP RUNNING RX bytes:696 acl:0 sco:0 events:49 errors:0 TX bytes:3168 acl:0 sco:0 commands:49 errors:0 $ < scanning is working from Bluetooth Settings from GNOME > In both cases, I also see similar log errors: Bluetooth: hci0: urb 00000000exxxxxxx failed to resubmit (2) Best regards José Ignacio On Thu, May 5, 2022 at 5:23 PM Bjørn Mork <bjorn@xxxxxxx> wrote: > > Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> writes: > > > Please pardon me for butting in, but I don't see how this tests the > > condition that Jose is worried about. > .. > > And presumably the device is working again. However, none of this shows > > what happens when the device is unconfigured. To test that, you would > > have to do: > > > > echo 0 >/sys/bus/usb/devices/1-8/bConfigurationValue > > echo 1 >/sys/bus/usb/devices/1-8/bConfigurationValue > > > > and then see if the device continues to work. > > Ah, sorry. Scanned briefly, saw "bind", and assumed too much. Making an > ass out of... you know. > > Actually I didn't understand the part about unconfiguration since I > can't see how that would happen during normal usage? Anyway, > unconfiguring also works for me: > > canardo:/tmp# hciconfig hci0 > hci0: Type: Primary Bus: USB > BD Address: 00:1A:7D:DA:71:15 ACL MTU: 310:10 SCO MTU: 64:8 > UP RUNNING > RX bytes:660 acl:0 sco:0 events:43 errors:0 > TX bytes:2178 acl:0 sco:0 commands:43 errors:0 > > canardo:/tmp# echo 0 >/sys/bus/usb/devices/1-8/bConfigurationValue > canardo:/tmp# hciconfig hci0 > Can't get device info: No such device > canardo:/tmp# echo 1 >/sys/bus/usb/devices/1-8/bConfigurationValue > > > Not entirely sure how to validate that "everything" works at this point? > I can use the rfcomm session the adapter usually handles and also run > lescan after this. So I guess both BLE and BDR works. > > And the counters count something: > > canardo:/tmp# hciconfig hci0 > hci0: Type: Primary Bus: USB > BD Address: 00:1A:7D:DA:71:15 ACL MTU: 310:10 SCO MTU: 64:8 > UP RUNNING > RX bytes:3883 acl:40 sco:0 events:81 errors:0 > TX bytes:2518 acl:19 sco:0 commands:50 errors:0 > > > I can see an error like this logged every time I unconfigure the device: > > Bluetooth: hci0: urb 00000000e66a2492 failed to resubmit (2) > > There is nothing else logged in kernel log > > > Bjørn >