This is similar to the "bcm43xx" option but using the kernel driver has the advantage that the wakeup and shutdown pins on the device can be used. --- tools/hciattach.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/hciattach.c b/tools/hciattach.c index 59a76a7..7f8f463 100644 --- a/tools/hciattach.c +++ b/tools/hciattach.c @@ -1163,6 +1163,10 @@ struct uart_t uart[] = { { "amp", 0x0000, 0x0000, HCI_UART_H4, 115200, 115200, AMP_DEV, DISABLE_PM, NULL, NULL, NULL }, + /* Broadcom BCM with kernel support */ + { "bcm", 0x0000, 0x0000, HCI_UART_BCM, 115200, 115200, + FLOW_CTL, DISABLE_PM, NULL, NULL, NULL }, + { NULL, 0 } }; -- 2.6.3.462.gbe2c914 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html