linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gustavo Padovan <gustavo@padovan.org>
To: linville@tuxdriver.com
Cc: linux-wireless@vger.kernel.org, linux-bluetooth@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: pull request: bluetooth-next 2013-08-21
Date: Wed, 21 Aug 2013 18:12:18 +0200	[thread overview]
Message-ID: <20130821161218.GH14645@joana> (raw)

[-- Attachment #1: Type: text/plain, Size: 3411 bytes --]

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(-)



[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

             reply	other threads:[~2013-08-21 16:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-21 16:12 Gustavo Padovan [this message]
2013-08-22 18:28 ` pull request: bluetooth-next 2013-08-21 John W. Linville

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130821161218.GH14645@joana \
    --to=gustavo@padovan.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).