Comment 4 for bug 560386

Revision history for this message
raido357 (raido357) wrote :

Compiling latest uvcvideo from source fixes the problem.

But default compile fails on Lucid Lynx.

1) change v4l/.config
  : CONFIG_DVB_FIREDTV=m -> CONFIG_DVB_FIREDTV=n

2) replace "kfifo_in" with "kfifo_get" and "kfifo_out" with "kfifo_put". in "v4l/ir-raw-event.c"

After that

#: make
#: sudo make install