mbox

pull request: bluetooth 2016-10-21

Message ID 20161021144053.GA14245@x1c.dominarus.com
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. 21, 2016, 2:40 p.m. UTC
Hi Dave,

Here are some more Bluetooth fixes for the 4.9 kernel:

 - Fix to btwilink driver probe function return value
 - Power management fix to hci_bcm
 - Fix to encoding name in scan response data

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

Johan

---
The following changes since commit 6d3a4c404648e415e7d96e285d723936d4df7ed0:

  strparser: Propagate correct error code in strp_recv() (2016-10-12 01:51:49 -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 6add49fff9233a5c43011eb42b521257cbaa9bda:

  Bluetooth: btwilink: Fix probe return value (2016-10-20 10:14:49 +0200)

----------------------------------------------------------------
Jacob Siverskog (1):
      Bluetooth: btwilink: Fix probe return value

Jérôme de Bretagne (1):
      Bluetooth: hci_bcm: Fix autosuspend PM for Lenovo ThinkPad 8

Michał Narajowski (1):
      Bluetooth: Fix append max 11 bytes of name to scan rsp data

 drivers/bluetooth/btwilink.c |  2 +-
 drivers/bluetooth/hci_bcm.c  |  8 +++++
 net/bluetooth/hci_request.c  | 49 +++++++++++++--------------
 net/bluetooth/hci_request.h  |  2 ++
 net/bluetooth/mgmt.c         | 26 +++++++++-----
 5 files changed, 51 insertions(+), 36 deletions(-)

Comments

David Miller Oct. 23, 2016, 9:52 p.m. UTC | #1
From: Johan Hedberg <johan.hedberg@gmail.com>
Date: Fri, 21 Oct 2016 17:40:53 +0300

> Here are some more Bluetooth fixes for the 4.9 kernel:
> 
>  - Fix to btwilink driver probe function return value
>  - Power management fix to hci_bcm
>  - Fix to encoding name in scan response data
> 
> Please let me know if there are any issues pulling. Thanks.

Pulled, thanks Johan.