summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btusb.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: btusb: Add a new VID/PID 0e8d/0608 for MT7921Daniel Golle2022-09-141-0/+3
* Bluetooth: btusb: Add a new PID/VID 13d3/3583 for MT7921Sean Wang2022-09-141-0/+3
* Bluetooth: btusb: Add a new PID/VID 13d3/3578 for MT7921Chris Lu2022-09-091-0/+3
* Bluetooth: btusb: mediatek: fix WMT failure during runtime suspendSean Wang2022-09-011-0/+14
* Bluetooth: btusb: Add BT device 0cb8:c549 from RTW8852AE to tablesLarry Finger2022-08-311-0/+2
* Bluetooth: btusb: Add RTL8761BUV device (Edimax BT-8500)Szabolcs Sipos2022-08-311-0/+2
* Bluetooth: btusb: RTL8761BUV consistent namingSzabolcs Sipos2022-08-311-5/+1
* Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3592Max Chou2022-08-311-0/+2
* Bluetooth: Add VID/PID 0489/e0e0 for MediaTek MT7921Fae2022-08-251-0/+3
* Bluetooth: btusb: Detect if an ACL packet is in fact an ISO packetLuiz Augusto von Dentz2022-07-221-0/+10
* Bluetooth: btusb: Add support for ISO packetsLuiz Augusto von Dentz2022-07-221-0/+14
* Bluetooth: btusb: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTING for fake CSRZijun Hu2022-07-211-1/+0
* Bluetooth: btusb: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTING for QCAZijun Hu2022-07-211-1/+0
* Bluetooth: btusb: Add a new VID/PID 0489/e0e2 for MT7922He Wang2022-07-211-0/+3
* Bluetooth: btusb: Set HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN for MTKYuri D'Elia2022-07-211-0/+1
* Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3586Hilda Wu2022-07-211-0/+2
* Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3587Hilda Wu2022-07-211-0/+2
* Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0CB8:0xC558Hilda Wu2022-07-211-0/+2
* Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04C5:0x1675Hilda Wu2022-07-211-0/+2
* Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04CA:0x4007Hilda Wu2022-07-211-0/+4
* Bluetooth: btusb: Add support of IMC Networks PID 0x3568Aaron Ma2022-07-211-0/+3
* Bluetooth: btusb: Add a new PID/VID 0489/e0c8 for MT7921Sean Wang2022-05-131-0/+3
* Bluetooth: btusb: Add 0x0bda:0x8771 Realtek 8761BUV devicesIsmael Luceno2022-05-131-0/+4
* Bluetooth: btusb: Set HCI_QUIRK_BROKEN_ERR_DATA_REPORTING for QCAZijun Hu2022-05-131-0/+1
* Bluetooth: btusb: add support for Qualcomm WCN785xZijun Hu2022-05-131-2/+8
* Bluetooth: btusb: Set HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN for QCALuiz Augusto von Dentz2022-05-131-0/+5
* Bluetooth: btusb: Use quirk to skip HCI_FLT_CLEAR_ALL on fake CSR controllersIsmael Ferreras Morezuelas2022-03-181-2/+4
* Bluetooth: btusb: Add missing Chicony device for Realtek RTL8723BETakashi Iwai2022-03-181-0/+1
* Bluetooth: btusb: Add another Realtek 8761BUHelmut Grohne2022-03-041-0/+2
* Bluetooth: btusb: Add a new PID/VID 13d3/3567 for MT7921Yake Yang2022-03-041-0/+3
* Bluetooth: btusb: Make use of of BIT macro to declare flagsLuiz Augusto von Dentz2022-03-041-27/+27
* Bluetooth: mediatek: fix the conflict between mtk and msft vendor eventSean Wang2022-03-041-8/+0
* Bluetooth: btusb: Improve stability for QCA devicesZijun Hu2022-03-041-0/+8
* Bluetooth: btusb: add support for LG LGSBWAC02 (MT7663BUN)Piotr Dymacz2022-03-041-0/+5
* Bluetooth: btusb: Add support for Intel Madison Peak (MsP2) deviceKiran K2022-03-041-0/+1
* Bluetooth: btusb: Whitespace fixes for btusb_setup_csr()Ismael Ferreras Morezuelas2022-01-211-3/+3
* Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AELarry Finger2022-01-211-0/+2
* Bluetooth: btintel: Fix WBS setting for Intel legacy ROM productsTedd Ho-Jeong An2022-01-211-0/+6
* Bluetooth: btusb: Add support for Foxconn QCA 0xe0d0Aaron Ma2022-01-071-0/+3
* Bluetooth: btintel: Fix broken LED quirk for legacy ROM devicesTedd Ho-Jeong An2022-01-071-3/+10
* Bluetooth: btusb: Add support for Foxconn MT7922AAaron Ma2021-12-221-0/+8
* Bluetooth: btusb: Add two more Bluetooth parts for WCN6855Zijun Hu2021-12-211-0/+6
* Bluetooth: btusb: Handle download_firmware failure casesMark Chen2021-12-071-0/+4
* Bluetooth: btusb: Add support for queuing during polling intervalLuiz Augusto von Dentz2021-12-071-5/+124
* Bluetooth: btusb: Add one more Bluetooth part for WCN6855Zijun Hu2021-12-071-0/+3
* Bluetooth: btusb: Cancel sync commands for certain URB errorsBenjamin Berg2021-12-031-2/+9
* Bluetooth: btusb: Add the new support IDs for WCN6855tjiang@codeaurora.org2021-11-241-1/+7
* Bluetooth: btusb: re-definition for board_id in struct qca_versiontjiang@codeaurora.org2021-11-241-2/+13
* Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AELarry Finger2021-11-241-0/+2
* Bluetooth: btusb: enable Mediatek to support AOSP extensionmark-yw.chen2021-11-161-0/+1