[linux-dvb] RE: Compro DVB-T300 Remote

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Cool, nice job Nick!

Do you (or someone else) know if this little mod will work for T200 cards
(placed under the T200 'case' statement of course though)? I'd have thought
they are fairly similar and would therefore use the same key masks...?

Thanks,

Andy


----- Original Message ----- 
From: <nick@xxxxxxxxxxxxx>
To: <linux-dvb@xxxxxxxxxxx>
Sent: Wednesday, September 21, 2005 7:31 AM
Subject: [linux-dvb] RE: Compro DVB-T300 Remote


> After much trial and error I've managed to get the remote to work.
>
> I don't know how to create patches etc... just yet so I've included the
> mod's I've made to the saa7134-cards.c and the saa7134-input.c files to
> get this to work.
>
>
> saa7134-cards.c
> Below the switch (dev->board) { line I added the following
>
>         case SAA7134_BOARD_VIDEOMATE_DVBT_300:
>
> saa7134-input.c
> Below the switch (dev->board) { line I added the following
>
>         case SAA7134_BOARD_VIDEOMATE_DVBT_300:
>                 ir_codes     = videomate_tv_pvr_codes;
>                 mask_keycode = 0x003F00;
>                 mask_keyup = 0x040000;
>                 break;
>
> Once I loaded the saa7134 module I was able to use evdev to see that the
> keypresses were corresponding to the correct buttons.
>
> I then grabbed the lirc.conf file from bytesex and created a lircrc file.
>
> Changed lirc to use --driver=dev/input --device=/dev/input/event1 (or what
> ever your IR points to) and then started irxevent. Ran Myth and everything
> is now working beautifully.
>
> I'm not sure if this is 100% because I basically used trial and error to
> get the result but it does work for me :)
>
> Cheers
>
> Nick
>
> _______________________________________________
> 
> linux-dvb@xxxxxxxxxxx
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>



[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux