Bug 17886 - SB Touch IR Blaster issue when controlled from SB Controller
: SB Touch IR Blaster issue when controlled from SB Controller
Status: RESOLVED FIXED
Product: SqueezePlay
Classification: Unclassified
Component: Applet
: 7.7.1
: PC Other
: P3 normal (vote)
: 7.7.2
Assigned To: Felix Mueller
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-02-10 02:49 UTC by Felix Mueller
Modified: 2012-02-10 02:57 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Mueller 2012-02-10 02:49:51 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.
Comment 1 SVN Bot 2012-02-10 02:56:08 UTC
 == 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.