https://bugzilla.kernel.org/show_bug.cgi?id=103451 --- Comment #18 from Rhobison Alves Pereira <rhobison@xxxxxxxxxxx> --- Good news!! #hciconfig hci0: Type: BR/EDR Bus: USB BD Address: 00:15:83:16:C0:BF ACL MTU: 672:4 SCO MTU: 48:1 UP RUNNING RX bytes:484 acl:0 sco:0 events:20 errors:0 TX bytes:324 acl:0 sco:0 commands:20 errors:0 The patch works, but I had to modify the line (btusb.c): if (bcdDevice <= 0x100 || bcdDevice == 0x132) To: if (bcdDevice <= 0x100 || bcdDevice == 0x134) The bcdDevice field is 1.34 and not 1.32. Thank you very much! -- You are receiving this mail because: You are the assignee for the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html