public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, thirteen, updated. 48bf31fa46150eb2698083aad5de140568df4b0d
Date: Thu, 25 Oct 2012 15:13:24 +0200	[thread overview]
Message-ID: <20121025131324.96DCD200B0@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 5480 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, thirteen has been updated
       via  48bf31fa46150eb2698083aad5de140568df4b0d (commit)
       via  08a80c31dcbc49b28ff006741c8d5025c4516f78 (commit)
      from  60d3e6f6358b0cec3cd95383484f5ca638051af6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 48bf31fa46150eb2698083aad5de140568df4b0d
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Thu Oct 25 15:10:34 2012 +0200

    v4l-dvb: fix tua6034 pll bandwich config.
    
    Now the Skymaster DTMU 100 works again.

commit 08a80c31dcbc49b28ff006741c8d5025c4516f78
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Thu Oct 25 12:58:34 2012 +0200

    v4l_dvb: add some patches for rtl283x dvb-t sticks.

-----------------------------------------------------------------------

Summary of changes:
 lfs/v4l-dvb                                        |    4 ++++
 src/patches/v4l-dvb_fix_tua6034_pll.patch          |   12 ++++++++++++
 .../v4l-dvb_rtl28xx_commented_usb_clear_halt.patch |   12 ++++++++++++
 .../v4l-dvb_usbv2_dont_report_pidfilter_fail.patch |   16 ++++++++++++++++
 4 files changed, 44 insertions(+), 0 deletions(-)
 create mode 100644 src/patches/v4l-dvb_fix_tua6034_pll.patch
 create mode 100644 src/patches/v4l-dvb_rtl28xx_commented_usb_clear_halt.patch
 create mode 100644 src/patches/v4l-dvb_usbv2_dont_report_pidfilter_fail.patch

Difference in files:
diff --git a/lfs/v4l-dvb b/lfs/v4l-dvb
index 8f39613..0256cc3 100644
--- a/lfs/v4l-dvb
+++ b/lfs/v4l-dvb
@@ -78,6 +78,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE)
 	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/v4l-dvb_rtl28xx_add_usb_ids.patch
+	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/v4l-dvb_rtl28xx_commented_usb_clear_halt.patch
+	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/v4l-dvb_usbv2_dont_report_pidfilter_fail.patch
+	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/v4l-dvb_fix_tua6034_pll.patch
+
 	cd $(DIR_APP) && make allyesconfig KERNELRELEASE=$(KVER)-$(VERSUFIX) VER=$(XVER)
 ifeq "$(KCFG)" "-omap"
 	# Disable failing OMAP2 Video Out and IR RX51 driver
diff --git a/src/patches/v4l-dvb_fix_tua6034_pll.patch b/src/patches/v4l-dvb_fix_tua6034_pll.patch
new file mode 100644
index 0000000..a430983
--- /dev/null
+++ b/src/patches/v4l-dvb_fix_tua6034_pll.patch
@@ -0,0 +1,12 @@
+diff -Naur v4l-dvb-20120916.org/linux/drivers/media/dvb-frontends/dvb-pll.c v4l-dvb-20120916/linux/drivers/media/dvb-frontends/dvb-pll.c
+--- v4l-dvb-20120916.org/linux/drivers/media/dvb-frontends/dvb-pll.c	2012-08-14 05:45:22.000000000 +0200
++++ v4l-dvb-20120916/linux/drivers/media/dvb-frontends/dvb-pll.c	2012-10-25 14:06:42.123360189 +0200
+@@ -247,7 +247,7 @@
+ static void tua6034_bw(struct dvb_frontend *fe, u8 *buf)
+ {
+ 	u32 bw = fe->dtv_property_cache.bandwidth_hz;
+-	if (bw == 7000000)
++	if (bw != 7000000)
+ 		buf[3] |= 0x08;
+ }
+ 
diff --git a/src/patches/v4l-dvb_rtl28xx_commented_usb_clear_halt.patch b/src/patches/v4l-dvb_rtl28xx_commented_usb_clear_halt.patch
new file mode 100644
index 0000000..8fb8bc4
--- /dev/null
+++ b/src/patches/v4l-dvb_rtl28xx_commented_usb_clear_halt.patch
@@ -0,0 +1,12 @@
+diff -Naur v4l-dvb-20120916.org/linux/drivers/media/usb/dvb-usb-v2/rtl28xxu.c v4l-dvb-20120916/linux/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
+--- v4l-dvb-20120916.org/linux/drivers/media/usb/dvb-usb-v2/rtl28xxu.c	2012-09-16 05:46:03.000000000 +0200
++++ v4l-dvb-20120916/linux/drivers/media/usb/dvb-usb-v2/rtl28xxu.c	2012-10-24 13:48:13.113373414 +0200
+@@ -836,7 +836,7 @@
+ 	if (onoff) {
+ 		buf[0] = 0x00;
+ 		buf[1] = 0x00;
+-		usb_clear_halt(d->udev, usb_rcvbulkpipe(d->udev, 0x81));
++//		usb_clear_halt(d->udev, usb_rcvbulkpipe(d->udev, 0x81));
+ 	} else {
+ 		buf[0] = 0x10; /* stall EPA */
+ 		buf[1] = 0x02; /* reset EPA */
diff --git a/src/patches/v4l-dvb_usbv2_dont_report_pidfilter_fail.patch b/src/patches/v4l-dvb_usbv2_dont_report_pidfilter_fail.patch
new file mode 100644
index 0000000..4b16125
--- /dev/null
+++ b/src/patches/v4l-dvb_usbv2_dont_report_pidfilter_fail.patch
@@ -0,0 +1,16 @@
+diff -Naur v4l-dvb-20120916.org/linux/drivers/media/usb/dvb-usb-v2/dvb_usb_core.c v4l-dvb-20120916/linux/drivers/media/usb/dvb-usb-v2/dvb_usb_core.c
+--- v4l-dvb-20120916.org/linux/drivers/media/usb/dvb-usb-v2/dvb_usb_core.c	2012-08-16 05:45:24.000000000 +0200
++++ v4l-dvb-20120916/linux/drivers/media/usb/dvb-usb-v2/dvb_usb_core.c	2012-10-24 13:53:35.636726448 +0200
+@@ -287,9 +287,9 @@
+ 		ret = adap->props->pid_filter(adap, dvbdmxfeed->index,
+ 				dvbdmxfeed->pid, (count == 1) ? 1 : 0);
+ 			if (ret < 0)
+-				dev_err(&d->udev->dev, "%s: pid_filter() " \
+-						"failed=%d\n", KBUILD_MODNAME,
+-						ret);
++//				dev_err(&d->udev->dev, "%s: pid_filter() " \
++//						"failed=%d\n", KBUILD_MODNAME,
++//						ret);
+ 
+ 	/* start feeding if it is first pid */
+ 	if (adap->feed_count == 1 && count == 1) {


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2012-10-25 13:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121025131324.96DCD200B0@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox