lp://staging/~andreas-pokorny/powerd/blank-on-proximity-powerstate
Created by
Andreas Pokorny
and last modified
- Get this branch:
- bzr branch lp://staging/~andreas-pokorny/powerd/blank-on-proximity-powerstate
Only
Andreas Pokorny
can upload to this branch. If you are
Andreas Pokorny
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Ricardo Salveti (community): Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 514 lines (+148/-198)9 files modifiedCMakeLists.txt (+1/-0)
cli/powerd-cli.c (+50/-0)
data/com.canonical.powerd.xml (+8/-0)
src/power-request.c (+2/-1)
src/powerd-internal.h (+6/-0)
src/powerd-object.c (+4/-29)
src/powerd-proximity.cpp (+63/-0)
src/powerd.cpp (+2/-168)
src/powerd.h (+12/-0)
Related bugs
Bug #1353560: Don't black screen when on call with speakerphone | High | Fix Released | |
Bug #1367341: proximity sensor blanks screen when dialer is not active app | High | Fix Released |
Related blueprints
Branch information
Recent revisions
- 146. By Andreas Pokorny
-
Adds an option to powerd-cli enable and disable proximty handling
this also fixes the missing dbus reponse.
- 145. By Andreas Pokorny
-
Adds two new requets to enable and disable proximity based display blanking
instead of combining that behavior with a power state it is now a separate status. That way suspend logic remains unaffected by this.
- 144. By Andreas Pokorny
-
Trigger suspend on proximity events.
+ moved proximity handling to power-request.c
- 143. By Andreas Pokorny
-
Adds another power state: active + blank display on proximity
This state can now be requested by telepathy-ofono during a call to blank on proximity depending on the used audio outputs.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/powerd