Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 137182
Collapse All | Expand All

(-)libs/libmythtv/NuppelVideoRecorder.cpp (-1 / +1 lines)
Lines 934-940 Link Here
934
            correct_bttv = true;
934
            correct_bttv = true;
935
935
936
        QString driver = (char *)vcap.driver;
936
        QString driver = (char *)vcap.driver;
937
        if (driver == "cx8800" || driver == "go7007")
937
        if (driver == "cx8800" || driver == "go7007" || driver == "em28xx")
938
        {
938
        {
939
            channelfd = open(videodevice.ascii(), O_RDWR);
939
            channelfd = open(videodevice.ascii(), O_RDWR);
940
            if (channelfd < 0)
940
            if (channelfd < 0)

Return to bug 137182