summaryrefslogtreecommitdiffstats
path: root/dvbv5_dvb-t/fi-Luhanka
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2014-05-13 22:21:42 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2014-05-13 22:21:42 +0100
commit86e10c1a9641692a062ca159b49d91e0525d8c2c (patch)
tree63a2373879d9ea063544d4177fcb4df4bb59f2c6 /dvbv5_dvb-t/fi-Luhanka
parente17e23a7a53c15ab29c66c2e5361b8b70491cac2 (diff)
parentf5a002e361636dd41dc84a5fa1a2e1ee77862edb (diff)
downloaddtv-scan-tables-86e10c1a9641692a062ca159b49d91e0525d8c2c.tar.gz
Merge tag 'upstream/0+git20140512.1246b27'
Upstream version 0+git20140512.1246b27
Diffstat (limited to 'dvbv5_dvb-t/fi-Luhanka')
-rw-r--r--dvbv5_dvb-t/fi-Luhanka23
1 files changed, 23 insertions, 0 deletions
diff --git a/dvbv5_dvb-t/fi-Luhanka b/dvbv5_dvb-t/fi-Luhanka
new file mode 100644
index 0000000..f6407ce
--- /dev/null
+++ b/dvbv5_dvb-t/fi-Luhanka
@@ -0,0 +1,23 @@
+# 2014-04-18 Antti Palosaari <crope@iki.fi>
+# generated from http://www.digita.fi/kuluttajat/tv/nakyvyysalueet/kanavanumerot_ja_taajuudet
+
+[Luhanka]
+ DELIVERY_SYSTEM = DVBT
+ FREQUENCY = 562000000
+ BANDWIDTH_HZ = 8000000
+
+[Luhanka]
+ DELIVERY_SYSTEM = DVBT
+ FREQUENCY = 674000000
+ BANDWIDTH_HZ = 8000000
+
+[Luhanka]
+ DELIVERY_SYSTEM = DVBT
+ FREQUENCY = 610000000
+ BANDWIDTH_HZ = 8000000
+
+[Luhanka]
+ DELIVERY_SYSTEM = DVBT
+ FREQUENCY = 490000000
+ BANDWIDTH_HZ = 8000000
+
/lcd4linux.git/commit/timer.c?h=master&id=dcb29d2726791b4b770d4b36d27ee81d79a38f9e&follow=1'>BUG: handle negative delays in timer_process() (timer.c)mzuther1-0/+4 2010-02-06timer.c: I had forgotten how to initialize a "struct" :)mzuther1-3/+4 2010-02-06BUG: compensate timers for processing delay ("timer.c")mzuther1-1/+3 2010-02-06timer.c: exchanged "proprietary code" with timeradd() and timersub() functionsmzuther1-14/+10 2010-02-04timer.c: removed fruitless changes to variable "flag" from timer_process()mzuther1-2/+0 2010-02-04According to its man page, timercmp() is broken on some systems -- applied th...mzuther1-1/+1 2010-02-04small warning removedmichael1-1/+1 2010-02-04clear errno after creating the FIFO by Claas Hilbrechtmichael1-0/+2