diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-12-27 20:54:06 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-12-27 20:54:06 +0000 |
commit | 0fd2b2312d1fe396c4c13cb44f43bd97228b6a6f (patch) | |
tree | 8b8569193cb646b47a66cd499a338844effc2c3b /net-wireless/bluez/files | |
parent | Version bump (#399007) (diff) | |
download | gentoo-2-0fd2b2312d1fe396c4c13cb44f43bd97228b6a6f.tar.gz gentoo-2-0fd2b2312d1fe396c4c13cb44f43bd97228b6a6f.tar.bz2 gentoo-2-0fd2b2312d1fe396c4c13cb44f43bd97228b6a6f.zip |
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.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-wireless/bluez/files')
-rw-r--r-- | net-wireless/bluez/files/bluez-4.101-mgmt-update.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-wireless/bluez/files/bluez-4.101-mgmt-update.patch b/net-wireless/bluez/files/bluez-4.101-mgmt-update.patch new file mode 100644 index 000000000000..c7523e6a2ff6 --- /dev/null +++ b/net-wireless/bluez/files/bluez-4.101-mgmt-update.patch @@ -0,0 +1,27 @@ +From d22d083d6dd681f8d25eb806d4ec91853475ee06 Mon Sep 17 00:00:00 2001 +From: Gustavo Padovan <gustavo@padovan.org> +Date: Thu, 5 Apr 2012 16:22:55 -0300 +Subject: [PATCH] mgmt: update mgmt control channel id + +kernel side has updated its control channel id from 1 to 3. +--- + lib/hci.h | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/lib/hci.h b/lib/hci.h +index 887a860..f7be92d 100644 +--- a/lib/hci.h ++++ b/lib/hci.h +@@ -2288,8 +2288,8 @@ struct sockaddr_hci { + #define HCI_DEV_NONE 0xffff + + #define HCI_CHANNEL_RAW 0 +-#define HCI_CHANNEL_CONTROL 1 + #define HCI_CHANNEL_MONITOR 2 ++#define HCI_CHANNEL_CONTROL 3 + + struct hci_filter { + uint32_t type_mask; +-- +1.7.6.5 + |