]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
SNR support for all TBS tuners 240/head
authorPiotras <piotr@fuerte.com.pl>
Thu, 31 Jan 2013 23:38:48 +0000 (23:38 +0000)
committerPiotras <piotr@fuerte.com.pl>
Thu, 31 Jan 2013 23:38:48 +0000 (23:38 +0000)
Drivers fot TBS tuner support SNR
this change work for all models ;)

src/dvb/dvb_adapter.c

index ac85b454897525e649d3f617315dd4fe8faada89..41d7fbbe8e2e003f10245c2c8faae41f5396e2ed 100644 (file)
@@ -59,7 +59,7 @@ static void tda_init(th_dvb_adapter_t *tda);
 static const char* dvb_adapter_snr_whitelist[] = {
   "Sony CXD2820R",
   "stv090x",
-  "TBS 6981",
+  "TurboSight",
   NULL
 };