Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/bluez/files: bluez-4.101-mgmt-update.patch
Date: Thu, 27 Dec 2012 20:54:18
Message-Id: 20121227205406.7CFAE2171D@flycatcher.gentoo.org
1 pacho 12/12/27 20:54:06
2
3 Added: bluez-4.101-mgmt-update.patch
4 Log:
5 Revert upstream commit causing problems with mouse connection (#431624 by cache), will need to recheck without reversion in bluez-5, move to python-single-r1.eclass and drop old.
6
7 (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.1 net-wireless/bluez/files/bluez-4.101-mgmt-update.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/files/bluez-4.101-mgmt-update.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/files/bluez-4.101-mgmt-update.patch?rev=1.1&content-type=text/plain
14
15 Index: bluez-4.101-mgmt-update.patch
16 ===================================================================
17 From d22d083d6dd681f8d25eb806d4ec91853475ee06 Mon Sep 17 00:00:00 2001
18 From: Gustavo Padovan <gustavo@×××××××.org>
19 Date: Thu, 5 Apr 2012 16:22:55 -0300
20 Subject: [PATCH] mgmt: update mgmt control channel id
21
22 kernel side has updated its control channel id from 1 to 3.
23 ---
24 lib/hci.h | 2 +-
25 1 files changed, 1 insertions(+), 1 deletions(-)
26
27 diff --git a/lib/hci.h b/lib/hci.h
28 index 887a860..f7be92d 100644
29 --- a/lib/hci.h
30 +++ b/lib/hci.h
31 @@ -2288,8 +2288,8 @@ struct sockaddr_hci {
32 #define HCI_DEV_NONE 0xffff
33
34 #define HCI_CHANNEL_RAW 0
35 -#define HCI_CHANNEL_CONTROL 1
36 #define HCI_CHANNEL_MONITOR 2
37 +#define HCI_CHANNEL_CONTROL 3
38
39 struct hci_filter {
40 uint32_t type_mask;
41 --
42 1.7.6.5