summaryrefslogtreecommitdiffstats
path: root/meta-extras/packages/bluez/files/hciattach_devlength.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-extras/packages/bluez/files/hciattach_devlength.patch')
-rw-r--r--meta-extras/packages/bluez/files/hciattach_devlength.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-extras/packages/bluez/files/hciattach_devlength.patch b/meta-extras/packages/bluez/files/hciattach_devlength.patch
new file mode 100644
index 0000000000..8d84cb1b00
--- /dev/null
+++ b/meta-extras/packages/bluez/files/hciattach_devlength.patch
@@ -0,0 +1,11 @@
1--- bluez-utils-2.21/tools/hciattach.c.orig 2005-12-15 16:29:55.000000000 +0100
2+++ bluez-utils-2.21/tools/hciattach.c 2005-12-15 16:29:37.000000000 +0100
3@@ -973,7 +973,7 @@
4 int send_break = 0;
5 pid_t pid;
6 struct sigaction sa;
7- char dev[20];
8+ char dev[25];
9
10 detach = 1;
11 printpid = 0;