[Bug 103451] Cambridge Silicon Radio, Ltd Bluetooth Dongle unusable (HCI_OP_READ_STORED_LINK_KEY)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.kernel.org/show_bug.cgi?id=103451

--- Comment #25 from Norbert <asterix52@xxxxxx> ---
This is the reject:

--- btusb.c    
+++ btusb.c    
@@ -1348,7 +1348,9 @@ static int btusb_setup_csr(struct hci_dev *hdev)

     rp = (struct hci_rp_read_local_version *)skb->data;

-    if (le16_to_cpu(rp->manufacturer) != 10) {
+    /* Detect controllers which aren't real CSR ones. */
+    if (le16_to_cpu(rp->manufacturer) != 10 ||
+        le16_to_cpu(rp->lmp_subver) == 0x0c5c) {
         /* Clear the reset quirk since this is not an actual
          * early Bluetooth 1.1 device from CSR.
          */

-- 
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



[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux