aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/bpa10x.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-18Bluetooth: bpa10x: Add support for hci_set_fw_infoGravatar Marcel Holtmann 1-0/+2
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversGravatar Marcel Holtmann 1-2/+2
2015-10-08Bluetooth: bpa10x: Use h4_recv_buf helper for frame reassemblyGravatar Marcel Holtmann 1-109/+27
2015-10-08Bluetooth: bpa10x: Add support for set_diag driver callbackGravatar Marcel Holtmann 1-0/+20
2015-10-08Bluetooth: bpa10x: Read revision information in setup stageGravatar Marcel Holtmann 1-0/+19
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
2013-10-11Bluetooth: Declare bpa10x_table[] as constGravatar Marcel Holtmann 1-1/+1
2013-10-11Bluetooth: Add hdev parameter to hdev->send driver callbackGravatar Marcel Holtmann 1-2/+3
2013-10-11Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackGravatar Marcel Holtmann 1-3/+1
2012-08-06Bluetooth: Use devm_kzalloc in bpa10x.c fileGravatar Sachin Kamat 1-6/+2
2012-06-05Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSEGravatar Szymon Janc 1-1/+1
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-9/+9
2012-02-13Bluetooth: Remove HCI-owner fieldGravatar David Herrmann 1-2/+0
2012-02-13Bluetooth: bpa10x: Free private driver data on usb shutdownGravatar David Herrmann 1-12/+3
2011-11-18USB: convert drivers/bluetooth/* to use module_usb_driver()Gravatar Greg Kroah-Hartman 1-14/+1
2010-07-21Bluetooth: Use __packed annotation for driversGravatar Gustavo F. Padovan 1-1/+1
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busGravatar Marcel Holtmann 1-1/+1
2008-11-30Bluetooth: Enable per-module dynamic debug messagesGravatar Marcel Holtmann 1-5/+0
2008-11-30Bluetooth: Send HCI Reset command by default on device initializationGravatar Marcel Holtmann 1-0/+2
2008-10-31bpa10x: free sk_buff with kfree_skbGravatar Ilpo Järvinen 1-2/+2
2008-10-06[Bluetooth] Fix double frees on error paths of btusb and bpa10x driversGravatar Marcel Holtmann 1-2/+0
2008-08-07[Bluetooth] Removal of unnecessary ignore module parameterGravatar Marcel Holtmann 1-9/+1
2008-02-05drivers/bluetooth/bpa10x.c: fix memleakGravatar Adrian Bunk 1-0/+1
2007-10-22[Bluetooth] Change BPA 100/105 driver to use USB anchorsGravatar Marcel Holtmann 1-362/+262
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Gravatar Arnaldo Carvalho de Melo 1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-1/+1
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-08[Bluetooth]: Add endian annotations to the coreGravatar Marcel Holtmann 1-2/+2
2005-11-07[PATCH] bluetooth: kmalloc + memset -> kzalloc conversionGravatar Deepak Saxena 1-3/+1
2005-10-28[Bluetooth] Ignore additional interfaces of BPA 100/105 devicesGravatar Marcel Holtmann 1-0/+3
2005-10-08[PATCH] gfp flags annotations - part 1Gravatar Al Viro 1-1/+1
2005-08-29[Bluetooth]: Move packet type into the SKB control bufferGravatar Marcel Holtmann 1-7/+7
2005-08-29[Bluetooth]: Fix sparse warnings (__nocast type)Gravatar Victor Fusco 1-1/+2
2005-08-06[Bluetooth] Kill redundant NULL checks before kfree()Gravatar Marcel Holtmann 1-5/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+657