summaryrefslogtreecommitdiff
path: root/drivers/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-073-9/+20
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-023-9/+20
| |\
| | * Bluetooth: bfusb: Fix error path on firmware loadDavid Herrmann2011-10-311-6/+7
| | * Bluetooth: bcm203x: Use GFP_KERNEL in workqueueDavid Herrmann2011-10-311-1/+1
| | * Bluetooth: bcm203x: Fix race condition on disconnectDavid Herrmann2011-10-311-0/+10
| | * Bluetooth: ath3k: Use GFP_KERNEL instead of GFP_ATOMICDavid Herrmann2011-10-311-2/+2
* | | bluetooth: add module.h to drivers/bluetooth files as required.Paul Gortmaker2011-10-313-0/+4
|/ /
* | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-251-1/+1
|\ \
| * \ Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2011-10-071-1/+1
| |\ \ | | |/ | |/|
| | * PM / Runtime: Add macro to test for runtime PM eventsAlan Stern2011-08-191-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-251-2/+4
|\ \ \
| * | | btusb: add device entry for Broadcom SoftSailingOliver Neukum2011-09-291-0/+3
| * | | Bluetooth: Allow ACL packets over USB in HCI_RAW modePeter Hurley2011-09-271-2/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-251-2/+2
|\ \ \ | |/ / |/| |
| * | btmrvl_sdio: fix typo 'btmrvl_sdio_sd6888'Paul Bolle2011-10-051-2/+2
* | | Bluetooth: add support for 2011 mac miniJurgen Kramer2011-09-171-0/+3
* | | Bluetooth: Add MacBookAir4,1 supportPieter-Augustijn Van Malleghem2011-09-171-0/+3
* | | Bluetooth: Fixed BT ST Channel reg orderChen Ganir2011-09-171-8/+8
|/ /
* | Bluetooth: Add Toshiba laptops AR30XX device IDRicardo Mendoza2011-08-112-0/+2
* | Bluetooth: btusb: be quiet on device disconnectPaul Bolle2011-08-111-3/+9
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-152-1/+16
|\
| * Bluetooth: Add Atheros AR3012 one PID/VID supportedSteven.Li2011-07-012-1/+16
| * Bluetooth: Do not ignore errors returned from strict_strtol()David Miller2011-06-091-0/+12
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-171-0/+12
|\ \
| * | Bluetooth: Do not ignore errors returned from strict_strtol()David Miller2011-06-101-0/+12
| |/
* | Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-041-11/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2011-05-244-4/+4
|\ \
| * | pcmcia: Convert pcmcia_device_id declarations to constJoe Perches2011-05-064-4/+4
* | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-231-8/+11
|\ \ \ | |_|/ |/| |
| * | tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-221-4/+8
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-162-0/+2
|\ \
| * | Bluetooth: Device ids for ath3k on Pegatron Lucid tabletsAndy Ross2011-05-112-0/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-257-71/+148
|\ \ \ | |/ / | | / | |/ |/|
| * Bluetooth: btmrvl: support Marvell Bluetooth device SD8787Kevin Gan2011-04-133-64/+132
| * Bluetooth: Check return value of hci_recv_stream_fragment()Gustavo F. Padovan2011-04-131-1/+6
| * Bluetooth: hci_uart: check the return value of recv()Jiejing Zhang2011-04-132-3/+10
| * Bluetooth: Clean up ath3k_load_firmware()Gustavo F. Padovan2011-04-131-3/+0
| * Bluetooth: Fix sending LE data over USBVinicius Costa Gomes2011-03-311-1/+2
| * Bluetooth: add support for Apple MacBook Pro 8,2Marc-Antoine Perennou2011-03-311-0/+3
* | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-071-1/+1
|\ \
| * | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
| |/
* | Bluetooth: Fix sending LE data over USBVinicius Costa Gomes2011-03-241-1/+2
* | Bluetooth: add support for Apple MacBook Pro 8,2Marc-Antoine Perennou2011-03-241-0/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-2/+2
|\
| * Merge branch 'master' into for-nextJiri Kosina2011-02-151-55/+20
| |\
| * | Kill off warning: ‘inline’ is not at beginning of declarationJesper Juhl2011-01-191-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-163-12/+289
|\ \ \
| * \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-031-2/+0
| |\ \ \
| * \ \ \ Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2011-02-182-2/+8
| |\ \ \ \
| * | | | | Bluetooth: Make hci a child of the corresponding tty device.Andrei Warkentin2011-02-161-0/+1