Bugzilla – Bug 8490
Non-now playing screensavers wake on wheel
Last modified: 2008-08-28 16:58:49 UTC
1. Set the while playing screensaver to be the spectrum analyzer 2. Play some music 3. Wait for the screensaver to kick in 4. Turn the knob, observe that volume is controlled 5. When the volume display is times out, notice that the screensaver doesn't come back on, rather the player is woken from the screensaver and knob turns are now scrolling. The player should remain in the screensaver. After the timeout period it does go back to the screensaver, but it should never have left.
line 224 in Slim::Buttons::ScreenSaver is used to bypass wakeup trigger for brightness or dead mapped buttons. A check for the boom knob could work here as well. Sorry, no patch as I won't be near the hardware for a while.
Fixed in change 20989 - please check you are happy with it. Kevin - we should not need to ignore the knob as the idea is that we don't leave the screensaver - volume is pushed on top of it. This works as long as the screensaver doesn't kill itself if something get pushed on top of it and then goes away...