Merge lp:~ogra/powerd/fix-semsor-race into lp:powerd

Proposed by Oliver Grawert
Status: Merged
Approved by: Seth Forshee
Approved revision: 85
Merged at revision: 85
Proposed branch: lp:~ogra/powerd/fix-semsor-race
Merge into: lp:powerd
Diff against target: 27 lines (+10/-1)
2 files modified
debian/changelog (+9/-0)
debian/upstart (+1/-1)
To merge this branch: bzr merge lp:~ogra/powerd/fix-semsor-race
Reviewer Review Type Date Requested Status
Seth Forshee (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+180095@code.launchpad.net

Commit message

fix race with proximity sensor on boot

Description of the change

fix race with proximity sensor on boot

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Seth Forshee (sforshee) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-08-12 18:41:26 +0000
3+++ debian/changelog 2013-08-14 11:09:41 +0000
4@@ -1,3 +1,12 @@
5+powerd (0.13+13.10.20130812-0ubuntu2) UNRELEASED; urgency=low
6+
7+ * fix race condition on boot, we need to wait until the proximity sensor is
8+ available before starting, the container emits an "android" event once it
9+ is done bootimg ... make the upstart job wait for this event so we can be
10+ sure the sensorservice is available on the android side
11+
12+ -- Oliver Grawert <ogra@ubuntu.com> Wed, 14 Aug 2013 13:04:36 +0200
13+
14 powerd (0.13+13.10.20130812-0ubuntu1) saucy; urgency=low
15
16 [ Seth Forshee ]
17
18=== modified file 'debian/upstart'
19--- debian/upstart 2013-07-11 14:37:52 +0000
20+++ debian/upstart 2013-08-14 11:09:41 +0000
21@@ -1,6 +1,6 @@
22 author "Michael Frey <michael.frey@canonical.com>"
23
24-start on started dbus
25+start on started dbus and android
26
27 respawn
28

Subscribers

People subscribed via source and target branches