[Bug 60901] Roper Class 1 Bluetooth Dongle / TRENDnet TBW-102UB not working with all kernel 3.x tested

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

 



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

Yury Afanasyev <yury.af@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yury.af@xxxxxxxxx

--- Comment #5 from Yury Afanasyev <yury.af@xxxxxxxxx> ---
Hi, I've got the same issue and the patch provided is not working for me
because of different ID.

I did executed same commands as described in comments above and got same
results, however my device has ID=31, and not 11:

--- hci_core.c  2013-09-03 04:46:10.000000000 +0800
+++ hci_core.c.patched  2013-10-13 16:27:15.559095546 +0800
@@ -516,7 +516,7 @@ static void hci_init2_req(struct hci_req
        /* AVM Berlin (31), aka "BlueFRITZ!", doesn't support the read
         * local supported commands HCI command.
         */
-       if (hdev->manufacturer != 31 && hdev->hci_ver > BLUETOOTH_VER_1_1)
+       if (hdev->manufacturer != 31 && hdev->manufacturer != 11 &&
hdev->hci_ver > BLUETOOTH_VER_1_1)
                hci_req_add(req, HCI_OP_READ_LOCAL_COMMANDS, 0, NULL);

        if (lmp_ssp_capable(hdev)) {


I've tested my changes and they work fine. Please include this in next kernel
release if possible. Many thanks!

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