Merge lp:~guilhem-fr/bluez/ubuntu-autoenable into lp:~bluetooth/bluez/ubuntu

Proposed by Guilhem Lettron
Status: Superseded
Proposed branch: lp:~guilhem-fr/bluez/ubuntu-autoenable
Merge into: lp:~bluetooth/bluez/ubuntu
Diff against target: 42 lines (+19/-3)
3 files modified
debian/50-bluetooth-hci-auto-poweron.rules (+0/-2)
debian/bluez.install (+0/-1)
debian/patches/autoenable.diff (+19/-0)
To merge this branch: bzr merge lp:~guilhem-fr/bluez/ubuntu-autoenable
Reviewer Review Type Date Requested Status
Simon Fels Approve
Review via email: mp+296115@code.launchpad.net

This proposal has been superseded by a proposal from 2017-01-10.

Description of the change

Enable autoEnable parameter of bluez.

Fix #1510570

To post a comment you must log in.
Revision history for this message
Simon Fels (morphis) wrote :

LGTM. @Konrad: we should go and land this together with an upgrade to Bluez 3.40 also for Touch.

Revision history for this message
Simon Fels (morphis) :
review: Approve

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed file 'debian/50-bluetooth-hci-auto-poweron.rules'
2--- debian/50-bluetooth-hci-auto-poweron.rules 2015-08-14 10:04:55 +0000
3+++ debian/50-bluetooth-hci-auto-poweron.rules 1970-01-01 00:00:00 +0000
4@@ -1,2 +0,0 @@
5-# Set bluetooth power up
6-ACTION=="add", SUBSYSTEM=="bluetooth", KERNEL=="hci[0-9]*", RUN+="/bin/hciconfig %k up"
7
8=== modified file 'debian/bluez.install'
9--- debian/bluez.install 2016-02-02 17:16:14 +0000
10+++ debian/bluez.install 2016-05-31 15:50:24 +0000
11@@ -25,7 +25,6 @@
12 lib/udev/hid2hci
13 lib/udev/rules.d/97-hid2hci.rules
14 attrib/gatttool usr/bin
15-debian/50-bluetooth-hci-auto-poweron.rules lib/udev/rules.d
16 #-- for systemd
17 lib/systemd/system/bluetooth.service
18 etc/dbus-1/system.d/bluetooth.conf
19
20=== added file 'debian/patches/autoenable.diff'
21--- debian/patches/autoenable.diff 1970-01-01 00:00:00 +0000
22+++ debian/patches/autoenable.diff 2016-05-31 15:50:24 +0000
23@@ -0,0 +1,19 @@
24+Index: bluez/src/main.conf
25+===================================================================
26+--- bluez.orig/src/main.conf
27++++ bluez/src/main.conf
28+@@ -64,7 +64,7 @@
29+ # 'false'.
30+ #FastConnectable = false
31+
32+-#[Policy]
33++[Policy]
34+ #
35+ # The ReconnectUUIDs defines the set of remote services that should try
36+ # to be reconnected to in case of a link loss (link supervision
37+@@ -86,4 +86,4 @@
38+ # AutoEnable defines option to enable all controllers when they are found.
39+ # This includes adapters present on start as well as adapters that are plugged
40+ # in later on. Defaults to 'false'.
41+-#AutoEnable=false
42++AutoEnable=true

Subscribers

People subscribed via source and target branches

to all changes: