aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell3-9/+9
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+0
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-81/+5
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman5-81/+5
2011-12-22Bluetooth: Add support for BCM20702A0 [0a5c:21e3]Jesse Sung1-0/+1
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki3-7/+17
2011-12-21Bluetooth: btusb: fix bInterval for high/super speed isochronous endpointsBing Zhao1-7/+2
2011-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville3-7/+17
2011-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-nextJohn W. Linville4-7/+25
2011-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothGustavo F. Padovan3-7/+17
2011-12-03btusb: fix a memory leak in btusb_send_frame()Cong Wang1-2/+1
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville3-0/+4
2011-11-21freezer: don't unnecessarily set PF_NOFREEZE explicitlyTejun Heo1-2/+0
2011-11-21Bluetooth: btmrvl: support Marvell Bluetooth device SD8797Bing Zhao2-5/+16
2011-11-18USB: convert drivers/bluetooth/* to use module_usb_driver()Greg Kroah-Hartman5-81/+5
2011-11-16Bluetooth: Allow to set AMP type for virtual HCIAndrei Emeltchenko1-0/+8
2011-11-09Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller1-0/+3
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-nextJohn W. Linville8-27/+29
2011-11-08Bluetooth: Add support for Broadcom BCM20702A0Wen-chien Jesse Sung1-0/+3
2011-11-07Bluetooth: use buffer priority to mark URB_ISO_ASAP flagLuiz Augusto von Dentz1-0/+3
2011-11-07Bluetooth: bfusb: Fix error path on firmware loadDavid Herrmann1-6/+7
2011-11-07Bluetooth: bcm203x: Use GFP_KERNEL in workqueueDavid Herrmann1-1/+1
2011-11-07Bluetooth: bcm203x: Fix race condition on disconnectDavid Herrmann1-0/+10
2011-11-07Bluetooth: ath3k: Use GFP_KERNEL instead of GFP_ATOMICDavid Herrmann1-2/+2
2011-11-07Bluetooth: ath3k: output firmware filename when request_firmware failedPaul Fertser1-4/+11
2011-11-07Bluetooth: Ignore hci_unregister_dev return valueDavid Herrmann6-19/+6
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-9/+20
2011-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothJohn W. Linville3-9/+20
2011-10-31bluetooth: add module.h to drivers/bluetooth files as required.Paul Gortmaker3-0/+4
2011-10-31Bluetooth: bfusb: Fix error path on firmware loadDavid Herrmann1-6/+7
2011-10-31Bluetooth: bcm203x: Use GFP_KERNEL in workqueueDavid Herrmann1-1/+1
2011-10-31Bluetooth: bcm203x: Fix race condition on disconnectDavid Herrmann1-0/+10
2011-10-31Bluetooth: ath3k: Use GFP_KERNEL instead of GFP_ATOMICDavid Herrmann1-2/+2
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+4
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2011-10-10Bluetooth: btusb: hide more usb_submit_urb errorsPaul Bolle1-3/+6
2011-10-10Bluetooth: btusb: also be quiet when suspendingPaul Bolle1-1/+3
2011-10-07Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki1-1/+1
2011-10-05btmrvl_sdio: fix typo 'btmrvl_sdio_sd6888'Paul Bolle1-2/+2
2011-09-29btusb: add device entry for Broadcom SoftSailingOliver Neukum1-0/+3
2011-09-27Bluetooth: Allow ACL packets over USB in HCI_RAW modePeter Hurley1-2/+1
2011-09-17Bluetooth: add support for 2011 mac miniJurgen Kramer1-0/+3
2011-09-17Bluetooth: Add MacBookAir4,1 supportPieter-Augustijn Van Malleghem1-0/+3
2011-09-17Bluetooth: Fixed BT ST Channel reg orderChen Ganir1-8/+8
2011-08-19PM / Runtime: Add macro to test for runtime PM eventsAlan Stern1-1/+1
2011-08-11Bluetooth: Add Toshiba laptops AR30XX device IDRicardo Mendoza2-0/+2
2011-08-11Bluetooth: btusb: be quiet on device disconnectPaul Bolle1-3/+9
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville2-1/+16
2011-07-01Bluetooth: Add Atheros AR3012 one PID/VID supportedSteven.Li2-1/+16