summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btusb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: btusb: Fix not handling ZPL/short-transferLuiz Augusto von Dentz2024-09-121-1/+4
* Bluetooth: btusb: Add 2 USB HW IDs for MT7925 (0xe118/e)Michael Burch2024-09-121-0/+4
* Bluetooth: btusb: Add Mediatek MT7925 support ID 0x13d3:0x3608Pavel Nikulin2024-09-101-0/+2
* Bluetooth: btrtl: Add the support for RTL8922AMax Chou2024-09-101-0/+11
* Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0489:0xe122Hilda Wu2024-09-101-0/+2
* Bluetooth: btusb: Invert LE State flag to set invalid rather then validLuiz Augusto von Dentz2024-09-101-150/+76
* Bluetooth: btusb: Add MediaTek MT7925-B22M support ID 0x13d3:0x3604Alexander Hall2024-09-101-0/+3
* Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-inLuiz Augusto von Dentz2024-08-151-2/+2
* Bluetooth: btintel: Add support for Whale Peak2Kiran K2024-07-151-0/+1
* Bluetooth: btusb: mediatek: add ISO data transmission functionsChris Lu2024-07-151-0/+68
* Bluetooth: btmtk: move btusb_recv_acl_mtk to btmtk.cChris Lu2024-07-151-33/+1
* Bluetooth: btmtk: move btusb_mtk_[setup, shutdown] to btmtk.cChris Lu2024-07-151-438/+14
* Bluetooth: btmtk: move btusb_mtk_hci_wmt_sync to btmtk.cChris Lu2024-07-151-283/+7
* Bluetooth: btusb: add callback function in btusb suspend/resumeChris Lu2024-07-151-0/+9
* Bluetooth: btmtk: rename btmediatek_dataChris Lu2024-07-151-5/+4
* Bluetooth: btusb: mediatek: return error for failed reg accessChris Lu2024-07-151-30/+84
* Bluetooth: btusb: mediatek: remove the unnecessary goto tagChris Lu2024-07-151-4/+1
* Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x13d3:0x3591WangYuli2024-07-151-0/+2
* Bluetooth: btusb: Add RTL8852BE device 0489:e125 to device tablesHilda Wu2024-07-151-0/+2
* Bluetooth: btusb: mediatek: add MT7922 subsystem resetHao Qin2024-07-151-1/+13
* Bluetooth: btusb: mediatek: reset the controller before downloading the fwHao Qin2024-07-151-0/+10
* Bluetooth: btusb: mediatek: refactor the function btusb_mtk_resetHao Qin2024-07-151-18/+27
* Bluetooth: btmtk: apply the common btmtk_fw_get_filenameSean Wang2024-07-151-12/+2
* Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz2024-05-141-5/+0
* Bluetooth: btintel: Add support for Filmore Peak2 (BE201)Kiran K2024-05-141-0/+1
* Bluetooth: btusb: Sort usb_device_id table by the IDJiande Lu2024-05-141-18/+15
* Bluetooth: btusb: Add USB HW IDs for MT7921/MT7922/MT7925Jiande Lu2024-05-141-0/+24
* Bluetooth: btusb: Correct timeout macro argument used to receive control messageZijun Hu2024-05-141-3/+3
* Bluetooth: btusb: Fix the patch for MT7920 the affected to MT7921Peter Tsao2024-05-141-0/+1
* Bluetooth: Add support for MediaTek MT7922 deviceIan W MORRISON2024-05-141-0/+5
* Bluetooth: btusb: Fix triggering coredump implementation for QCAZijun Hu2024-04-241-5/+4
* Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853WangYuli2024-04-241-0/+2
* Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto2024-03-061-0/+1
* Bluetooth: btusb: Add support Mediatek MT7920Peter Tsao2024-03-061-1/+10
* Bluetooth: btusb: Fix memory leakLuiz Augusto von Dentz2024-03-061-4/+6
* Bluetooth: btusb: Add new VID/PID 13d3/3602 for MT7925Ulrik Strid2024-03-061-0/+5
* Bluetooth: btrtl: Add the support for RTL8852BT/RTL8852BE-VTMax Chou2024-03-061-0/+3
* Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-181-4/+2
|\
| * USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng2024-01-041-4/+2
* | Bluetooth: Add device 13d3:3572 IMC Networks Bluetooth RadioJagan Teki2023-12-221-0/+2
* | Bluetooth: btusb: Don't suspend when there are connectionsLuiz Augusto von Dentz2023-12-221-0/+4
|/
* Bluetooth: btusb: Add 0bda:b85b for Fn-Link RTL8852BEGuan Wentao2023-10-231-0/+2
* Bluetooth: btusb: Add date->evt_skb is NULL checkyouwan Wang2023-10-231-0/+3
* Bluetooth: btusb: Add RTW8852BE device 13d3:3570 to device tablesMasum Reza2023-10-231-0/+2
* Bluetooth: Add support for Intel Misty Peak - 8087:0038Vijay Satija2023-10-231-0/+1
* Bluetooth: Add support ITTIM PE50-M75CJingyang Wang2023-10-231-0/+3
* Bluetooth: btusb: add shutdown function for QCA6174Rocky Liao2023-09-201-0/+1
* Bluetooth: btusb: Do not call kfree_skb() under spin_lock_irqsave()Jinjie Ruan2023-08-241-1/+1
* Bluetooth: btusb: Fix quirks table namingBastien Nocera2023-08-241-2/+2
* Bluetooth: btusb: Move btusb_recv_event_intel to btintelLuiz Augusto von Dentz2023-08-111-74/+1