Bugzilla – Bug 17886
SB Touch IR Blaster issue when controlled from SB Controller
Last modified: 2012-02-10 02:57:13 UTC
When SB Controller (or another SB Touch or SB Radio for that matter) is controlling an SB Touch that uses IR Blaster and the volume is set fix to 100% no volume changes are forwarded to LMS when the local volume is at the minimum or maximum already. The problem seems to be that the System:hasIRBlasterCapability() won't work when controlling a different device. We need to check if the controlled remote player has IR Blaster capability and not whether the local player can do it.
== Auto-comment from SVN commit #9599 to the jive repo by fmueller == == http://svn.slimdevices.com/jive?view=revision&revision=9599 == Bug: 17886 Description: Fix IR Blaster on Fab4 when controlled by a SB Controller. We need to check for IR Blaster capability of the controlled (and not the local) player.