Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1461533
| From | Bjorn Andersson <bjorn.andersson@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 1/2] Bluetooth: Add HCI device identifier for Qualcomm SMD |
| Date | 2016-08-13 02:10 +0200 |
| Message-ID | <s5uGt-tg-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Bjorn Andersson <bjorn.andersson@sonymobile.com> This patch assigns the next free HCI device identifier to Bluetooth devices based on the Qualcomm Shared Memory channels. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> --- Changes since v2: - Bumped the id include/net/bluetooth/hci.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 003b25283407..0aac123b5eee 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -63,6 +63,7 @@ #define HCI_SDIO 6 #define HCI_SPI 7 #define HCI_I2C 8 +#define HCI_SMD 9 /* HCI controller types */ #define HCI_PRIMARY 0x00 -- 2.5.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 1/2] Bluetooth: Add HCI device identifier for Qualcomm SMD Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-08-13 02:10 +0200
[PATCH v3 2/2] Bluetooth: Introduce Qualcomm WCNSS SMD based HCI driver Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-08-13 02:10 +0200
Re: [PATCH v3 2/2] Bluetooth: Introduce Qualcomm WCNSS SMD based HCI driver Marcel Holtmann <marcel@holtmann.org> - 2016-08-14 22:20 +0200
Re: [PATCH v3 1/2] Bluetooth: Add HCI device identifier for Qualcomm SMD Marcel Holtmann <marcel@holtmann.org> - 2016-08-14 22:20 +0200
csiph-web