From 8ed9b0a29d5966db959676d8522476fbb5baae92 Mon Sep 17 00:00:00 2001 From: Steven Toth Date: Sat, 9 May 2009 20:17:28 -0400 Subject: SAA7164: Add support for the NXP SAA7164 silicon From: Steven Toth This patch adds support for all of the known shipping Hauppauge HVR-2200 and HVR-2250 boards. Digital TV ATSC/QAM and DVB-T is enabled at this time. Both tuners are supported. Volatiles and typedefs need rework, the rest is coding style compliant. Priority: normal Signed-off-by: Steven Toth --- linux/Documentation/video4linux/CARDLIST.saa7164 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 linux/Documentation/video4linux/CARDLIST.saa7164 (limited to 'linux/Documentation') diff --git a/linux/Documentation/video4linux/CARDLIST.saa7164 b/linux/Documentation/video4linux/CARDLIST.saa7164 new file mode 100644 index 000000000..d1e8217e4 --- /dev/null +++ b/linux/Documentation/video4linux/CARDLIST.saa7164 @@ -0,0 +1,8 @@ + 0 -> Unknown + 1 -> Generic Rev2 + 2 -> Generic Rev3 + 3 -> Hauppauge WinTV-HVR2250 [0070:8880,0070:8810] + 4 -> Hauppauge WinTV-HVR2200 [0070:8980] + 5 -> Hauppauge WinTV-HVR2200 [0070:8900] + 6 -> Hauppauge WinTV-HVR2200 [0070:8901] + 7 -> Hauppauge WinTV-HVR2250 [0070:88A1,0070:8891] -- cgit v1.2.3 From 3e2db7b67b78454f77db54230f066a75feae6b69 Mon Sep 17 00:00:00 2001 From: Steven Toth Date: Mon, 11 May 2009 21:03:07 -0400 Subject: SAA7164: Fix the 88021 definition to work with production boards. From: Steven Toth SAA7164: Fix the 88021 definition to work with production boards. Priority: normal Signed-off-by: Steven Toth --- linux/Documentation/video4linux/CARDLIST.saa7164 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linux/Documentation') diff --git a/linux/Documentation/video4linux/CARDLIST.saa7164 b/linux/Documentation/video4linux/CARDLIST.saa7164 index d1e8217e4..d9bcb5a7e 100644 --- a/linux/Documentation/video4linux/CARDLIST.saa7164 +++ b/linux/Documentation/video4linux/CARDLIST.saa7164 @@ -5,4 +5,5 @@ 4 -> Hauppauge WinTV-HVR2200 [0070:8980] 5 -> Hauppauge WinTV-HVR2200 [0070:8900] 6 -> Hauppauge WinTV-HVR2200 [0070:8901] - 7 -> Hauppauge WinTV-HVR2250 [0070:88A1,0070:8891] + 7 -> Hauppauge WinTV-HVR2250 [0070:8891] + 8 -> Hauppauge WinTV-HVR2250 [0070:88A1] -- cgit v1.2.3 From 960dd433677f556b9eed1185b4fc7442ff6b9c63 Mon Sep 17 00:00:00 2001 From: Steven Toth Date: Thu, 3 Sep 2009 22:46:16 -0400 Subject: SAA7164: Add support for a new HVR-2250 hardware revision From: Steven Toth SAA7164: Add support for a new HVR-2250 hardware revision Priority: normal Signed-off-by: Steven Toth --- linux/Documentation/video4linux/CARDLIST.saa7164 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/Documentation') diff --git a/linux/Documentation/video4linux/CARDLIST.saa7164 b/linux/Documentation/video4linux/CARDLIST.saa7164 index d9bcb5a7e..152bd7b78 100644 --- a/linux/Documentation/video4linux/CARDLIST.saa7164 +++ b/linux/Documentation/video4linux/CARDLIST.saa7164 @@ -5,5 +5,5 @@ 4 -> Hauppauge WinTV-HVR2200 [0070:8980] 5 -> Hauppauge WinTV-HVR2200 [0070:8900] 6 -> Hauppauge WinTV-HVR2200 [0070:8901] - 7 -> Hauppauge WinTV-HVR2250 [0070:8891] + 7 -> Hauppauge WinTV-HVR2250 [0070:8891,0070:8851] 8 -> Hauppauge WinTV-HVR2250 [0070:88A1] -- cgit v1.2.3