Mailing List archive

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

[linux-dvb] Avermedia DVB-T 771 remote. First signs of life!



Hello,

Having seen posts by Matt Jesson at the linux-dvb list, and Andreas
Witte at the video4linux list I though I should share my progress with
the Avermedia DVB-T 771 remote.

I followed Matts suggestion and uncommented "case BTTV_AVDVBT_771:" in
ir-kbd-gpio.c. I also had to change:

  #if 0 /* untested */ 
  .has_remote = 1, 
  #endif

to a

  #if 1 /* untested */ 
  .has_remote = 1, 
  #endif

in bttv-card.c (look for .name = "AVerMedia AVerTV DVB-T 771",).

I now get keystrokes when I press the remote buttons, but they don't
get translated to the codes I would like to have. I will continue my
testing, and hopefully supply a propper patch when I'm done.

Regards,
-- 
/Ola Nilsson





Home | Main Index | Thread Index