[kernel] r9971 - in dists/sid/linux-2.6/debian: . patches/features/all patches/series

Aurelien Jarno aurel32 at alioth.debian.org
Mon Dec 17 23:53:43 UTC 2007


Author: aurel32
Date: Mon Dec 17 23:53:43 2007
New Revision: 9971

Log:
  * Add em28xx-dv100.patch to add support for Pinnacle Dazzle DVC 100.



Added:
   dists/sid/linux-2.6/debian/patches/features/all/em28xx-dv100.patch
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/series/2

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Mon Dec 17 23:53:43 2007
@@ -91,6 +91,7 @@
   [ Aurelien Jarno ]
   * [arm/versatile] Disable ACENIC and MYRI10GE as they are useless on this
     platform.
+  * Add em28xx-dv100.patch to add support for Pinnacle Dazzle DVC 100.
 
  -- maximilian attems <maks at debian.org>  Mon, 17 Dec 2007 21:34:33 +0100
 

Added: dists/sid/linux-2.6/debian/patches/features/all/em28xx-dv100.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/features/all/em28xx-dv100.patch	Mon Dec 17 23:53:43 2007
@@ -0,0 +1,30 @@
+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 },
+ 	{ },
+ };
+ 

Modified: dists/sid/linux-2.6/debian/patches/series/2
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/2	(original)
+++ dists/sid/linux-2.6/debian/patches/series/2	Mon Dec 17 23:53:43 2007
@@ -4,3 +4,4 @@
 + bugfix/all/2.6.23.10
 + bugfix/all/2.6.23.11
 + bugfix/all/iwlwifi-null-deref.patch
++ features/all/em28xx-dv100.patch



More information about the Kernel-svn-changes mailing list