aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/bfusb.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-11Bluetooth: bfusb: Switch from BT_ERR to bt_dev_err where possibleGravatar Marcel Holtmann 1-17/+16
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-16/+1
2018-07-23bluetooth: bfusb: Replace GFP_ATOMIC with GFP_KERNEL in bfusb_send_frame()Gravatar Jia-Ju Bai 1-1/+1
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-3/+3
2015-12-22Bluetooth: bfusb: Fix the return error codeGravatar Syam Sidhardhan 1-1/+1
2015-12-22Bluetooth: bfusb: Remove redundant error messageGravatar Syam Sidhardhan 1-3/+1
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversGravatar Marcel Holtmann 1-4/+5
2015-10-05Bluetooth: Move handling of HCI_RUNNING flag into coreGravatar Marcel Holtmann 1-8/+0
2015-10-05Bluetooth: Move HCI_RUNNING check into hci_send_frameGravatar Marcel Holtmann 1-3/+0
2015-07-23Bluetooth: bfusb: Coding style fix reported by coccinelleGravatar Prasanna Karthik 1-1/+1
2014-12-26Bluetooth: bfusb: Set the HCI_QUIRK_BROKEN_LOCAL_COMMANDS quirkGravatar Marcel Holtmann 1-0/+2
2014-03-05Bluetooth: Remove assignments in if-statementsGravatar Valentin Ilie 1-4/+10
2013-10-11Bluetooth: Declare bfusb_table[] as constGravatar Marcel Holtmann 1-1/+1
2013-10-11Bluetooth: Remove pointless parameter check in bfusb_send_frame()Gravatar Marcel Holtmann 1-8/+1
2013-10-11Bluetooth: Add hdev parameter to hdev->send driver callbackGravatar Marcel Holtmann 1-2/+1
2013-10-11Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackGravatar Marcel Holtmann 1-2/+1
2013-10-10Bluetooth: Remove unused bfusb_ioctl() callbackGravatar Marcel Holtmann 1-10/+4
2012-08-06Bluetooth: Use devm_kzalloc in bfusb.c fileGravatar Sachin Kamat 1-8/+4
2012-05-18USB: Disable hub-initiated LPM for comms devices.Gravatar Sarah Sharp 1-0/+1
2012-02-13Bluetooth: Remove hci_dev->driver_dataGravatar David Herrmann 1-5/+5
2012-02-13Bluetooth: Remove HCI-owner fieldGravatar David Herrmann 1-2/+0
2012-02-13Bluetooth: bfusb: Free driver_data on USB shutdownGravatar David Herrmann 1-10/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-20/+1
2011-11-18USB: convert drivers/bluetooth/* to use module_usb_driver()Gravatar Greg Kroah-Hartman 1-20/+1
2011-11-07Bluetooth: bfusb: Fix error path on firmware loadGravatar David Herrmann 1-6/+7
2011-11-07Bluetooth: Ignore hci_unregister_dev return valueGravatar David Herrmann 1-3/+1
2011-10-31Bluetooth: bfusb: Fix error path on firmware loadGravatar David Herrmann 1-6/+7
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busGravatar Marcel Holtmann 1-1/+1
2009-02-27Bluetooth: Remove some pointless conditionals before kfree_skb()Gravatar Wei Yongjun 1-2/+1
2008-11-30Bluetooth: Enable per-module dynamic debug messagesGravatar Marcel Holtmann 1-8/+3
2008-08-07[Bluetooth] Removal of unnecessary ignore module parameterGravatar Marcel Holtmann 1-9/+1
2008-07-10bluetooth: treat firmware data as constGravatar David Woodhouse 1-1/+2
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Gravatar Arnaldo Carvalho de Melo 1-1/+1
2007-02-26[Bluetooth] Make use of MODULE_FIRMWAREGravatar Marcel Holtmann 1-0/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-4/+4
2006-09-28[Bluetooth] Code cleanup of the drivers source codeGravatar Marcel Holtmann 1-157/+159
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGravatar Greg Kroah-Hartman 1-1/+0
2005-11-07[PATCH] bluetooth: kmalloc + memset -> kzalloc conversionGravatar Deepak Saxena 1-3/+1
2005-08-29[Bluetooth]: Move packet type into the SKB control bufferGravatar Marcel Holtmann 1-4/+4
2005-08-29[NET]: Kill skb->listGravatar David S. Miller 1-4/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+806