rpms/kernel/devel linux-2.6-v4l-dvb-fixes.patch,1.12,1.13

Dave Jones davej at fedoraproject.org
Fri Jul 10 01:58:14 UTC 2009


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3458

Modified Files:
	linux-2.6-v4l-dvb-fixes.patch 
Log Message:
fix hdpvr-i2c.c build failure

linux-2.6-v4l-dvb-fixes.patch:

Index: linux-2.6-v4l-dvb-fixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-v4l-dvb-fixes.patch,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- linux-2.6-v4l-dvb-fixes.patch	30 Mar 2009 12:11:45 -0000	1.12
+++ linux-2.6-v4l-dvb-fixes.patch	10 Jul 2009 01:58:13 -0000	1.13
@@ -113202,3 +113202,14 @@ index 82b9bdd..6cc18bf 100644
  	help
  	  Say Y here to include support for soundcards based on the ForteMedia
  	  FM801 chip with a TEA5757 tuner connected to GPIO1-3 pins (Media
+--- linux-2.6.30.noarch/drivers/media/video/hdpvr/hdpvr-i2c.c~	2009-07-09 21:56:58.000000000 -0400
++++ linux-2.6.30.noarch/drivers/media/video/hdpvr/hdpvr-i2c.c	2009-07-09 21:57:34.000000000 -0400
+@@ -64,7 +64,7 @@ static int hdpvr_i2c_write(struct hdpvr_
+ 
+ 	ret = usb_control_msg(dev->udev,
+ 			      usb_rcvctrlpipe(dev->udev, 0),
+-			      REQTYPE_I2C_WRITE_STAT, CTRL_READ_REQUEST,
++			      REQTYPE_I2C_WRITE_STATT, CTRL_READ_REQUEST,
+ 			      0, 0, buf, 2, 1000);
+ 
+ 	if (ret == 2)




More information about the fedora-extras-commits mailing list