Index: libs/libmythtv/NuppelVideoRecorder.cpp =================================================================== --- libs/libmythtv/NuppelVideoRecorder.cpp (revision 9408) +++ libs/libmythtv/NuppelVideoRecorder.cpp (working copy) @@ -934,7 +934,7 @@ correct_bttv = true; QString driver = (char *)vcap.driver; - if (driver == "cx8800" || driver == "go7007") + if (driver == "cx8800" || driver == "go7007" || driver == "em28xx") { channelfd = open(videodevice.ascii(), O_RDWR); if (channelfd < 0)