summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorLines
2015-01-29Bluetooth: btusb: Ignore unknown Intel devices with generic descriptorMarcel Holtmann-1/+4
2015-01-29Bluetooth: btusb: Sort USB_DEVICE entries for Marvell by vendor idMarcel Holtmann-3/+4
2015-01-28Bluetooth: btusb: Provide hardware error handler for Intel devicesMarcel Holtmann-0/+42
2015-01-28Bluetooth: btusb: Remove redundant call to btusb_free_frags()Johan Hedberg-1/+0
2015-01-28Bluetooth: btusb: Handle out of order firmware loading complete eventMarcel Holtmann-2/+7
2015-01-28Bluetooth: btusb: Add firmware loading for Intel Snowfield Peak devicesMarcel Holtmann-3/+568
2015-01-27Bluetooth: btusb: Add support for Dynex/Insignia USB donglesMarcel Holtmann-0/+3
2015-01-21Bluetooth: btusb: Add Broadcom patchram support for ASUSTek devicesRick Dunn-1/+2
2015-01-21Bluetooth: ath3k: Add support of AR3012 bluetooth 13d3:3423 deviceDmitry Tunin-0/+3
2015-01-14Bluetooth: btusb: Add internal recv_event callback for event processingMarcel Holtmann-1/+3
2015-01-08Bluetooth: btmrvl: fix card reset and suspend race issueAmitkumar Karwar-3/+8
2015-01-08Bluetooth: btmrvl: use msecs_to_jiffies within macro definitionAmitkumar Karwar-5/+5
2015-01-06bluetooth: btmrvl: increase the priority of firmware download messageAmitkumar Karwar-1/+1
2015-01-06Bluetooth: btmrvl: add surprise_removed flagAmitkumar Karwar-2/+12
2015-01-06Bluetooth: btmrvl: error path handling in setup handlerAmitkumar Karwar-1/+4
2015-01-06Bluetooth: btmrvl: fix race issue while stopping main threadAmitkumar Karwar-0/+5
2015-01-03Bluetooth: Use HCI_QUIRK_FIXUP_INQUIRY_MODE for Silicon Wave devicesMarcel Holtmann-1/+3
2015-01-02Bluetooth: Fix issue with Roper Class 1 Bluetooth DongleMarcel Holtmann-3/+6
2014-12-26Bluetooth: btusb: Set the HCI_QUIRK_BROKEN_LOCAL_COMMANDS quirkMarcel Holtmann-1/+5
2014-12-26Bluetooth: bfusb: Set the HCI_QUIRK_BROKEN_LOCAL_COMMANDS quirkMarcel Holtmann-0/+2
2014-12-18Bluetooth: btusb: support public address configuration for ath3012Toshi Kikuchi-0/+28
2014-12-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-0/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-12-09Bluetooth: Add USB device 04ca:3010 as Atheros AR3012Janne Heikkinen-0/+3
2014-12-03Bluetooth: Add support for Broadcom BCM20702A0 variants firmware downloadHeinrich Siebmanns-1/+2
2014-12-03Bluetooth: btmrvl add firmware dump supportXinming Hu-0/+364
2014-12-03Bluetooth: btmrvl: remove extra newline characterAmitkumar Karwar-9/+9
2014-11-26Bluetooth: ath3k: Add support of MCI 13d3:3408 bt deviceDmitry Tunin-0/+3
2014-11-19Bluetooth: btmrvl: update hs_state in interrupt handlerAmitkumar Karwar-0/+6
2014-11-19Bluetooth: btmrvl: add DT-bindings for gpio-gapAmitkumar Karwar-3/+9
2014-11-19Bluetooth: btmrvl: add DT bindings documentationAmitkumar Karwar-17/+14
2014-11-18Bluetooth: Add support for Broadcom BCM20702A1 variantFabio K-0/+2
2014-11-11Bluetooth: hci-uart-ath: Correct the comments in this driverFugang Duan-1/+1
2014-11-03Bluetooth: btusb: Add internal callback for USB bulk rx dataMarcel Holtmann-1/+5
2014-11-03Bluetooth: Set HCI_QUIRK_STRICT_DUPLICATE_FILTER for Broadcom devicesMarcel Holtmann-0/+1
2014-11-02Bluetooth: Switch HCI H5 driver to use hci_reset_dev() functionMarcel Holtmann-11/+2
2014-11-02Bluetooth: Use HCI_EV_HARDWARE_ERROR define for event payloadMarcel Holtmann-2/+2
2014-10-31Bluetooth: HCI H5 peer reset detectionLoic Poulain-0/+34
2014-10-25Bluetooth: Add support for Acer [0489:e078]Anantha Krishnan-0/+3
2014-10-20bluetooth: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-14/+8
2014-10-09switch hci_vhci to ->write_iter()Al Viro-14/+8
2014-09-30Bluetooth: btusb: remove redundant lock variableAmitkumar Karwar-4/+0
2014-09-30Bluetooth: btmrvl: support Marvell Bluetooth device SD8887Xinming Hu-2/+34
2014-09-30Bluetooth: btmrvl: rename definitions from 88xx to 8897Amitkumar Karwar-2/+2
2014-09-16Bluetooth: btusb: Implement driver internal packet reassemblyMarcel Holtmann-8/+189
2014-09-16Bluetooth: btusb: Split fragement receiption into separate functionsMarcel Holtmann-9/+21
2014-09-16Bluetooth: btusb: Fix old coding style issuesMarcel Holtmann-56/+58
2014-09-14Bluetooth: btusb: Separate TX URB allocation and submissionMarcel Holtmann-81/+125
2014-09-14Bluetooth: btusb: Use GFP_KERNEL in btusb_send_frame()Johan Hedberg-5/+5