summarylogtreecommitdiffstats
path: root/0001-sleep-before-reset.patch
diff options
context:
space:
mode:
authorJesse Jaara2016-03-19 22:52:32 +0200
committerJesse Jaara2016-03-19 22:52:32 +0200
commitda1d42ceefc7d20a72edaa40c08a0894e20805e2 (patch)
tree59169cf38002e1b57f4118664919639eeb367b63 /0001-sleep-before-reset.patch
downloadaur-da1d42ceefc7d20a72edaa40c08a0894e20805e2.tar.gz
Init package
Diffstat (limited to '0001-sleep-before-reset.patch')
-rw-r--r--0001-sleep-before-reset.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/0001-sleep-before-reset.patch b/0001-sleep-before-reset.patch
new file mode 100644
index 000000000000..9120e69d94e5
--- /dev/null
+++ b/0001-sleep-before-reset.patch
@@ -0,0 +1,11 @@
+diff -Naur bluez-5.38/tools/hciattach_bcm43xx.c bluez-5.38-patched/tools/hciattach_bcm43xx.c
+--- bluez-5.38/tools/hciattach_bcm43xx.c 2015-03-11 12:01:57.000000000 +0200
++++ bluez-5.38-patched/tools/hciattach_bcm43xx.c 2016-03-19 21:56:11.485964208 +0200
+@@ -380,6 +380,7 @@
+ return -1;
+ }
+
++ sleep(1);
+ if (bcm43xx_reset(fd))
+ return -1;
+ }