aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-14/+8
2014-10-09switch hci_vhci to ->write_iter()Gravatar Al Viro 1-14/+8
2014-09-30Bluetooth: btusb: remove redundant lock variableGravatar Amitkumar Karwar 1-4/+0
2014-09-30Bluetooth: btmrvl: support Marvell Bluetooth device SD8887Gravatar Xinming Hu 2-2/+34
2014-09-30Bluetooth: btmrvl: rename definitions from 88xx to 8897Gravatar Amitkumar Karwar 1-2/+2
2014-09-16Bluetooth: btusb: Implement driver internal packet reassemblyGravatar Marcel Holtmann 1-8/+189
2014-09-16Bluetooth: btusb: Split fragement receiption into separate functionsGravatar Marcel Holtmann 1-9/+21
2014-09-16Bluetooth: btusb: Fix old coding style issuesGravatar Marcel Holtmann 1-56/+58
2014-09-14Bluetooth: btusb: Separate TX URB allocation and submissionGravatar Marcel Holtmann 1-81/+125
2014-09-14Bluetooth: btusb: Use GFP_KERNEL in btusb_send_frame()Gravatar Johan Hedberg 1-5/+5
2014-09-09Bluetooth: Fix issue with USB suspend in btusb driverGravatar Champion Chen 1-0/+9
2014-08-14Bluetooth: Remove typedef bt3c_info_tGravatar Himangi Saraogi 1-13/+14
2014-08-14Bluetooth: Remove typedefs nsh_t and dtl1_info_tGravatar Himangi Saraogi 1-18/+18
2014-08-14Bluetooth: Remove typedef btuart_info_tGravatar Himangi Saraogi 1-13/+14
2014-08-14Bluetooth: Remove typedef bluecard_info_tGravatar Himangi Saraogi 1-17/+18
2014-08-14Add a new PID/VID 0227/0930 for AR3012.Gravatar Vincent Zwanenburg 2-0/+3
2014-08-14Bluetooth: Fix HCI H5 corrupted ack valueGravatar Loic Poulain 1-1/+1
2014-07-31Bluetooth: Fix crash in the Marvell driver initialization codepathGravatar Anatol Pomozov 1-0/+5
2014-07-21Bluetooth: Add support for Broadcom device of Asus Z97-DELUXE motherboardGravatar Marcel Holtmann 1-0/+3
2014-07-20Bluetooth: Fix endian and alignment issue with ath3k version handlingGravatar Marcel Holtmann 1-13/+16
2014-07-19Bluetooth: btmrvl: add public address configuration supportGravatar Amitkumar Karwar 2-0/+25
2014-07-19Bluetooth: add public address configuration for Marvell USB devicesGravatar Amitkumar Karwar 1-0/+31
2014-07-15Bluetooth: btmrvl: avoid sending data to firmware after hs_activatedGravatar Chin-Ran Lo 1-8/+8
2014-07-12Bluetooth: Fix HCIUARTGETDEVICE ioctl when UART is not registeredGravatar Marcel Holtmann 1-1/+1
2014-07-11Bluetooth: Add support for external configuration with UART driverGravatar Marcel Holtmann 2-1/+6
2014-07-11Bluetooth: Check for valid HCI UART driver flagsGravatar Marcel Holtmann 1-1/+18
2014-07-08Bluetooth: Add support for Acer [13D3:3432]Gravatar Anantha Krishnan 2-0/+3
2014-07-07Bluetooth: Use BTUSB_BROKEN_ISOC flag for CSR USB sniffer devicesGravatar Marcel Holtmann 1-4/+4
2014-07-06Bluetooth: Ignore isochronous endpoints for Intel USB bootloaderGravatar Marcel Holtmann 1-1/+2
2014-07-06Bluetooth: Handle Intel USB bootloader with buggy interruptGravatar Marcel Holtmann 1-0/+12
2014-07-06Bluetooth: Remove module parameters for ignoring USB devicesGravatar Marcel Holtmann 1-21/+0
2014-07-06Bluetooth: Add support for Intel bootloader devicesGravatar Marcel Holtmann 1-1/+8
2014-07-04Bluetooth: Support HCI_QUIRK_EXTERNAL_CONFIG for hci_vhci driverGravatar Marcel Holtmann 1-2/+6
2014-07-04Bluetooth: Set HCI_QUIRK_INVALID_BADDR for BCM20702A0 default addressGravatar Marcel Holtmann 1-1/+3
2014-07-04Bluetooth: Set HCI_QUIRK_INVALID_BADDR for Intel USB default addressGravatar Marcel Holtmann 1-1/+3
2014-07-03Bluetooth: Support HCI_QUIRK_RAW_DEVICE for hci_vhci driverGravatar Marcel Holtmann 1-9/+21
2014-07-03Bluetooth: Fix sparse warning with btmrvl driverGravatar Johan Hedberg 1-0/+1
2014-07-03Bluetooth: Check for default address of Broadcom BCM20702A0 controllersGravatar Marcel Holtmann 1-2/+40
2014-07-03Bluetooth: Check for default address of Intel USB controllersGravatar Marcel Holtmann 1-0/+49
2014-07-03Bluetooth: Add public address configration for Intel USB devicesGravatar Marcel Holtmann 1-1/+20
2014-07-03Bluetooth: Add public address configration for Broadcom USB devicesGravatar Marcel Holtmann 1-1/+20
2014-07-03Bluetooth: btmrvl: wait for HOST_SLEEP_ENABLE event in suspendGravatar Chin-Ran Lo 2-1/+25
2014-07-03Bluetooth: btmrvl: indicate pscan scheduling instant in a debug eventGravatar Bing Zhao 4-0/+27
2014-07-03Bluetooth: Remove redundant calls to h5_reset_rxGravatar Loic Poulain 1-4/+0
2014-07-03Bluetooth: Remove trailing whitespaces from KconfigGravatar Stephan Gabert 1-6/+6
2014-07-03Bluetooth: ath3k: reduce pipe setting times in ath3k_load_fwfile()Gravatar Adam Lee 1-2/+2
2014-06-23Bluetooth: Ignore H5 non-link packets in non-active stateGravatar Loic Poulain 1-0/+1
2014-06-20Revert "Bluetooth: Add a new PID/VID 0cf3/e005 for AR3012."Gravatar Marcel Holtmann 2-3/+0
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 7-32/+262
2014-06-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar John W. Linville 1-1/+2