Bugzilla – Bug 3545
Using the remote disables the knob
Last modified: 2006-10-11 14:21:36 UTC
When browsing using the slimserver, if you use the remote to change the item displayed then the knob now longer updates the display. The 'changepos: newpos: ...' debug is still updated on the server.
Who should this belong to? Thanks
probably has something to do with the direction being wrong, or the knob params. updateKnob seems to require knobPos == listIndex for one. INPUT.* uses knobPos-listIndex to determine direction. Direction is intended to be 1 or -1, so it might have strange effects if 0, -2, 2, etc.
Dean promises to pitch in when he gets a transporter!
heh, now I feel lame. I know I have been kept waiting for one for a long time, but I didn't think I'd end up with hardware before important fulltime ppl. I can hopefully test out my theory tonight (more IR avoidance because I'm still waiting for inspiration).
heh, now I feel lame. I know I have been kept waiting for one for a long time, but I didn't think I'd end up with hardware before important fulltime ppl. I can hopefully test out my theory tonight (more IR avoidance because I'm still waiting for inspiration). erk...buggy wireless mouse strikes again.
Created attachment 1446 [details] reset irholdtime on knob the problem that disabled the knob is Common::scroll. when there is an irholdtime, the routine is different. Knob does not have a holdtime, so reset it from the slimproto handler and it works again.
Subject: Re: Using the remote disables the knob Ok - sounds good. Can you please add the patch, and the comment describing what & why? Thanks.
fixed at change 9056