Date: Sat, 17 Mar 2001 21:26:31 +0300 (MSK) From: Seva 1 <seva@ns.riskinv.ru> To: jukka.simila@sveg.se.sykes.com Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: how to use avermedia remote control with fxtv? Message-ID: <200103171826.f2HIQV602388@ns.riskinv.ru> In-Reply-To: <8F68F32EB034D311A4A700508B4417D704108BAE@RATATOSK.sveg.se.sykes.com> (message from =?iso-8859-1?Q?Jukka_Simil=E4?= on Thu, 15 Mar 2001 10:32:03 %2B0100) References: <8F68F32EB034D311A4A700508B4417D704108BAE@RATATOSK.sveg.se.sykes.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> Well I don't know about the fxtv's avermedia support, but I'd bet > LIRC homepage / LIRC sources would give somekind of clue what to do with > the remote - www.lirc.org Yes. I got it. It needs BKTR_GPIO_ACCESS in kernel configuration and use ioctl(f,BT848_GPIO_GET_DATA,&k). pressed remote control key maybe seen by if(k&0x010000) k&=0x0f88000 I've added remote control support in my little fmtuner. http://gib.ru/~s/fmtuner.c 8) Seva. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103171826.f2HIQV602388>