]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
Bluetooth: HCI: Add IPC(11) bus type
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 6 Nov 2024 14:53:45 +0000 (09:53 -0500)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 14 Nov 2024 20:38:38 +0000 (15:38 -0500)
Zephyr(1) has been using the same bus defines as Linux so tools likes of
btmon, etc, are able to decode the bus used by the driver to transport
HCI packets.

Link: https://github.com/zephyrproject-rtos/zephyr/pull/80808
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
include/net/bluetooth/hci.h

index 5bb4eaa52e14cff4ab5c3f82ff8caf10afedbf28..6203bd8663b7411353406efa1fa10ae86ff3212a 100644 (file)
@@ -68,6 +68,7 @@
 #define HCI_I2C                8
 #define HCI_SMD                9
 #define HCI_VIRTIO     10
+#define HCI_IPC                11
 
 /* HCI device quirks */
 enum {