diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-07-08 07:57:15 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-28 21:01:28 -0400 |
commit | 0ac53939a06c610b394aeb0211b985804f2d2da3 (patch) | |
tree | 40e4b80f70a7cd42705e49a817950857055f2d1b /drivers/bluetooth | |
parent | 9c724357f432df5ddc83a62c8168414a604cd420 (diff) |
[Bluetooth] Add HCI device identifier for SDIO cards
This patch assigns the next free HCI device identifier to Bluetooth
devices based on the SDIO interface.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/hci_vhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_vhci.c b/drivers/bluetooth/hci_vhci.c index fc2130f1776a..a278d98a9151 100644 --- a/drivers/bluetooth/hci_vhci.c +++ b/drivers/bluetooth/hci_vhci.c | |||
@@ -276,7 +276,7 @@ static int vhci_open(struct inode *inode, struct file *file) | |||
276 | 276 | ||
277 | data->hdev = hdev; | 277 | data->hdev = hdev; |
278 | 278 | ||
279 | hdev->type = HCI_VHCI; | 279 | hdev->type = HCI_VIRTUAL; |
280 | hdev->driver_data = data; | 280 | hdev->driver_data = data; |
281 | 281 | ||
282 | hdev->open = vhci_open_dev; | 282 | hdev->open = vhci_open_dev; |