2013-08-21 16:12:30

by Gustavo Padovan

[permalink] [raw]
Subject: pull request: bluetooth-next 2013-08-21

Hi John,

Patches to 3.12, here we have:

* implementation of a proper tty_port for RFCOMM devices, this fixes some
issues people were seeing lately in the kernel.
* Add voice_setting option for SCO, it is used for SCO Codec selection
* bugfixes, small improvements and clean ups

Please pull, Thanks.

Gustavo

--
The following changes since commit 72bb2f2678878dd4a758e628957f29ce28000d88:

bgmac: make bgmac depend on bcm47xx (2013-07-24 11:05:19 -0400)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next master

for you to fetch changes up to 2dea632f9acad076370fe871d4ccc93868621403:

Bluetooth: Add SCO connection fallback (2013-08-21 16:47:13 +0200)

----------------------------------------------------------------
Andy Shevchenko (1):
Bluetooth: use DIV_ROUND_UP in suitable places in btmrvl_sdio

Benjamin Tissoires (2):
Bluetooth: hidp: implement hidinput_input_event callback
Bluetooth: hidp: remove wrong send_report at init

Fr?d?ric Dalleau (10):
Bluetooth: Use hci_connect_sco directly
Bluetooth: Remove unused mask parameter in sco_conn_defer_accept
Bluetooth: Add Bluetooth socket voice option
Bluetooth: Add constants for SCO airmode
Bluetooth: Use voice setting in deferred SCO connection request
Bluetooth: Parameters for outgoing SCO connections
Bluetooth: Add constants and macro declaration for transparent data
Bluetooth: Prevent transparent SCO on older devices
Bluetooth: Handle specific error for SCO connection fallback
Bluetooth: Add SCO connection fallback

Gianluca Anzolin (6):
Bluetooth: Take proper tty_struct references
Bluetooth: Remove the device from the list in the destructor
Bluetooth: Move the tty initialization and cleanup out of open/close
Bluetooth: Implement .activate, .shutdown and .carrier_raised methods
Bluetooth: Fix the reference counting of tty_port
Bluetooth: Purge the dlc->tx_queue to avoid circular dependency

Gustavo Padovan (1):
Bluetooth: Add missing braces to an "else if"

Jingoo Han (1):
Bluetooth: replace strict_strtol() with kstrtol()

Johan Hedberg (1):
Bluetooth: Fix getting SCO socket options in deferred state

Marcel Holtmann (2):
Bluetooth: Fix simple whitespace vs tab style issue
Bluetooth: Set different event mask for LE-only controllers

Mikel Astiz (3):
Bluetooth: Add HCI authentication capabilities macros
Bluetooth: Use defines in in hci_get_auth_req()
Bluetooth: Use defines instead of integer literals

drivers/bluetooth/btmrvl_debugfs.c | 6 +-
drivers/bluetooth/btmrvl_sdio.c | 4 +-
include/net/bluetooth/bluetooth.h | 8 ++
include/net/bluetooth/hci.h | 7 +
include/net/bluetooth/hci_core.h | 10 +-
include/net/bluetooth/sco.h | 1 +
net/bluetooth/hci_conn.c | 62 +++++++--
net/bluetooth/hci_core.c | 14 +-
net/bluetooth/hci_event.c | 29 +++--
net/bluetooth/hidp/core.c | 40 ++++--
net/bluetooth/l2cap_core.c | 3 +-
net/bluetooth/rfcomm/tty.c | 271 ++++++++++++++++++---------------------
net/bluetooth/sco.c | 85 +++++++++---
13 files changed, 334 insertions(+), 206 deletions(-)



Attachments:
(No filename) (3.25 kB)
(No filename) (836.00 B)
Download all attachments

2013-08-22 18:30:14

by John W. Linville

[permalink] [raw]
Subject: Re: pull request: bluetooth-next 2013-08-21

On Wed, Aug 21, 2013 at 06:12:18PM +0200, Gustavo Padovan wrote:
> Hi John,
>
> Patches to 3.12, here we have:
>
> * implementation of a proper tty_port for RFCOMM devices, this fixes some
> issues people were seeing lately in the kernel.
> * Add voice_setting option for SCO, it is used for SCO Codec selection
> * bugfixes, small improvements and clean ups
>
> Please pull, Thanks.
>
> Gustavo
>
> --
> The following changes since commit 72bb2f2678878dd4a758e628957f29ce28000d88:
>
> bgmac: make bgmac depend on bcm47xx (2013-07-24 11:05:19 -0400)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next master
>
> for you to fetch changes up to 2dea632f9acad076370fe871d4ccc93868621403:
>
> Bluetooth: Add SCO connection fallback (2013-08-21 16:47:13 +0200)

Pulling now...

--
John W. Linville Someday the world will need a hero, and you
[email protected] might be all we have. Be ready.