This is the list of pending patches that are ready for bluetooth-next.
Marcel Holtmann (6):
Bluetooth: Move debugfs configuration above the selftests
Bluetooth: btusb: Enable Intel events even if already in operational
mode
Bluetooth: Add support for Read Local Simple Pairing Options
Bluetooth: Add support for reading security information
Bluetooth: Increment management interface revision
Bluetooth: Add HCI device identifier for VIRTIO devices
Miao-chen Chou (2):
Bluetooth: Add framework for Microsoft vendor extension
Bluetooth: btusb: Enable MSFT extension for Intel ThunderPeak devices
Sathish Narasimman (1):
Bluetooth: btusb: handle mSBC audio over USB Endpoints
Sathish Narsimman (1):
Bluetooth: add support to notify using SCO air mode
drivers/bluetooth/btusb.c | 182 +++++++++++++++++++++++--------
include/net/bluetooth/hci.h | 11 ++
include/net/bluetooth/hci_core.h | 15 +++
include/net/bluetooth/mgmt.h | 7 ++
net/bluetooth/Kconfig | 23 ++--
net/bluetooth/Makefile | 1 +
net/bluetooth/hci_conn.c | 25 ++++-
net/bluetooth/hci_core.c | 9 ++
net/bluetooth/hci_event.c | 49 ++++++++-
net/bluetooth/mgmt.c | 55 +++++++++-
net/bluetooth/msft.c | 141 ++++++++++++++++++++++++
net/bluetooth/msft.h | 18 +++
12 files changed, 477 insertions(+), 59 deletions(-)
create mode 100644 net/bluetooth/msft.c
create mode 100644 net/bluetooth/msft.h
--
2.25.1
Hi Marcel,
On Fri, Apr 03, 2020, Marcel Holtmann wrote:
> This is the list of pending patches that are ready for bluetooth-next.
>
> Marcel Holtmann (6):
> Bluetooth: Move debugfs configuration above the selftests
> Bluetooth: btusb: Enable Intel events even if already in operational
> mode
> Bluetooth: Add support for Read Local Simple Pairing Options
> Bluetooth: Add support for reading security information
> Bluetooth: Increment management interface revision
> Bluetooth: Add HCI device identifier for VIRTIO devices
>
> Miao-chen Chou (2):
> Bluetooth: Add framework for Microsoft vendor extension
> Bluetooth: btusb: Enable MSFT extension for Intel ThunderPeak devices
>
> Sathish Narasimman (1):
> Bluetooth: btusb: handle mSBC audio over USB Endpoints
>
> Sathish Narsimman (1):
> Bluetooth: add support to notify using SCO air mode
>
> drivers/bluetooth/btusb.c | 182 +++++++++++++++++++++++--------
> include/net/bluetooth/hci.h | 11 ++
> include/net/bluetooth/hci_core.h | 15 +++
> include/net/bluetooth/mgmt.h | 7 ++
> net/bluetooth/Kconfig | 23 ++--
> net/bluetooth/Makefile | 1 +
> net/bluetooth/hci_conn.c | 25 ++++-
> net/bluetooth/hci_core.c | 9 ++
> net/bluetooth/hci_event.c | 49 ++++++++-
> net/bluetooth/mgmt.c | 55 +++++++++-
> net/bluetooth/msft.c | 141 ++++++++++++++++++++++++
> net/bluetooth/msft.h | 18 +++
> 12 files changed, 477 insertions(+), 59 deletions(-)
> create mode 100644 net/bluetooth/msft.c
> create mode 100644 net/bluetooth/msft.h
All patches in this set have been applied to bluetooth-next. Thanks.
Johan
Thanks Marcel and Johan!
On Sun, Apr 5, 2020 at 7:54 AM Johan Hedberg <[email protected]> wrote:
>
> Hi Marcel,
>
> On Fri, Apr 03, 2020, Marcel Holtmann wrote:
> > This is the list of pending patches that are ready for bluetooth-next.
> >
> > Marcel Holtmann (6):
> > Bluetooth: Move debugfs configuration above the selftests
> > Bluetooth: btusb: Enable Intel events even if already in operational
> > mode
> > Bluetooth: Add support for Read Local Simple Pairing Options
> > Bluetooth: Add support for reading security information
> > Bluetooth: Increment management interface revision
> > Bluetooth: Add HCI device identifier for VIRTIO devices
> >
> > Miao-chen Chou (2):
> > Bluetooth: Add framework for Microsoft vendor extension
> > Bluetooth: btusb: Enable MSFT extension for Intel ThunderPeak devices
> >
> > Sathish Narasimman (1):
> > Bluetooth: btusb: handle mSBC audio over USB Endpoints
> >
> > Sathish Narsimman (1):
> > Bluetooth: add support to notify using SCO air mode
> >
> > drivers/bluetooth/btusb.c | 182 +++++++++++++++++++++++--------
> > include/net/bluetooth/hci.h | 11 ++
> > include/net/bluetooth/hci_core.h | 15 +++
> > include/net/bluetooth/mgmt.h | 7 ++
> > net/bluetooth/Kconfig | 23 ++--
> > net/bluetooth/Makefile | 1 +
> > net/bluetooth/hci_conn.c | 25 ++++-
> > net/bluetooth/hci_core.c | 9 ++
> > net/bluetooth/hci_event.c | 49 ++++++++-
> > net/bluetooth/mgmt.c | 55 +++++++++-
> > net/bluetooth/msft.c | 141 ++++++++++++++++++++++++
> > net/bluetooth/msft.h | 18 +++
> > 12 files changed, 477 insertions(+), 59 deletions(-)
> > create mode 100644 net/bluetooth/msft.c
> > create mode 100644 net/bluetooth/msft.h
>
> All patches in this set have been applied to bluetooth-next. Thanks.
>
> Johan