[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <A5D0DBF6-7C55-49E2-80EA-B1C6D44F14A8@holtmann.org>
Date: Fri, 7 May 2021 10:35:55 +0200
From: Marcel Holtmann <marcel@...tmann.org>
To: Joseph Hwang <josephsih@...omium.org>
Cc: Bluetooth Kernel Mailing List <linux-bluetooth@...r.kernel.org>,
Luiz Augusto von Dentz <luiz.dentz@...il.com>,
Pali Rohár <pali@...nel.org>,
josephsih@...gle.com, chromeos-bluetooth-upstreaming@...omium.org,
Chethan Tumkur Narayan
<chethan.tumkur.narayan@...el.corp-partner.google.com>,
Kiran Krishnappa <kiran.k@...el.corp-partner.google.com>,
Miao-chen Chou <mcchou@...omium.org>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Johan Hedberg <johan.hedberg@...il.com>,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH v2 2/2] Bluetooth: Support the vendor specific debug
events
Hi Joseph,
> This patch allows a user space process to enable/disable the vendor
> specific (vs) debug events dynamically through the set experimental
> feature mgmt interface if CONFIG_BT_FEATURE_VS_DBG_EVT is enabled.
>
> Since the debug event feature needs to invoke the callback function
> provided by the driver, i.e., hdev->set_vs_dbg_evt, a valid controller
> index is required.
>
> For generic Linux machines, the vendor specific debug events are
> disabled by default.
>
> Reviewed-by: Chethan Tumkur Narayan <chethan.tumkur.narayan@...el.corp-partner.google.com>
> Reviewed-by: Kiran Krishnappa <kiran.k@...el.corp-partner.google.com>
> Reviewed-by: Miao-chen Chou <mcchou@...omium.org>
> Signed-off-by: Joseph Hwang <josephsih@...omium.org>
> ---
>
> (no changes since v1)
>
> drivers/bluetooth/btintel.c | 73 ++++++++++++++++++++-
> drivers/bluetooth/btintel.h | 13 ++++
> drivers/bluetooth/btusb.c | 16 +++++
> include/net/bluetooth/hci.h | 4 ++
> include/net/bluetooth/hci_core.h | 10 +++
> net/bluetooth/Kconfig | 10 +++
> net/bluetooth/mgmt.c | 108 ++++++++++++++++++++++++++++++-
> 7 files changed, 232 insertions(+), 2 deletions(-)
maybe I forgot to mention this, we don’t intermix core changes with driver changes to support it.
You first need to introduce the core feature and then patch the driver to support it.
Regards
Marcel
Powered by blists - more mailing lists