Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @@ -99,7 +99,7 @@
- has_tuner = !!(capabilities & V4L2_CAP_TUNER);
- has_sliced_vbi = !!(capabilities & V4L2_CAP_SLICED_VBI_CAPTURE);
- - if (driver_name == "bttv" || driver_name == "cx8800")
- + if (driver_name == "bttv" || driver_name == "cx8800" || driver_name == "cx23885")
- has_stream_io = false; // driver workaround, see #9825 & #10519
- LOG(VB_CHANNEL, LOG_INFO, LOC + QString("Device name '%1' driver '%2'.")
Add Comment
Please, Sign In to add comment