summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix crash in the Marvell driver initialization codepathAnatol Pomozov2014-07-311-0/+5
* Bluetooth: Add support for Broadcom device of Asus Z97-DELUXE motherboardMarcel Holtmann2014-07-211-0/+3
* Bluetooth: Fix endian and alignment issue with ath3k version handlingMarcel Holtmann2014-07-201-13/+16
* Bluetooth: btmrvl: add public address configuration supportAmitkumar Karwar2014-07-192-0/+25
* Bluetooth: add public address configuration for Marvell USB devicesAmitkumar Karwar2014-07-191-0/+31
* Bluetooth: btmrvl: avoid sending data to firmware after hs_activatedChin-Ran Lo2014-07-151-8/+8
* Bluetooth: Fix HCIUARTGETDEVICE ioctl when UART is not registeredMarcel Holtmann2014-07-121-1/+1
* Bluetooth: Add support for external configuration with UART driverMarcel Holtmann2014-07-112-1/+6
* Bluetooth: Check for valid HCI UART driver flagsMarcel Holtmann2014-07-111-1/+18
* Bluetooth: Add support for Acer [13D3:3432]Anantha Krishnan2014-07-082-0/+3
* Bluetooth: Use BTUSB_BROKEN_ISOC flag for CSR USB sniffer devicesMarcel Holtmann2014-07-071-4/+4
* Bluetooth: Ignore isochronous endpoints for Intel USB bootloaderMarcel Holtmann2014-07-061-1/+2
* Bluetooth: Handle Intel USB bootloader with buggy interruptMarcel Holtmann2014-07-061-0/+12
* Bluetooth: Remove module parameters for ignoring USB devicesMarcel Holtmann2014-07-061-21/+0
* Bluetooth: Add support for Intel bootloader devicesMarcel Holtmann2014-07-061-1/+8
* Bluetooth: Support HCI_QUIRK_EXTERNAL_CONFIG for hci_vhci driverMarcel Holtmann2014-07-041-2/+6
* Bluetooth: Set HCI_QUIRK_INVALID_BADDR for BCM20702A0 default addressMarcel Holtmann2014-07-041-1/+3
* Bluetooth: Set HCI_QUIRK_INVALID_BADDR for Intel USB default addressMarcel Holtmann2014-07-041-1/+3
* Bluetooth: Support HCI_QUIRK_RAW_DEVICE for hci_vhci driverMarcel Holtmann2014-07-031-9/+21
* Bluetooth: Fix sparse warning with btmrvl driverJohan Hedberg2014-07-031-0/+1
* Bluetooth: Check for default address of Broadcom BCM20702A0 controllersMarcel Holtmann2014-07-031-2/+40
* Bluetooth: Check for default address of Intel USB controllersMarcel Holtmann2014-07-031-0/+49
* Bluetooth: Add public address configration for Intel USB devicesMarcel Holtmann2014-07-031-1/+20
* Bluetooth: Add public address configration for Broadcom USB devicesMarcel Holtmann2014-07-031-1/+20
* Bluetooth: btmrvl: wait for HOST_SLEEP_ENABLE event in suspendChin-Ran Lo2014-07-032-1/+25
* Bluetooth: btmrvl: indicate pscan scheduling instant in a debug eventBing Zhao2014-07-034-0/+27
* Bluetooth: Remove redundant calls to h5_reset_rxLoic Poulain2014-07-031-4/+0
* Bluetooth: Remove trailing whitespaces from KconfigStephan Gabert2014-07-031-6/+6
* Bluetooth: ath3k: reduce pipe setting times in ath3k_load_fwfile()Adam Lee2014-07-031-2/+2
* Bluetooth: Ignore H5 non-link packets in non-active stateLoic Poulain2014-06-231-0/+1
* Revert "Bluetooth: Add a new PID/VID 0cf3/e005 for AR3012."Marcel Holtmann2014-06-202-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-127-32/+262
|\
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-06-051-1/+2
| |\
| | * Bluetooth: ath3k: no need to set same pipe multiple timesAdam Lee2014-05-271-1/+2
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-05-291-1/+154
| |\|
| | * Bluetooth: btusb: Add Broadcom patch RAM supportPetri Gynther2014-05-081-1/+154
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-132-3/+4
| |\ \
| * \ \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-04-305-30/+106
| |\ \ \ | | | |/ | | |/|
| | * | Bluetooth: Remove hci_h4 unused definesPoulain, Loic2014-04-241-7/+0
| | * | Bluetooth: btmrvl: Fix btmrvl_send_module_cfg_cmd()Petri Gynther2014-04-242-2/+2
| | * | Bluetooth: btmrvl: implement read-to-clear for SD8897 interruptsBing Zhao2014-03-284-1/+73
| | * | Bluetooth: btmrvl: separate write-to-clear function from interrupt handlerBing Zhao2014-03-281-21/+32
* | | | Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-06-032-5/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | bluetooth: hci_ldisc: fix deadlock conditionFelipe Balbi2014-04-242-5/+20
| |/ /
* | | Bluetooth: Add support for Lite-on [04ca:3007]Mohammed Habibulla2014-04-252-0/+3
* | | Revert "Bluetooth: Enable autosuspend for Intel Bluetooth device"Marcel Holtmann2014-04-251-3/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-0212-112/+155
|\|
| * Bluetooth: bluecard: Use del_timer_sync() in teardown pathThomas Gleixner2014-03-231-1/+1
| * Bluetooth: btmrvl: don't consume all vendor specific eventsAmitkumar Karwar2014-03-201-5/+6
| * Bluetooth: Fix endianess issue in the ath3k driverPeng Chen2014-03-071-2/+2