summaryrefslogtreecommitdiff
path: root/sysutils/netbt-hcidump/patches/patch-ae
diff options
context:
space:
mode:
authorplunky <plunky@pkgsrc.org>2012-02-15 09:17:16 +0000
committerplunky <plunky@pkgsrc.org>2012-02-15 09:17:16 +0000
commit78dabfe005b122f3d350761b4055a677d4075c87 (patch)
treea101255a4eff8fb342abe3738e691bb307f9180d /sysutils/netbt-hcidump/patches/patch-ae
parentc566f32e78e1a1b783ac415298f68a6b9709a76f (diff)
downloadpkgsrc-78dabfe005b122f3d350761b4055a677d4075c87.tar.gz
update to BlueZ HCIdump 2.2, changes are basically increased
parsing for L2CAP packets, new parsing for AVCTP and AVRCP protocols, some endian bugfixes and the archive now contains the files needed from bluez-libs so we don't need to get that separately.
Diffstat (limited to 'sysutils/netbt-hcidump/patches/patch-ae')
-rw-r--r--sysutils/netbt-hcidump/patches/patch-ae8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/netbt-hcidump/patches/patch-ae b/sysutils/netbt-hcidump/patches/patch-ae
index 7aad6cac9f0..14cc9a5b84c 100644
--- a/sysutils/netbt-hcidump/patches/patch-ae
+++ b/sysutils/netbt-hcidump/patches/patch-ae
@@ -1,7 +1,7 @@
-$NetBSD: patch-ae,v 1.1.1.1 2010/12/19 20:20:43 plunky Exp $
+$NetBSD: patch-ae,v 1.1.1.1.10.1 2012/02/15 09:17:17 plunky Exp $
---- bluetooth/l2cap.h.orig 2009-11-30 19:29:17.000000000 +0000
-+++ bluetooth/l2cap.h
+--- lib/l2cap.h.orig 2011-12-22 00:18:58.000000000 +0000
++++ lib/l2cap.h
@@ -30,6 +30,7 @@
extern "C" {
#endif
@@ -10,7 +10,7 @@ $NetBSD: patch-ae,v 1.1.1.1 2010/12/19 20:20:43 plunky Exp $
#include <sys/socket.h>
/* L2CAP defaults */
-@@ -66,6 +67,7 @@ struct l2cap_conninfo {
+@@ -69,6 +70,7 @@ struct l2cap_conninfo {
#define L2CAP_LM_TRUSTED 0x0008
#define L2CAP_LM_RELIABLE 0x0010
#define L2CAP_LM_SECURE 0x0020