| Age | Commit message (Expand) | Author | Files | Lines |
| 9 days | Bluetooth: btusb: mediatek: Avoid btusb_mtk_claim_iso_intf() NULL deref | Douglas Anderson | 1 | -0/+5 |
| 9 days | Bluetooth: btusb: mediatek: Fix kernel crash when releasing mtk iso interface | Chris Lu | 1 | -7/+27 |
| 2025-11-10 | Bluetooth: btusb: reorder cleanup in btusb_disconnect to avoid UAF | Raphael Pinsonneault-Thibeault | 1 | -7/+6 |
| 2025-09-27 | Bluetooth: btusb: Add new VID/PID 13d3/3633 for MT7922 | Chris Lu | 1 | -0/+2 |
| 2025-09-27 | Bluetooth: btusb: Add new VID/PID 13d3/3627 for MT7925 | Chris Lu | 1 | -0/+2 |
| 2025-09-27 | Bluetooth: btusb: Check for unexpected bytes when defragmenting HCI frames | Arkadiusz Bokowy | 1 | -0/+17 |
| 2025-09-27 | Bluetooth: btusb: Add USB ID 2001:332a for D-Link AX9U rev. A1 | Zenm Chen | 1 | -0/+2 |
| 2025-07-23 | Bluetooth: btusb: Add one more ID 0x28de:0x1401 for Qualcomm WCN6855 | Zijun Hu | 1 | -0/+2 |
| 2025-07-23 | Bluetooth: btusb: Sort WCN6855 device IDs by VID and PID | Zijun Hu | 1 | -34/+34 |
| 2025-07-23 | Bluetooth: btusb: QCA: Support downloading custom-made firmwares | Zijun Hu | 1 | -5/+49 |
| 2025-07-23 | Bluetooth: btintel: Define a macro for Intel Reset vendor command | Kiran K | 1 | -4/+4 |
| 2025-07-23 | Bluetooth: btusb: Add new VID/PID 0489/e14e for MT7925 | En-Wei Wu | 1 | -0/+2 |
| 2025-07-23 | Bluetooth: btusb: Add RTL8852BE device 0x13d3:0x3618 | Hao Li | 1 | -0/+2 |
| 2025-07-23 | Bluetooth: btusb: Fix potential NULL dereference on kmalloc failure | Zhongqiu Han | 1 | -0/+2 |
| 2025-07-23 | Bluetooth: btusb: Add a new VID/PID 2c7c/7009 for MT7925 | Haochen Tong | 1 | -0/+2 |
| 2025-07-23 | Bluetooth: btusb: Add support for variant of RTL8851BE (USB ID 13d3:3601) | Uwe Kleine-König | 1 | -0/+1 |
| 2025-07-23 | Bluetooth: btusb: Add USB ID 3625:010b for TP-LINK Archer TX10UB Nano | Zenm Chen | 1 | -0/+4 |
| 2025-07-16 | Bluetooth: btusb: QCA: Fix downloading wrong NVM for WCN6855 GF variant witho... | Zijun Hu | 1 | -34/+44 |
| 2025-07-16 | Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmap | Christian Eggers | 1 | -35/+35 |
| 2025-05-22 | Bluetooth: btusb: Add new VID/PID 13d3/3584 for MT7922 | Liwei Sun | 1 | -0/+2 |
| 2025-05-22 | Bluetooth: btusb: use skb_pull to avoid unsafe access in QCA dump handling | En-Wei Wu | 1 | -58/+40 |
| 2025-05-21 | Bluetooth: btusb: Add new VID/PID 13d3/3630 for MT7925 | Jiande Lu | 1 | -0/+2 |
| 2025-05-21 | Revert "Bluetooth: btusb: add sysfs attribute to control USB alt setting" | Hsin-chen Chuang | 1 | -33/+1 |
| 2025-05-21 | Revert "Bluetooth: btusb: Configure altsetting for HCI_USER_CHANNEL" | Hsin-chen Chuang | 1 | -41/+0 |
| 2025-05-21 | Bluetooth: btusb: Add HCI Drv commands for configuring altsetting | Hsin-chen Chuang | 1 | -1/+74 |
| 2025-05-21 | Bluetooth: Introduce HCI Driver protocol | Hsin-chen Chuang | 1 | -6/+63 |
| 2025-05-21 | Bluetooth: btusb: Add RTL8851BE device 0x0bda:0xb850 | WangYuli | 1 | -0/+1 |
| 2025-05-21 | Bluetooth: btusb: Add new VID/PID 13d3/3613 for MT7925 | Youn MÉLOIS | 1 | -0/+2 |
| 2025-04-25 | Bluetooth: btusb: avoid NULL pointer dereference in skb_dequeue() | En-Wei Wu | 1 | -28/+73 |
| 2025-03-25 | Bluetooth: btusb: Fix regression in the initialization of fake Bluetooth cont... | Pedro Nishiyama | 1 | -0/+2 |
| 2025-03-25 | Bluetooth: btusb: Add 2 HWIDs for MT7922 | Jiande Lu | 1 | -0/+4 |
| 2025-03-25 | Bluetooth: btusb: Add 13 USB device IDs for Qualcomm WCN785x | Zijun Hu | 1 | -0/+26 |
| 2025-03-25 | Bluetooth: btusb: Add new VID/PID for WCN785x | Dorian Cruveiller | 1 | -0/+2 |
| 2025-03-25 | Bluetooth: btusb: mediatek: Add err code to btusb claim iso printout | Douglas Anderson | 1 | -1/+1 |
| 2025-03-07 | Bluetooth: btusb: Configure altsetting for HCI_USER_CHANNEL | Hsin-chen Chuang | 1 | -0/+41 |
| 2025-02-27 | bluetooth: btusb: Initialize .owner field of force_poll_sync_fops | Salah Triki | 1 | -0/+1 |
| 2025-02-20 | Bluetooth: Always allow SCO packets for user channel | Hsin-chen Chuang | 1 | -2/+4 |
| 2025-01-29 | Bluetooth: Fix possible infinite recursion of btusb_reset | Hsin-chen Chuang | 1 | -5/+0 |
| 2025-01-29 | Bluetooth: btusb: mediatek: Add locks for usb_driver_claim_interface() | Douglas Anderson | 1 | -0/+7 |
| 2025-01-15 | Bluetooth: Get rid of cmd_timeout and use the reset callback | Hsin-chen Chuang | 1 | -9/+9 |
| 2025-01-15 | Bluetooth: Remove the cmd timeout count in btusb | Hsin-chen Chuang | 1 | -10/+0 |
| 2025-01-15 | Bluetooth: btusb: Add RTL8851BE device 13d3:3600 | Garrett Wilke | 1 | -0/+3 |
| 2025-01-15 | Bluetooth: btusb: Add MT7921e device 13d3:3576 | Garrett Wilke | 1 | -0/+2 |
| 2025-01-15 | Bluetooth: btusb: Add new VID/PID 13d3/3628 for MT7925 | En-Wei Wu | 1 | -0/+2 |
| 2025-01-15 | Bluetooth: btusb: Add new VID/PID 13d3/3610 for MT7922 | Andrew Halaney | 1 | -0/+2 |
| 2025-01-15 | Bluetooth: btusb: add sysfs attribute to control USB alt setting | Ying Hsu | 1 | -1/+33 |
| 2025-01-15 | Bluetooth: btusb: Add ID 0x2c7c:0x0130 for Qualcomm WCN785x | Mark Dietzer | 1 | -0/+2 |
| 2024-11-14 | Bluetooth: btusb: Add 3 HWIDs for MT7925 | Jiande Lu | 1 | -0/+6 |
| 2024-11-14 | Bluetooth: btusb: Add new VID/PID 0489/e124 for MT7925 | Jonathan McCrohan | 1 | -0/+2 |
| 2024-11-14 | Bluetooth: btusb: Add new VID/PID 0489/e111 for MT7925 | Hao Qin | 1 | -0/+2 |
| 2024-11-14 | Bluetooth: btmtk: adjust the position to init iso data anchor | Chris Lu | 1 | -0/+1 |
| 2024-11-14 | Bluetooth: Set quirks for ATS2851 | Danil Pylaev | 1 | -0/+2 |
| 2024-11-14 | Bluetooth: btusb: Add USB HW IDs for MT7920/MT7925 | Jiande Lu | 1 | -0/+12 |
| 2024-11-14 | Bluetooth: btusb: Add RTL8852BE device 0489:e123 to device tables | Hilda Wu | 1 | -0/+2 |
| 2024-11-14 | bluetooth: Fix typos in the comments | Yan Zhen | 1 | -1/+1 |
| 2024-11-14 | Bluetooth: btusb: Add one more ID 0x13d3:0x3623 for Qualcomm WCN785x | Zijun Hu | 1 | -0/+2 |
| 2024-11-14 | Bluetooth: btusb: Add one more ID 0x0489:0xe0f3 for Qualcomm WCN785x | Zijun Hu | 1 | -0/+2 |
| 2024-11-14 | Bluetooth: btusb: add Foxconn 0xe0fc for Qualcomm WCN785x | Aaron Ma | 1 | -0/+2 |
| 2024-11-14 | Bluetooth: btusb: mediatek: change the conditions for ISO interface | Chris Lu | 1 | -8/+8 |
| 2024-11-14 | Bluetooth: btusb: mediatek: add intf release flow when usb disconnect | Chris Lu | 1 | -5/+15 |
| 2024-11-14 | Bluetooth: btusb: mediatek: add callback function in btusb_disconnect | Chris Lu | 1 | -0/+4 |
| 2024-11-14 | Bluetooth: btusb: mediatek: move Bluetooth power off command position | Chris Lu | 1 | -1/+4 |
| 2024-10-16 | Bluetooth: btusb: Fix regression with fake CSR controllers 0a12:0001 | Luiz Augusto von Dentz | 1 | -4/+9 |
| 2024-10-16 | Bluetooth: btusb: Fix not being able to reconnect after suspend | Luiz Augusto von Dentz | 1 | -14/+0 |
| 2024-10-04 | Bluetooth: btusb: Don't fail external suspend requests | Luiz Augusto von Dentz | 1 | -2/+18 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-09-12 | Bluetooth: btusb: Fix not handling ZPL/short-transfer | Luiz Augusto von Dentz | 1 | -1/+4 |
| 2024-09-12 | Bluetooth: btusb: Add 2 USB HW IDs for MT7925 (0xe118/e) | Michael Burch | 1 | -0/+4 |
| 2024-09-10 | Bluetooth: btusb: Add Mediatek MT7925 support ID 0x13d3:0x3608 | Pavel Nikulin | 1 | -0/+2 |
| 2024-09-10 | Bluetooth: btrtl: Add the support for RTL8922A | Max Chou | 1 | -0/+11 |
| 2024-09-10 | Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0489:0xe122 | Hilda Wu | 1 | -0/+2 |
| 2024-09-10 | Bluetooth: btusb: Invert LE State flag to set invalid rather then valid | Luiz Augusto von Dentz | 1 | -150/+76 |
| 2024-09-10 | Bluetooth: btusb: Add MediaTek MT7925-B22M support ID 0x13d3:0x3604 | Alexander Hall | 1 | -0/+3 |
| 2024-08-15 | Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-in | Luiz Augusto von Dentz | 1 | -2/+2 |
| 2024-07-15 | Bluetooth: btintel: Add support for Whale Peak2 | Kiran K | 1 | -0/+1 |
| 2024-07-15 | Bluetooth: btusb: mediatek: add ISO data transmission functions | Chris Lu | 1 | -0/+68 |
| 2024-07-15 | Bluetooth: btmtk: move btusb_recv_acl_mtk to btmtk.c | Chris Lu | 1 | -33/+1 |
| 2024-07-15 | Bluetooth: btmtk: move btusb_mtk_[setup, shutdown] to btmtk.c | Chris Lu | 1 | -438/+14 |
| 2024-07-15 | Bluetooth: btmtk: move btusb_mtk_hci_wmt_sync to btmtk.c | Chris Lu | 1 | -283/+7 |
| 2024-07-15 | Bluetooth: btusb: add callback function in btusb suspend/resume | Chris Lu | 1 | -0/+9 |
| 2024-07-15 | Bluetooth: btmtk: rename btmediatek_data | Chris Lu | 1 | -5/+4 |
| 2024-07-15 | Bluetooth: btusb: mediatek: return error for failed reg access | Chris Lu | 1 | -30/+84 |
| 2024-07-15 | Bluetooth: btusb: mediatek: remove the unnecessary goto tag | Chris Lu | 1 | -4/+1 |
| 2024-07-15 | Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x13d3:0x3591 | WangYuli | 1 | -0/+2 |
| 2024-07-14 | Bluetooth: btusb: Add RTL8852BE device 0489:e125 to device tables | Hilda Wu | 1 | -0/+2 |
| 2024-07-14 | Bluetooth: btusb: mediatek: add MT7922 subsystem reset | Hao Qin | 1 | -1/+13 |
| 2024-07-14 | Bluetooth: btusb: mediatek: reset the controller before downloading the fw | Hao Qin | 1 | -0/+10 |
| 2024-07-14 | Bluetooth: btusb: mediatek: refactor the function btusb_mtk_reset | Hao Qin | 1 | -18/+27 |
| 2024-07-14 | Bluetooth: btmtk: apply the common btmtk_fw_get_filename | Sean Wang | 1 | -12/+2 |
| 2024-05-14 | Bluetooth: HCI: Remove HCI_AMP support | Luiz Augusto von Dentz | 1 | -5/+0 |
| 2024-05-14 | Bluetooth: btintel: Add support for Filmore Peak2 (BE201) | Kiran K | 1 | -0/+1 |
| 2024-05-14 | Bluetooth: btusb: Sort usb_device_id table by the ID | Jiande Lu | 1 | -18/+15 |
| 2024-05-14 | Bluetooth: btusb: Add USB HW IDs for MT7921/MT7922/MT7925 | Jiande Lu | 1 | -0/+24 |
| 2024-05-14 | Bluetooth: btusb: Correct timeout macro argument used to receive control message | Zijun Hu | 1 | -3/+3 |
| 2024-05-14 | Bluetooth: btusb: Fix the patch for MT7920 the affected to MT7921 | Peter Tsao | 1 | -0/+1 |
| 2024-05-14 | Bluetooth: Add support for MediaTek MT7922 device | Ian W MORRISON | 1 | -0/+5 |
| 2024-04-24 | Bluetooth: btusb: Fix triggering coredump implementation for QCA | Zijun Hu | 1 | -5/+4 |
| 2024-04-24 | Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 | WangYuli | 1 | -0/+2 |
| 2024-03-06 | Bluetooth: Add new quirk for broken read key length on ATS2851 | Vinicius Peixoto | 1 | -0/+1 |
| 2024-03-06 | Bluetooth: btusb: Add support Mediatek MT7920 | Peter Tsao | 1 | -1/+10 |
| 2024-03-06 | Bluetooth: btusb: Fix memory leak | Luiz Augusto von Dentz | 1 | -4/+6 |
| 2024-03-06 | Bluetooth: btusb: Add new VID/PID 13d3/3602 for MT7925 | Ulrik Strid | 1 | -0/+5 |
| 2024-03-06 | Bluetooth: btrtl: Add the support for RTL8852BT/RTL8852BE-VT | Max Chou | 1 | -0/+3 |
| 2024-01-18 | Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -4/+2 |
| 2024-01-04 | USB: core: Use device_driver directly in struct usb_driver and usb_device_driver | Yajun Deng | 1 | -4/+2 |
| 2023-12-22 | Bluetooth: Add device 13d3:3572 IMC Networks Bluetooth Radio | Jagan Teki | 1 | -0/+2 |
| 2023-12-22 | Bluetooth: btusb: Don't suspend when there are connections | Luiz Augusto von Dentz | 1 | -0/+4 |
| 2023-10-23 | Bluetooth: btusb: Add 0bda:b85b for Fn-Link RTL8852BE | Guan Wentao | 1 | -0/+2 |
| 2023-10-23 | Bluetooth: btusb: Add date->evt_skb is NULL check | youwan Wang | 1 | -0/+3 |
| 2023-10-23 | Bluetooth: btusb: Add RTW8852BE device 13d3:3570 to device tables | Masum Reza | 1 | -0/+2 |
| 2023-10-23 | Bluetooth: Add support for Intel Misty Peak - 8087:0038 | Vijay Satija | 1 | -0/+1 |
| 2023-10-23 | Bluetooth: Add support ITTIM PE50-M75C | Jingyang Wang | 1 | -0/+3 |
| 2023-09-20 | Bluetooth: btusb: add shutdown function for QCA6174 | Rocky Liao | 1 | -0/+1 |
| 2023-08-24 | Bluetooth: btusb: Do not call kfree_skb() under spin_lock_irqsave() | Jinjie Ruan | 1 | -1/+1 |
| 2023-08-24 | Bluetooth: btusb: Fix quirks table naming | Bastien Nocera | 1 | -2/+2 |
| 2023-08-11 | Bluetooth: btusb: Move btusb_recv_event_intel to btintel | Luiz Augusto von Dentz | 1 | -74/+1 |
| 2023-08-11 | Bluetooth: btusb: Add support for another MediaTek 7922 VID/PID | Roger Gammans | 1 | -0/+3 |
| 2023-08-11 | Bluetooth: btusb: Add new VID/PID 04ca/3804 for MT7922 | Chris Lu | 1 | -0/+3 |
| 2023-08-11 | Bluetooth: btusb: Add new VID/PID 0489/e102 for MT7922 | Chris Lu | 1 | -0/+3 |
| 2023-08-11 | Bluetooth: Add support for Gale Peak (8087:0036) | Kiran K | 1 | -0/+1 |
| 2023-08-11 | Bluetooth: btusb: Add a new VID/PID 0489/e0f6 for MT7922 | Chris Lu | 1 | -0/+3 |
| 2023-08-11 | Bluetooth: btusb: Add device 0489:e0f5 as MT7922 device | Valentin David | 1 | -0/+3 |
| 2023-08-11 | Bluetooth: btusb: mediatek: add MediaTek devcoredump support | Jing Cai | 1 | -0/+14 |
| 2023-08-11 | Bluetooth: btmtk: introduce btmtk reset work | Jing Cai | 1 | -71/+74 |
| 2023-08-11 | Bluetooth: btusb: mediatek: readx_poll_timeout replaces open coding | Sean Wang | 1 | -15/+15 |
| 2023-08-11 | Bluetooth: btusb: Add support Mediatek MT7925 | Peter Tsao | 1 | -20/+58 |
| 2023-08-11 | Bluetooth: btintel: Add support to reset bluetooth via ACPI DSM | Kiran K | 1 | -0/+16 |
| 2023-08-11 | Bluetooth: btrtl: Add Realtek devcoredump support | Hilda Wu | 1 | -0/+74 |
| 2023-07-20 | Bluetooth: btusb: Fix bluetooth on Intel Macbook 2014 | Tomasz Moń | 1 | -0/+1 |
| 2023-06-29 | Bluetooth: btusb: Add MT7922 bluetooth ID for the Asus Ally | Matthew Anderson | 1 | -0/+3 |
| 2023-06-29 | Bluetooth: btusb: Add device 6655:8771 to device tables | Dan Gora | 1 | -0/+2 |
| 2023-04-23 | Bluetooth: btusb: Add WCN6855 devcoredump support | Tim Jiang | 1 | -0/+222 |
| 2023-04-23 | Bluetooth: Add new quirk for broken set random RPA timeout for ATS2851 | Raul Cheleguini | 1 | -0/+1 |
| 2023-04-23 | Bluetooth: btintel: Add Intel devcoredump support | Abhishek Pandit-Subedi | 1 | -7/+47 |
| 2023-04-23 | Bluetooth: btusb: Add btusb devcoredump support | Manish Mandlik | 1 | -0/+19 |
| 2023-04-23 | bluetooth: Add device 13d3:3571 to device tables | Larry Finger | 1 | -0/+2 |
| 2023-04-23 | bluetooth: Add device 0bda:887b to device tables | Larry Finger | 1 | -0/+2 |
| 2023-04-23 | Bluetooth: Improve support for Actions Semi ATS2851 based devices | Raul Cheleguini | 1 | -0/+2 |
| 2023-04-23 | Bluetooth: Add VID/PID 0489/e0e4 for MediaTek MT7922 | Meng Tang | 1 | -0/+3 |
| 2023-04-23 | Bluetooth: btusb: Add new PID/VID 04ca:3801 for MT7663 | Meng Tang | 1 | -0/+3 |
| 2023-04-23 | Bluetooth: btusb: Do not require hardcoded interface numbers | Tomasz Moń | 1 | -7/+3 |
| 2023-03-22 | Bluetooth: btusb: Remove detection of ISO packets over bulk | Luiz Augusto von Dentz | 1 | -10/+0 |
| 2023-02-09 | Bluetooth: btusb: Add VID:PID 13d3:3529 for Realtek RTL8821CE | Moises Cardona | 1 | -0/+4 |
| 2023-02-09 | Bluetooth: btusb: Add new PID/VID 0489:e0f2 for MT7921 | Mario Limonciello | 1 | -0/+3 |
| 2023-02-09 | Bluetooth: Fix issue with Actions Semi ATS2851 based devices | Marcel Holtmann | 1 | -0/+9 |
| 2022-12-12 | Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave() | Yang Yingliang | 1 | -3/+3 |
| 2022-12-12 | Bluetooth: btusb: Fix existing sparce warning | Luiz Augusto von Dentz | 1 | -1/+1 |
| 2022-12-12 | Bluetooth: btusb: Fix new sparce warnings | Luiz Augusto von Dentz | 1 | -12/+13 |
| 2022-12-12 | Bluetooth: btusb: Add a new PID/VID 13d3/3549 for RTL8822CU | Gongwei Li | 1 | -0/+4 |
| 2022-12-12 | Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0cb8:0xc559 | Artem Lukyanov | 1 | -0/+4 |
| 2022-12-12 | Bluetooth: btusb: Add a new VID/PID 0489/e0f2 for MT7922 | Andy Chi | 1 | -0/+3 |
| 2022-12-12 | Bluetooth: btusb: Add Realtek 8761BUV support ID 0x2B89:0x8761 | Raman Varabets | 1 | -0/+2 |
| 2022-12-12 | Bluetooth: btusb: Add more device IDs for WCN6855 | Shengyu Qu | 1 | -0/+84 |
| 2022-12-12 | Bluetooth: btusb: Add CONFIG_BT_HCIBTUSB_POLL_SYNC | Luiz Augusto von Dentz | 1 | -0/+3 |
| 2022-12-12 | Bluetooth: btusb: Ignore zero length of USB packets on ALT 6 for specific chip | Hilda Wu | 1 | -2/+23 |
| 2022-12-12 | Bluetooth: btrtl: Add btrealtek data struct | Hilda Wu | 1 | -0/+3 |
| 2022-12-12 | Bluetooth: Work around SCO over USB HCI design defect | Nicolas Cavallari | 1 | -2/+33 |
| 2022-12-12 | Bluetooth: btusb: Introduce generic USB reset | Archie Pusaka | 1 | -10/+25 |
| 2022-12-12 | btusb: Avoid reset of ISOC endpoint alt settings to zero | Chethan Tumkur Narayan | 1 | -2/+3 |
| 2022-12-02 | Bluetooth: btusb: Add debug message for CSR controllers | Ismael Ferreras Morezuelas | 1 | -0/+5 |
| 2022-12-02 | Bluetooth: btusb: Fix CSR clones again by re-adding ERR_DATA_REPORTING quirk | Ismael Ferreras Morezuelas | 1 | -0/+1 |
| 2022-09-14 | Bluetooth: btusb: Add a new VID/PID 0e8d/0608 for MT7921 | Daniel Golle | 1 | -0/+3 |
| 2022-09-14 | Bluetooth: btusb: Add a new PID/VID 13d3/3583 for MT7921 | Sean Wang | 1 | -0/+3 |
| 2022-09-09 | Bluetooth: btusb: Add a new PID/VID 13d3/3578 for MT7921 | Chris Lu | 1 | -0/+3 |
| 2022-09-01 | Bluetooth: btusb: mediatek: fix WMT failure during runtime suspend | Sean Wang | 1 | -0/+14 |
| 2022-08-31 | Bluetooth: btusb: Add BT device 0cb8:c549 from RTW8852AE to tables | Larry Finger | 1 | -0/+2 |
| 2022-08-31 | Bluetooth: btusb: Add RTL8761BUV device (Edimax BT-8500) | Szabolcs Sipos | 1 | -0/+2 |
| 2022-08-31 | Bluetooth: btusb: RTL8761BUV consistent naming | Szabolcs Sipos | 1 | -5/+1 |
| 2022-08-31 | Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3592 | Max Chou | 1 | -0/+2 |
| 2022-08-25 | Bluetooth: Add VID/PID 0489/e0e0 for MediaTek MT7921 | Fae | 1 | -0/+3 |
| 2022-07-22 | Bluetooth: btusb: Detect if an ACL packet is in fact an ISO packet | Luiz Augusto von Dentz | 1 | -0/+10 |
| 2022-07-22 | Bluetooth: btusb: Add support for ISO packets | Luiz Augusto von Dentz | 1 | -0/+14 |
| 2022-07-21 | Bluetooth: btusb: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTING for fake CSR | Zijun Hu | 1 | -1/+0 |
| 2022-07-21 | Bluetooth: btusb: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTING for QCA | Zijun Hu | 1 | -1/+0 |
| 2022-07-21 | Bluetooth: btusb: Add a new VID/PID 0489/e0e2 for MT7922 | He Wang | 1 | -0/+3 |
| 2022-07-21 | Bluetooth: btusb: Set HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN for MTK | Yuri D'Elia | 1 | -0/+1 |
| 2022-07-21 | Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3586 | Hilda Wu | 1 | -0/+2 |
| 2022-07-21 | Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3587 | Hilda Wu | 1 | -0/+2 |
| 2022-07-21 | Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0CB8:0xC558 | Hilda Wu | 1 | -0/+2 |
| 2022-07-21 | Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04C5:0x1675 | Hilda Wu | 1 | -0/+2 |
| 2022-07-21 | Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04CA:0x4007 | Hilda Wu | 1 | -0/+4 |
| 2022-07-21 | Bluetooth: btusb: Add support of IMC Networks PID 0x3568 | Aaron Ma | 1 | -0/+3 |
| 2022-05-13 | Bluetooth: btusb: Add a new PID/VID 0489/e0c8 for MT7921 | Sean Wang | 1 | -0/+3 |
| 2022-05-13 | Bluetooth: btusb: Add 0x0bda:0x8771 Realtek 8761BUV devices | Ismael Luceno | 1 | -0/+4 |
| 2022-05-13 | Bluetooth: btusb: Set HCI_QUIRK_BROKEN_ERR_DATA_REPORTING for QCA | Zijun Hu | 1 | -0/+1 |
| 2022-05-13 | Bluetooth: btusb: add support for Qualcomm WCN785x | Zijun Hu | 1 | -2/+8 |
| 2022-05-13 | Bluetooth: btusb: Set HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN for QCA | Luiz Augusto von Dentz | 1 | -0/+5 |
| 2022-03-18 | Bluetooth: btusb: Use quirk to skip HCI_FLT_CLEAR_ALL on fake CSR controllers | Ismael Ferreras Morezuelas | 1 | -2/+4 |
| 2022-03-18 | Bluetooth: btusb: Add missing Chicony device for Realtek RTL8723BE | Takashi Iwai | 1 | -0/+1 |
| 2022-03-04 | Bluetooth: btusb: Add another Realtek 8761BU | Helmut Grohne | 1 | -0/+2 |
| 2022-03-04 | Bluetooth: btusb: Add a new PID/VID 13d3/3567 for MT7921 | Yake Yang | 1 | -0/+3 |
| 2022-03-04 | Bluetooth: btusb: Make use of of BIT macro to declare flags | Luiz Augusto von Dentz | 1 | -27/+27 |
| 2022-03-04 | Bluetooth: mediatek: fix the conflict between mtk and msft vendor event | Sean Wang | 1 | -8/+0 |
| 2022-03-04 | Bluetooth: btusb: Improve stability for QCA devices | Zijun Hu | 1 | -0/+8 |
| 2022-03-04 | Bluetooth: btusb: add support for LG LGSBWAC02 (MT7663BUN) | Piotr Dymacz | 1 | -0/+5 |
| 2022-03-04 | Bluetooth: btusb: Add support for Intel Madison Peak (MsP2) device | Kiran K | 1 | -0/+1 |
| 2022-01-21 | Bluetooth: btusb: Whitespace fixes for btusb_setup_csr() | Ismael Ferreras Morezuelas | 1 | -3/+3 |
| 2022-01-21 | Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AE | Larry Finger | 1 | -0/+2 |
| 2022-01-21 | Bluetooth: btintel: Fix WBS setting for Intel legacy ROM products | Tedd Ho-Jeong An | 1 | -0/+6 |
| 2022-01-07 | Bluetooth: btusb: Add support for Foxconn QCA 0xe0d0 | Aaron Ma | 1 | -0/+3 |