Bluetooth: Add support creating virtual AMP controllers
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 2 Sep 2013 17:41:39 +0000 (10:41 -0700)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Mon, 16 Sep 2013 17:35:55 +0000 (14:35 -0300)
commit23424c0d316941f30cd953fcbff7082044228487
tree873b6614118a4e118cf3ee6e8a6f5c2dbc61035b
parentbfacbb9aec029b3200053d84c8cd5d7575f2d4a5
Bluetooth: Add support creating virtual AMP controllers

So far the only option to create a virtual AMP controller was by
setting a module parameter for the hci_vhci driver. This patch adds
the functionality to define inline to create either a BR/EDR or an
AMP controller.

In addition the client will be informed which HCI controller index
it got assigned. That is especially useful for automated end-to-end
testing.

To keep backwards compatibility with existing userspace, the command
for creating a controller type needs to be send right after opening
the device node. If the command is not send, it defaults back to
automatically creating a BR/EDR controller.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
drivers/bluetooth/hci_vhci.c