[mythtv-commits] [MythTV/mythtv] 9a174f: No Signal/Noise and no Signal Strength with Si2168...

kmdewaal noreply at github.com
Mon Mar 11 11:27:03 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 9a174ffc3fbd747bc6456a6e620a631793c9fbf2
      https://github.com/MythTV/mythtv/commit/9a174ffc3fbd747bc6456a6e620a631793c9fbf2
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-03-11 (Mon, 11 Mar 2019)

  Changed paths:
    M mythtv/libs/libmythtv/recorders/dvbchannel.cpp

  Log Message:
  -----------
  No Signal/Noise and no Signal Strength with Si2168-based tuners

The Linux driver for the Si2168 only implements the DVBv5 calls
to retrieve the signal strength etc.
The MythTV code first tries the DVBv3 call and if that fails
with an EOPNOTSUPP then the DVBv5 call is tried.
This worked correct until Linux kernel changed the
error code from EOPNOTSUPP to ENOTSUPP (value 524).
This fix adds a test on ENOTSUPP in addition to the existing
test on EOPNOTSUPP.




More information about the mythtv-commits mailing list