[mythtv-commits] mythtv commit: r10128 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Jun 6 21:17:52 UTC 2006


      Author: danielk
        Date: 2006-06-06 21:17:49 +0000 (Tue, 06 Jun 2006)
New Revision: 10128
   Changeset: http://cvs.mythtv.org/trac/changeset/10128

Modified:

   branches/release-0-19-fixes/mythtv/libs/libmythtv/dvbchannel.cpp
   branches/release-0-19-fixes/mythtv/libs/libmythtv/dvbchannel.h
   branches/release-0-19-fixes/mythtv/libs/libmythtv/dvbsignalmonitor.cpp
   branches/release-0-19-fixes/mythtv/libs/libmythtv/signalmonitor.cpp
   branches/release-0-19-fixes/mythtv/libs/libmythtv/signalmonitor.h
   branches/release-0-19-fixes/mythtv/libs/libmythtv/videosource.cpp
   branches/release-0-19-fixes/mythtv/libs/libmythtv/videosource.h

Log:

Refs #1552. Backports various tuning delays to 0.19-fixes.

This backports some tuning delays recommended by Marcus Metzler.

In particular we 10 ms sleep after every frontend set, and if we are dealing with any DVB-S device or the Nova-T DVB-T device we sleep for 300 ms or 100 ms, resp between status querying ioctl calls.

This delays are needed due to numerous bugs in the i2c bus handling in many DVB-S drivers and the Nova-T DVB-T driver.

Again, these are bugs that the DVB driver folks do not intend to fix anytime soon so we need to work around them.






More information about the mythtv-commits mailing list