[Saucy/Trusty][PATCH] UBUNTU: SAUCE: Bluetooth: Give restart command more time to complete its job

Wen-chien Jesse Sung jesse.sung at canonical.com
Thu Apr 3 13:33:35 UTC 2014


BugLink: https://launchpad.net/bugs/1301908

Some broadcom modules need more time to complete restart command (at
least for 0a5c:216c).

Signed-off-by: Wen-chien Jesse Sung <jesse.sung at canonical.com>
---
 drivers/bluetooth/btusb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index b5ffde1..b09a3a5 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -1375,6 +1375,7 @@ static int btusb_setup_patchram(struct hci_dev *hdev)
 	if (err)
 		goto out;
 
+	msleep(300);
 	err = btusb_setup_patchram_packet(hdev, 0xfc2e, 1, &val);
 	if (err)
 		goto out;
-- 
1.9.1





More information about the kernel-team mailing list