summaryrefslogtreecommitdiff
path: root/multimedia/pvr250/files/patchtuner-bgcable
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/pvr250/files/patchtuner-bgcable')
-rw-r--r--multimedia/pvr250/files/patchtuner-bgcable48
1 files changed, 48 insertions, 0 deletions
diff --git a/multimedia/pvr250/files/patchtuner-bgcable b/multimedia/pvr250/files/patchtuner-bgcable
new file mode 100644
index 000000000000..5bf66d8cc90f
--- /dev/null
+++ b/multimedia/pvr250/files/patchtuner-bgcable
@@ -0,0 +1,48 @@
+--- dev/cxm/cxm_tuner.c.org Wed Jan 19 00:36:54 2005
++++ dev/cxm/cxm_tuner.c Wed Jan 19 00:39:46 2005
+@@ -128,6 +128,27 @@
+ };
+
+ static const struct cxm_tuner_channels
++bg_cable_channels = {
++ "B/G Cable",
++ CXM_TUNER_TV_SYSTEM_BG,
++ 1,
++ 120,
++ 38900,
++ { { 121, 38900, 0},
++ { 100, 303250, 8000 },
++ { 90, 231250, 7000 },
++ { 80, 105250, 7000 },
++ { 74, 69250, 7000 },
++ { 21, 471250, 8000 },
++ { 17, 183250, 9000 },
++ { 16, 175250, 9000 },
++ { 15, 82250, 8500 },
++ { 13, 53750, 8500 },
++ { 5, 175250, 7000 },
++ { 2, 48250, 7000 } }
++};
++
++static const struct cxm_tuner_channels
+ bg_australia_channels = {
+ "B/G Australia",
+ CXM_TUNER_TV_SYSTEM_BG,
+@@ -316,7 +337,7 @@
+ { 48250, { 0x8e, 0xa0 } } },
+ 0, 0,
+ { 0 },
+- { &bg_air_channels, NULL } },
++ { &bg_cable_channels, NULL } },
+ { "LG Innotek TPI8PSB01N",
+ { CXM_TUNER_TV_SYSTEM_BG, cxm_none_system_code_style },
+ 48250, 855250,
+@@ -325,7 +346,7 @@
+ { 48250, { 0x8e, 0xa0 } } },
+ 87500, 108000,
+ { 87500, { 0x88, 0xa5 } },
+- { &bg_air_channels, NULL } },
++ { &bg_cable_channels, NULL } },
+ { "LG Innotek TAPC-H701F",
+ { CXM_TUNER_TV_SYSTEM_MN, cxm_none_system_code_style },
+ 55250, 801250,