Ticket #1652: mythtv-em28xx.patch

File mythtv-em28xx.patch, 569 bytes (added by Aidan Thornton <makomk@…>, 18 years ago)

Patch to use v4l2 with em28xx

  • libs/libmythtv/NuppelVideoRecorder.cpp

     
    940940            correct_bttv = true;
    941941
    942942        QString driver = (char *)vcap.driver;
    943         if (driver == "cx8800" || driver == "go7007")
     943        if (driver == "cx8800" || driver == "go7007" || driver == "em28xx")
    944944        {
    945945            channelfd = open(videodevice.ascii(), O_RDWR);
    946946            if (channelfd < 0)