From: Luiz Augusto von Dentz Date: Wed, 6 Nov 2024 14:53:45 +0000 (-0500) Subject: Bluetooth: HCI: Add IPC(11) bus type X-Git-Tag: v6.13-rc1~135^2~36^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96e7c4273560be4744ba8c444bc6969745315251;p=thirdparty%2Flinux.git Bluetooth: HCI: Add IPC(11) bus type 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 --- diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 5bb4eaa52e14c..6203bd8663b74 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -68,6 +68,7 @@ #define HCI_I2C 8 #define HCI_SMD 9 #define HCI_VIRTIO 10 +#define HCI_IPC 11 /* HCI device quirks */ enum {