[linux-dvb] Hauppauge HVR 1100 remote
Michael Schröder
mischroeder at online.de
Tue Jan 17 21:17:21 CET 2006
Hi Patrick,
the HVR1100 remote works fine for me.
I use a 2.6.14.3 kernel with the linuxtv-dvb cvs of somewhen in december.
The driver was missing one line for support of this specific card's
remote, I just checked, and it's still missing, but you can find what I
changed below.
Of course the evdev module had to be loaded...
I did not have any problem with missing /dev/dvb though after inserting
the correct modules...
Greetings.
Michael
> Hi,
>
> I was trying to get the remote of my HVR1100 working today, but did
> not see any events coming in with evtest.
> When looking at the code in
> v4l-dvb/linux/drivers/media/video/cx88/cx88-input.c, I saw that the
> card (CX88_BOARD_HAUPPAUGE_HVR1100)
> is mentioned in the detect & configure section:
>
> /* detect & configure */
> switch (core->board) {}
>
>
> but not in the decode section:
>
> /* decode it */
> switch (core->board) {
> ...
> ir_input_keydown(ir->input, &ir->ir, (ircode >> 16) & 0x7f,
> (ircode >> 16) & 0xff);
> ir->release = jiffies + msecs_to_jiffies(120);
> break;
> case CX88_BOARD_HAUPPAUGE:
> case CX88_BOARD_HAUPPAUGE_DVB_T1:
> case CX88_BOARD_HAUPPAUGE_NOVASE2_S1:
> case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1:
> /* I added the following line , MS */
> case CX88_BOARD_HAUPPAUGE_HVR1100:
> ircode = ir_decode_biphase(ir->samples, ir->scount, 5, 7);
> ir_dprintk("biphase decoded: %x\n", ircode);
>
> }
>
>
> When adding the card here to the other Hauppauge cards, it seems to
> work. Was it just forgotten, or is this done by intention ??
>
> Regards,
>
> Michael
>
Patrick Fischer wrote:
> Did you get it work?
> Is there any howto?
> I have no /dev/input/eventX if I make "make insmod".
> By the way, I didn't have an /dev/dvb/ device found.
> Should I appand an dmesg or log output?
>
>
>> Me again ;-))
>>
>> When browsing the CVS at linuxtv.org, I find the file I have (where
>> this card is missing):
>> http://www.linuxtv.org/cgi-bin/viewcvs.cgi/v4l-dvb/linux/drivers/media/video/cx88/cx88-input.c?rev=1.26&root=v4l&view=markup
>>
>>
>> Steve Toth wrote:
>>
>> > Michael Schröder wrote:
>> >
>> >> Hi,
>> >>
>> >> I was trying to get the remote of my HVR1100 working today,
>> but did >> not see any events coming in with evtest.
>> >> When looking at the code in >>
>> v4l-dvb/linux/drivers/media/video/cx88/cx88-input.c, I saw that the
>> >> card (CX88_BOARD_HAUPPAUGE_HVR1100)
>> >> is mentioned in the detect & configure section:
>> >>
>> >> >
>> > I added the HVR1100 stuff to the V4L CVS a couple of weeks back,
>> are > you testing with the latest build?
>> >
>> > Steve
>> >
>
>
>
> _______________________________________________
> linux-dvb mailing list
> linux-dvb at linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>
More information about the linux-dvb
mailing list