From: Jonas Holmberg <jonashg@xxxxxxxx> Do not change from init_speed to oper_speed per default since it may cause failures and timeouts if the uart cannot handle the new speed. orig_speed should probably be set using device tree instead. --- drivers/bluetooth/hci_bcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c index 8f6c23c..7787f82 100644 --- a/drivers/bluetooth/hci_bcm.c +++ b/drivers/bluetooth/hci_bcm.c @@ -809,7 +809,7 @@ static const struct hci_uart_proto bcm_proto = { .name = "Broadcom", .manufacturer = 15, .init_speed = 115200, - .oper_speed = 4000000, + .oper_speed = 0, .open = bcm_open, .close = bcm_close, .flush = bcm_flush, -- 2.10.2 -- 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