[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#456799: linux-2.6: Support for Pinnacle Dazzle DVC 100



Package: linux-2.6
Version: 2.6.18.dfsg.1-13etch4
Severity: important
Tags: patch

The attached patch add support for Pinnacle Dazzle DVC 100. It will be
merged in 2.6.25.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.23-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
This patch has number 6850 in http://linuxtv.org/hg/v4l-dvb

--- a/Documentation/video4linux/CARDLIST.em28xx	2007-10-09 22:31:38.000000000 +0200
+++ b/Documentation/video4linux/CARDLIST.em28xx	2007-12-18 00:44:17.000000000 +0100
@@ -7,5 +7,5 @@
   6 -> Terratec Cinergy 200 USB                 (em2800)
   7 -> Leadtek Winfast USB II                   (em2800)
   8 -> Kworld USB2800                           (em2800)
-  9 -> Pinnacle Dazzle DVC 90                   (em2820/em2840) [2304:0207]
+  9 -> Pinnacle Dazzle DVC 90/DVC 100           (em2820/em2840) [2304:0207,2304:021a]
  12 -> Kworld PVR TV 2800 RF                    (em2820/em2840)
--- a/drivers/media/video/em28xx/em28xx-cards.c	2007-10-09 22:31:38.000000000 +0200
+++ b/drivers/media/video/em28xx/em28xx-cards.c	2007-12-18 00:43:35.000000000 +0100
@@ -248,7 +248,7 @@
 		}},
 	},
 	[EM2820_BOARD_PINNACLE_DVC_90] = {
-		.name         = "Pinnacle Dazzle DVC 90",
+		.name         = "Pinnacle Dazzle DVC 90/DVC 100",
 		.vchannels    = 3,
 		.norm         = VIDEO_MODE_PAL,
 		.has_tuner    = 0,
@@ -274,6 +274,7 @@
 	{ USB_DEVICE(0x2304, 0x0208), .driver_info = EM2820_BOARD_PINNACLE_USB_2 },
 	{ USB_DEVICE(0x2040, 0x4200), .driver_info = EM2820_BOARD_HAUPPAUGE_WINTV_USB_2 },
 	{ USB_DEVICE(0x2304, 0x0207), .driver_info = EM2820_BOARD_PINNACLE_DVC_90 },
+ 	{ USB_DEVICE(0x2304, 0x021a), .driver_info = EM2820_BOARD_PINNACLE_DVC_90 },
 	{ },
 };
 

Reply to: