summaryrefslogtreecommitdiff
path: root/multimedia/pvrxxx/files/patchtuner-bgcable
blob: 5bf66d8cc90f4b20b6e217b5ca7eb94797c08693 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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,