Age | Commit message (Expand) | Author | Files | Lines |
2021-10-01 | Bluetooth: Rename driver .prevent_wake to .wakeup | Luiz Augusto von Dentz | 4 | -24/+24 |
2021-10-01 | Bluetooth: btrtl: Ask ic_info to drop firmware | Hilda Wu | 1 | -5/+7 |
2021-10-01 | Bluetooth: btusb: Add support for TP-Link UB500 Adapter | Nicholas Flintham | 1 | -0/+4 |
2021-09-30 | Bluetooth: btrtl: Add support for MSFT extension to rtl8821c devices | Marcel Holtmann | 1 | -0/+1 |
2021-09-29 | Bluetooth: hci_vhci: Add force_prevent_wake entry | Luiz Augusto von Dentz | 1 | -0/+49 |
2021-09-29 | Bluetooth: hci_vhci: Add force_suspend entry | Luiz Augusto von Dentz | 1 | -0/+53 |
2021-09-29 | Bluetooth: btrsi: remove superfluous header files from btrsi.c | Mianhan Liu | 1 | -1/+0 |
2021-09-28 | Bluetooth: btrtl: Set VsMsftOpCode based on device table | Marcel Holtmann | 1 | -5/+7 |
2021-09-28 | Bbluetooth: btusb: Add another Bluetooth part for Realtek 8852AE | Larry Finger | 1 | -4/+4 |
2021-09-28 | Bluetooth: btrtl: enable Realtek 8822C/8852A to support AOSP extension | Joseph Hwang | 1 | -0/+1 |
2021-09-28 | Bluetooth: hci_qca: enable Qualcomm WCN399x for AOSP extension | Joseph Hwang | 1 | -0/+1 |
2021-09-24 | Bluetooth: hci_h5: directly return hci_uart_register_device() ret-val | Hans de Goede | 1 | -6/+1 |
2021-09-24 | Bluetooth: hci_h5: Fix (runtime)suspend issues on RTL8723BS HCIs | Hans de Goede | 1 | -9/+11 |
2021-09-22 | Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_sync | Dinghao Liu | 1 | -5/+8 |
2021-09-22 | Bluetooth: hci_ldisc: require CAP_NET_ADMIN to attach N_HCI ldisc | Thadeu Lima de Souza Cascardo | 1 | -0/+3 |
2021-09-21 | Bluetooth: btusb: Add gpio reset way for qca btsoc in cmd_timeout | tjiang@codeaurora.org | 1 | -0/+22 |
2021-09-10 | Bluetooth: hci_uart: fix GPF in h5_recv | Pavel Skripkin | 1 | -3/+5 |
2021-09-10 | Bluetooth: btintel: Fix incorrect out of memory check | Colin Ian King | 1 | -1/+1 |
2021-09-07 | Bluetooth: hci_vhci: Add support for offload codecs over SCO | Kiran K | 1 | -0/+20 |
2021-09-07 | Bluetooth: btintel: Define a callback to fetch codec config data | Kiran K | 1 | -1/+52 |
2021-09-07 | Bluetooth: btintel: Define callback to fetch data_path_id | Kiran K | 1 | -0/+10 |
2021-09-07 | Bluetooth: btintel: Read supported offload use cases | Kiran K | 2 | -0/+37 |
2021-09-02 | Bluetooth: btusb: Add support for IMC Networks Mediatek Chip(MT7921) | mark-yw.chen | 1 | -0/+3 |
2021-09-01 | Bluetooth: btusb: Add the new support ID for Realtek RTL8852A | Max Chou | 1 | -0/+2 |
2021-09-01 | Bluetooth: btusb: Add protocol for MediaTek bluetooth devices(MT7922) | mark-yw.chen | 1 | -0/+1 |
2021-09-01 | Bluetooth: btusb: Support public address configuration for MediaTek Chip. | mark-yw.chen | 1 | -0/+18 |
2021-08-31 | Bluetooth: btintel: Read boot address irrespective of controller mode | Kiran K | 1 | -16/+10 |
2021-08-31 | Bluetooth: btintel: Fix boot address | Kiran K | 1 | -2/+3 |
2021-08-30 | Bluetooth: set quality report callback for Intel | Joseph Hwang | 2 | -1/+84 |
2021-08-30 | Bluetooth: btintel: support link statistics telemetry events | Chethan T N | 1 | -1/+19 |
2021-08-30 | Bluetooth: btusb: disable Intel link statistics telemetry events | Joseph Hwang | 1 | -20/+0 |
2021-08-19 | Bluetooth: btusb: Remove WAKEUP_DISABLE and add WAKEUP_AUTOSUSPEND for Realte... | Max Chou | 1 | -19/+9 |
2021-08-16 | Bluetooth: btbcm: add patch ram for bluetooth | Angus Ainslie | 1 | -0/+1 |
2021-08-10 | Bluetooth: btusb: check conditions before enabling USB ALT 3 for WBS | Pauli Virtanen | 1 | -8/+14 |
2021-08-06 | Bluetooth: btusb: Fix fall-through warnings | mark-yw.chen | 1 | -0/+1 |
2021-08-05 | Bluetooth: btintel: Combine setting up MSFT extension | Tedd Ho-Jeong An | 1 | -12/+29 |
2021-08-05 | Bluetooth: btintel: Fix the legacy bootloader returns tlv based version | Tedd Ho-Jeong An | 1 | -0/+21 |
2021-08-05 | Bluetooth: btintel: Clean the exported function to static | Tedd Ho-Jeong An | 2 | -92/+31 |
2021-08-05 | Bluetooth: btintel: Move hci quirks to setup routine | Tedd Ho-Jeong An | 2 | -23/+44 |
2021-08-05 | Bluetooth: btintel: Refactoring setup routine for bootloader devices | Tedd Ho-Jeong An | 3 | -826/+661 |
2021-08-05 | Bluetooth: btintel: Add combined set_diag functions | Tedd Ho-Jeong An | 2 | -1/+20 |
2021-08-05 | Bluetooth: btintel: Fix the LED is not turning off immediately | Tedd Ho-Jeong An | 2 | -0/+24 |
2021-08-05 | Bluetooth: btintel: Fix the first HCI command not work with ROM device | Tedd Ho-Jeong An | 3 | -1/+27 |
2021-08-05 | Bluetooth: btintel: Add btintel data struct | Tedd Ho-Jeong An | 2 | -2/+49 |
2021-08-05 | Bluetooth: btintel: Refactoring setup routine for legacy ROM sku | Tedd Ho-Jeong An | 3 | -368/+301 |
2021-08-05 | Bluetooth: btintel: Add combined setup and shutdown functions | Tedd Ho-Jeong An | 2 | -0/+241 |
2021-08-04 | Bluetooth: Add additional Bluetooth part for Realtek 8852AE | Larry Finger | 1 | -0/+4 |
2021-08-04 | Bluetooth: btusb: Support Bluetooth Reset for Mediatek Chip(MT7921) | mark-yw.chen | 1 | -0/+129 |
2021-08-04 | Bluetooth: btusb: Record debug log for Mediatek Chip. | mark-yw.chen | 1 | -1/+24 |
2021-08-04 | Bluetooth: hci_bcm: Fix kernel doc comments | Andy Shevchenko | 1 | -0/+6 |