IR code autorepeat issue?

2010-08-28 Thread Anton Blanchard
I'm seeing double IR events on 2.6.36-rc2 and a DViCO FusionHDTV DVB-T Dual Express. I enabled some debug and it looks like we are only getting one IR event from the device as expected: [ 1351.032084] ir_keydown: i2c IR (FusionHDTV): key down event, key 0x0067, scancode 0x0051 [ 1351.281284] ir_

Re: IR code autorepeat issue?

2010-08-29 Thread Mauro Carvalho Chehab
Em 29-08-2010 03:40, Anton Blanchard escreveu: > > I'm seeing double IR events on 2.6.36-rc2 and a DViCO FusionHDTV DVB-T Dual > Express. I enabled some debug and it looks like we are only getting one IR > event from the device as expected: > > [ 1351.032084] ir_keydown: i2c IR (FusionHDTV): key

Re: IR code autorepeat issue?

2010-08-29 Thread Andy Walls
How about a keycode sensitive repeat delay? A short delay for vol+/-, ch+/-, etc. A medium delay for digits, fast forward, rewind, pause, play, stop, etc. A long delay for power, mute, etc. Regards, Andy Mauro Carvalho Chehab wrote: >Em 29-08-2010 03:40, Anton Blanchard escreveu: >> >> I'm see

Re: IR code autorepeat issue?

2010-08-30 Thread Mauro Carvalho Chehab
Em 29-08-2010 22:26, Andy Walls escreveu: > How about a keycode sensitive repeat delay? > A short delay for vol+/-, ch+/-, etc. > A medium delay for digits, fast forward, rewind, pause, play, stop, etc. > A long delay for power, mute, etc. There are two separate things here: 1) we need to fix a b

Re: IR code autorepeat issue?

2010-08-31 Thread David Härdeman
On Mon, August 30, 2010 14:50, Mauro Carvalho Chehab wrote: > Em 29-08-2010 22:26, Andy Walls escreveu: >> How about a keycode sensitive repeat delay? >> A short delay for vol+/-, ch+/-, etc. >> A medium delay for digits, fast forward, rewind, pause, play, stop, etc. >> A long delay for power, mute

Re: IR code autorepeat issue?

2010-09-08 Thread Mauro Carvalho Chehab
Em 29-08-2010 12:44, Mauro Carvalho Chehab escreveu: > Em 29-08-2010 03:40, Anton Blanchard escreveu: >> >> I'm seeing double IR events on 2.6.36-rc2 and a DViCO FusionHDTV DVB-T Dual >> Express. > There's one issue on touching on this constant: it is currently just one > global > timeout value t

Re: IR code autorepeat issue?

2010-09-20 Thread Anton Blanchard
Hi, > > > I'm seeing double IR events on 2.6.36-rc2 and a DViCO FusionHDTV DVB-T > > > Dual Express. > > > > There's one issue on touching on this constant: it is currently just one > > global timeout value that will be used by all protocols. This timeout > > should be enough to retrieve and proc

Re: IR code autorepeat issue?

2010-09-20 Thread Jarod Wilson
On Mon, Sep 20, 2010 at 6:55 PM, Anton Blanchard wrote: > > Hi, > >> > > I'm seeing double IR events on 2.6.36-rc2 and a DViCO FusionHDTV DVB-T >> > > Dual Express. >> > >> > There's one issue on touching on this constant: it is currently just one >> > global timeout value that will be used by all