rpms/kernel/F-10 kernel.spec, 1.1206.2.43, 1.1206.2.44 linux-2.6-hdpvr.patch, 1.1.12.1, 1.1.12.2

Jarod Wilson jwilson at fedoraproject.org
Tue Mar 10 15:32:14 UTC 2009


Author: jwilson

Update of /cvs/pkgs/rpms/kernel/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6872

Modified Files:
      Tag: private-fedora-10-2_6_27
	kernel.spec linux-2.6-hdpvr.patch 
Log Message:
* Tue Mar 10 2009 Jarod Wilson <jarod at redhat.com> 2.6.27.19-170.2.44
- Un-muck-up hdpvr patch update -- can't use 2.6.29 features that aren't in 2.6.27...



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/kernel.spec,v
retrieving revision 1.1206.2.43
retrieving revision 1.1206.2.44
diff -u -r1.1206.2.43 -r1.1206.2.44
--- kernel.spec	9 Mar 2009 21:43:32 -0000	1.1206.2.43
+++ kernel.spec	10 Mar 2009 15:31:43 -0000	1.1206.2.44
@@ -1988,6 +1988,9 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Tue Mar 10 2009 Jarod Wilson <jarod at redhat.com> 2.6.27.19-170.2.44
+- Un-muck-up hdpvr patch update -- can't use 2.6.29 features that aren't in 2.6.27...
+
 * Mon Mar 09 2009 Dennis Gilmore <dennis at ausil.us> 2.6.27.19-170.2.43
 - add cs4231 ebus dma patch
 

linux-2.6-hdpvr.patch:

Index: linux-2.6-hdpvr.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/linux-2.6-hdpvr.patch,v
retrieving revision 1.1.12.1
retrieving revision 1.1.12.2
diff -u -r1.1.12.1 -r1.1.12.2
--- linux-2.6-hdpvr.patch	8 Mar 2009 03:30:10 -0000	1.1.12.1
+++ linux-2.6-hdpvr.patch	10 Mar 2009 15:31:43 -0000	1.1.12.2
@@ -908,7 +908,7 @@
 index 0000000..2378099
 --- /dev/null
 +++ b/drivers/media/video/hdpvr/hdpvr-video.c
-@@ -0,0 +1,1261 @@
+@@ -0,0 +1,1258 @@
 +/*
 + * Hauppage HD PVR USB driver - video 4 linux 2 interface
 + *
@@ -1535,11 +1535,8 @@
 +static int vidioc_querycap(struct file *file, void  *priv,
 +			   struct v4l2_capability *cap)
 +{
-+	struct hdpvr_device *dev = video_drvdata(file);
-+
 +	strcpy(cap->driver, "hdpvr");
 +	strcpy(cap->card, "Hauppauge HD PVR");
-+	usb_make_path(dev->udev, cap->bus_info, sizeof(cap->bus_info));
 +	cap->version = HDPVR_VERSION;
 +	cap->capabilities =     V4L2_CAP_VIDEO_CAPTURE |
 +				V4L2_CAP_AUDIO         |




More information about the fedora-extras-commits mailing list