summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btrsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth/btrsi.c')
-rw-r--r--drivers/bluetooth/btrsi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btrsi.c b/drivers/bluetooth/btrsi.c
index 0c91d7635..634cf8f5e 100644
--- a/drivers/bluetooth/btrsi.c
+++ b/drivers/bluetooth/btrsi.c
@@ -134,6 +134,7 @@ static int rsi_hci_attach(void *priv, struct rsi_proto_ops *ops)
hdev->bus = HCI_USB;
hci_set_drvdata(hdev, h_adapter);
+ hdev->dev_type = HCI_PRIMARY;
hdev->open = rsi_hci_open;
hdev->close = rsi_hci_close;
hdev->flush = rsi_hci_flush;