From 2882df10bb36597d6557c2b295e7754302944297 Mon Sep 17 00:00:00 2001 From: Arjan Schrijver Date: Thu, 15 Dec 2005 15:52:55 +0000 Subject: bluez-utils-2.21: add very small patch to make it work on the h1940 --- packages/bluez/files/hciattach_devlength.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/bluez/files/hciattach_devlength.patch (limited to 'packages/bluez/files') diff --git a/packages/bluez/files/hciattach_devlength.patch b/packages/bluez/files/hciattach_devlength.patch new file mode 100644 index 0000000000..8d84cb1b00 --- /dev/null +++ b/packages/bluez/files/hciattach_devlength.patch @@ -0,0 +1,11 @@ +--- bluez-utils-2.21/tools/hciattach.c.orig 2005-12-15 16:29:55.000000000 +0100 ++++ bluez-utils-2.21/tools/hciattach.c 2005-12-15 16:29:37.000000000 +0100 +@@ -973,7 +973,7 @@ + int send_break = 0; + pid_t pid; + struct sigaction sa; +- char dev[20]; ++ char dev[25]; + + detach = 1; + printpid = 0; -- cgit v1.2.3