From: Marcel Holtmann Date: Mon, 2 Sep 2013 17:41:39 +0000 (-0700) Subject: Bluetooth: Add support creating virtual AMP controllers X-Git-Tag: v3.13-rc1~105^2~225^2~24^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23424c0d316941f30cd953fcbff7082044228487;p=pandora-kernel.git 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 Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed