mbox

pull request: bluetooth 2016-10-08

Message ID 20161008112914.GA10187@x1c.P-661HNU-F1
State Accepted, archived
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git for-upstream

Message

Johan Hedberg Oct. 8, 2016, 11:29 a.m. UTC
Hi Dave,

Here are a couple of Bluetooth fixes for the 4.9 kernel:

 - Firmware download fix for Atheros controllers
 - Fixes to the content of LE scan response
 - New USB ID for a Marvell chipset

Please let me know if there are any issues pulling. Thanks.

Johan

---
The following changes since commit af70c1f92d3567035d2f73f39079459d58c706dc:

  phy: micrel.c: Enable ksz9031 energy-detect power-down mode (2016-10-05 21:19:06 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git for-upstream

for you to fetch changes up to c7e163fe282f34efdf77fb09b333529de97a6a10:

  Bluetooth: btusb: Fix atheros firmware download error (2016-10-07 09:46:56 +0200)

----------------------------------------------------------------
Amitkumar Karwar (1):
      Bluetooth: btusb: add entry for Marvell 8997 chipset

Ethan Hsieh (1):
      Bluetooth: btusb: Fix atheros firmware download error

MichaƂ Narajowski (3):
      Bluetooth: Fix local name in scan rsp
      Bluetooth: Add appearance to default scan rsp data
      Bluetooth: Refactor append name and appearance

 drivers/bluetooth/btusb.c   |  9 ++--
 net/bluetooth/hci_request.c | 66 +++++++++++++++---------
 net/bluetooth/hci_request.h | 23 +++++++++
 net/bluetooth/mgmt.c        | 21 --------
 4 files changed, 70 insertions(+), 49 deletions(-)

Comments

David Miller Oct. 8, 2016, 12:25 p.m. UTC | #1
From: Johan Hedberg <johan.hedberg@gmail.com>
Date: Sat, 8 Oct 2016 14:29:14 +0300

> Here are a couple of Bluetooth fixes for the 4.9 kernel:
> 
>  - Firmware download fix for Atheros controllers
>  - Fixes to the content of LE scan response
>  - New USB ID for a Marvell chipset
> 
> Please let me know if there are any issues pulling. Thanks.

Pulled, thanks Johan.