[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 #26 from Rhobison Alves Pereira <rhobison@xxxxxxxxxxx> ---
The patch does not worked straight for me too for the file btusb.c. I had to
modify this file manually. If your btusb.c is the same as mine, here is what to
do:

The original source is like this:

// Line 1356:
    if (!rp->status) {
            if ( (le16_to_cpu(rp->manufacturer) != 10) {

            /* Clear the reset quirk since this is not an actual
             * early Bluetooth 1.1 device from CSR.
             */
            clear_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);


//---------------------------------------------------

Change it to:

// Line 1356:
    if (!rp->status) {
            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.
             */
            clear_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);

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