diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2020-04-03 21:44:07 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2020-04-05 14:53:16 +0300 |
commit | d2a3f5f4635b7b0df8d4cd04ee0c75886ef699b9 (patch) | |
tree | 35f0add8edf7094b65c078e610699c0fbeb7b0b4 /include/net | |
parent | 3679fe7d43c65e07f00afb216987f33e152ceb6f (diff) | |
download | linux-d2a3f5f4635b7b0df8d4cd04ee0c75886ef699b9.tar.gz |
Bluetooth: Add HCI device identifier for VIRTIO devices
This patch assigns the next free HCI device identifier to Bluetooth
devices based on VIRTIO devices.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/bluetooth/hci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 086a9e9d5d03..79de2a659dd6 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -68,6 +68,7 @@ #define HCI_SPI 7 #define HCI_I2C 8 #define HCI_SMD 9 +#define HCI_VIRTIO 10 /* HCI controller types */ #define HCI_PRIMARY 0x00 |