Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp835300ybb; Fri, 3 Apr 2020 12:45:34 -0700 (PDT) X-Google-Smtp-Source: APiQypJhOr8bPV+iNTiMx/Fnmc32Bo994x7+GHW67rBLKgIXf1BkdL3zqaxTDYuRC2xVuH9jAk5O X-Received: by 2002:a05:6830:15c2:: with SMTP id j2mr7431858otr.107.1585943134290; Fri, 03 Apr 2020 12:45:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585943134; cv=none; d=google.com; s=arc-20160816; b=N0wocsCrykG2lcz6lhA/GLuo32C34qs9DI+bBN/y2IqvKqyASVzlbBi+rXf7Veqhg4 3FOcKNb6/k4Q+zAvrMdOq+Bql8aRm3H+bOAzc9ATlS8jUmvbs1xXKo22gPoq9xg9LAgd cbWyVw6naqjcivzboOksQZ5bZM9VIxYjsx0B6HwQmnxmyEPkzY1o2OvGvbNG8JIb3FPg 6GrSBHmwlnUOg2frremuBfcKTyld8mpdxDYxswySNGpuB/CiqFcCqWMSH0pT+eeOA0sT HlTJrwYucf32z3eaauAOInjJdOrrA/YqdxV1dl6Qjgh17kbHHk2KPbAxWxSh1TJn4Sq1 pIFg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:to:from; bh=VJ606u30OiM3txlF0wO+4GyKqVhwBHKJblhiM+8maQ0=; b=nSb9TVueSANwPskVZ50X2zNQhJzuOelqzh88K/Qc/14WkBIJL6NSNdB6F/bfouqIqw 45nbz2DcWxWa3F07jstcJi8VchReIww/UWyUTGKVk457hNfpMmuWmcHuDqo2j7jSEgVZ 6MdpbNnpx/4/fPD9j8NNkrdUoz13eqTZ7agiqagv0efe8plC4EdcYKUKTIgrCtTKM9h/ NntY/1uFlJ9I25axz2nBscMYvLDTimR7Y4Fyr2yj3rn4faoxj8OFkIA1ldbyDrzwe43+ LTFvK4KoVMTnJtGT5egSUCI4BOUwOPmTSs0YD6ibZkZr4duZnzWOct42yTWtwtNnoc51 ya/Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y123si4138234oia.141.2020.04.03.12.45.03; Fri, 03 Apr 2020 12:45:34 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728001AbgDCToN (ORCPT + 99 others); Fri, 3 Apr 2020 15:44:13 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:36930 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726460AbgDCToN (ORCPT ); Fri, 3 Apr 2020 15:44:13 -0400 Received: from localhost.localdomain (p4FEFC5A7.dip0.t-ipconnect.de [79.239.197.167]) by mail.holtmann.org (Postfix) with ESMTPSA id 8E178CED05 for ; Fri, 3 Apr 2020 21:53:45 +0200 (CEST) From: Marcel Holtmann To: linux-bluetooth@vger.kernel.org Subject: [PATCH 00/10] List of pending patches Date: Fri, 3 Apr 2020 21:43:57 +0200 Message-Id: <20200403194407.784943-1-marcel@holtmann.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org 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