[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130821161218.GH14645@joana>
Date: Wed, 21 Aug 2013 18:12:18 +0200
From: Gustavo Padovan <gustavo@...ovan.org>
To: linville@...driver.com
Cc: linux-wireless@...r.kernel.org, linux-bluetooth@...r.kernel.org,
linux-kernel@...r.kernel.org
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(-)
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists