* [PATCH BlueZ] tools: Add identifier for NXP UART BT devices
@ 2022-12-16 5:58 Neeraj Sanjay Kale
2022-12-16 7:15 ` [BlueZ] " bluez.test.bot
0 siblings, 1 reply; 2+ messages in thread
From: Neeraj Sanjay Kale @ 2022-12-16 5:58 UTC (permalink / raw)
To: marcel, johan.hedberg, luiz.dentz, pmenzel, amitkumar.karwar,
rohit.fule, sherry.sun
Cc: neeraj.sanjaykale, linux-kernel, linux-bluetooth
Add identifiers for hci_nxp to support NXP UART BT devices for btattach
---
tools/btattach.c | 1 +
tools/hciattach.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/tools/btattach.c b/tools/btattach.c
index 4ce1be78d..8a30c5bd1 100644
--- a/tools/btattach.c
+++ b/tools/btattach.c
@@ -212,6 +212,7 @@ static const struct {
{ "ag6xx", HCI_UART_AG6XX },
{ "nokia", HCI_UART_NOKIA },
{ "mrvl", HCI_UART_MRVL },
+ { "nxp", HCI_UART_NXP },
{ }
};
diff --git a/tools/hciattach.h b/tools/hciattach.h
index 26c0d5424..d62cabffe 100644
--- a/tools/hciattach.h
+++ b/tools/hciattach.h
@@ -32,6 +32,7 @@
#define HCI_UART_AG6XX 9
#define HCI_UART_NOKIA 10
#define HCI_UART_MRVL 11
+#define HCI_UART_NXP 12
#define HCI_UART_RAW_DEVICE 0
#define HCI_UART_RESET_ON_INIT 1
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* RE: [BlueZ] tools: Add identifier for NXP UART BT devices
2022-12-16 5:58 [PATCH BlueZ] tools: Add identifier for NXP UART BT devices Neeraj Sanjay Kale
@ 2022-12-16 7:15 ` bluez.test.bot
0 siblings, 0 replies; 2+ messages in thread
From: bluez.test.bot @ 2022-12-16 7:15 UTC (permalink / raw)
To: linux-bluetooth, neeraj.sanjaykale
[-- Attachment #1: Type: text/plain, Size: 891 bytes --]
This is automated email and please do not reply to this email!
Dear submitter,
Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=705008
---Test result---
Test Summary:
CheckPatch PASS 0.72 seconds
GitLint PASS 0.29 seconds
BuildEll PASS 28.07 seconds
BluezMake PASS 996.71 seconds
MakeCheck PASS 11.70 seconds
MakeDistcheck PASS 152.25 seconds
CheckValgrind PASS 250.67 seconds
bluezmakeextell PASS 97.54 seconds
IncrementalBuild PASS 835.59 seconds
ScanBuild PASS 1048.20 seconds
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-16 7:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-16 5:58 [PATCH BlueZ] tools: Add identifier for NXP UART BT devices Neeraj Sanjay Kale
2022-12-16 7:15 ` [BlueZ] " bluez.test.bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).