Ticket #399 (closed defect: fixed)
Suspend override while plugged in gets cancelled by call
| Reported by: | Nytowl | Owned by: | jluebbe |
|---|---|---|---|
| Priority: | major | Milestone: | milestone5.5 |
| Component: | framework/oeventsd | Version: | |
| Keywords: | Cc: |
Description
The rule
-
while: PowerStatus?() filters: Not(HasAttr?(status, "discharging")) actions: OccupyResource?(Display)
Has no effect once a call has ended
Change History
Note: See
TracTickets for help on using
tickets.

The problem here is that allowStateTransitionTo in idlenotifier reloads all timeouts. So when the call ends, all timeouts are reenabled.