From 72e8548b23270b0605282d533debf7ef241fa923 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 12 Oct 2009 23:24:42 +0200 Subject: fix snrdb calculation for dm600 tuner --- lib/dvb/frontend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dvb/frontend.cpp b/lib/dvb/frontend.cpp index 0319c4c9..c6bf6aa8 100644 --- a/lib/dvb/frontend.cpp +++ b/lib/dvb/frontend.cpp @@ -804,7 +804,7 @@ int eDVBFrontend::readFrontendData(int type) ret = (int)(snr_in_db * 100); } else if (strstr(m_description, "Alps BSBE1 C01A") || - !strcmp(m_description, "Alps -S(STV0288)")) + strstr(m_description, "Alps -S(STV0288)")) { if (snr == 0) ret = 0; -- cgit v1.2.3