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 majo...@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message