<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mediapointer-dvb-s2/linux/drivers/media/video/saa7134/Kconfig, branch master</title>
<subtitle>Mediapointer DVB-S2 driver
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/'/>
<entry>
<title>Add support for Compro VideoMate S350 DVB-S PCI card.</title>
<updated>2009-08-14T00:42:21+00:00</updated>
<author>
<name>Igor M. Liplianin</name>
<email>liplianin@me.by</email>
</author>
<published>2009-08-14T00:42:21+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=74b375ad36003080f781c9f2bdad6b837f4bc052'/>
<id>74b375ad36003080f781c9f2bdad6b837f4bc052</id>
<content type='text'>
From: Igor M. Liplianin &lt;liplianin@me.by&gt;

Add Compro VideoMate S350 DVB-S driver.
The card uses zl10313, zl10039, saa7130 integrated circuits.

Signed-off-by: Igor M. Liplianin &lt;liplianin@me.by&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Igor M. Liplianin &lt;liplianin@me.by&gt;

Add Compro VideoMate S350 DVB-S driver.
The card uses zl10313, zl10039, saa7130 integrated circuits.

Signed-off-by: Igor M. Liplianin &lt;liplianin@me.by&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>saa7134: enable digital tv support for Hauppauge WinTV-HVR1110r3</title>
<updated>2009-01-19T04:10:49+00:00</updated>
<author>
<name>Michael Krufky</name>
<email>mkrufky@kernellabs.com</email>
</author>
<published>2009-01-19T04:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=b17aee4b149a0625595ffec502db3a31094bfaec'/>
<id>b17aee4b149a0625595ffec502db3a31094bfaec</id>
<content type='text'>
From: Michael Krufky &lt;mkrufky@kernellabs.com&gt;

Priority: normal

Signed-off-by: Michael Krufky &lt;mkrufky@kernellabs.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Michael Krufky &lt;mkrufky@kernellabs.com&gt;

Priority: normal

Signed-off-by: Michael Krufky &lt;mkrufky@kernellabs.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>saa7134: add RDS support.</title>
<updated>2009-03-29T09:26:27+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2009-03-29T09:26:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=989c0baab5309fcdfa58455819f9cdd4e2d84070'/>
<id>989c0baab5309fcdfa58455819f9cdd4e2d84070</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

The Terratec Cinergy 600 TV MK3 supports the RDS decoder saa6588.
Add support to saa7134 for such devices.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

The Terratec Cinergy 600 TV MK3 supports the RDS decoder saa6588.
Add support to saa7134 for such devices.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Kconfig: replace all occurrences of CUSTOMIZE to CUSTOMISE</title>
<updated>2009-03-20T22:33:59+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-03-20T22:33:59+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=a728c348653d59c62786e26db627004f9b402519'/>
<id>a728c348653d59c62786e26db627004f9b402519</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

There are several Kconfig items using CUSTOMIZE. Yet, most use the English
writing CUSTOMISE. This generates lots of trouble, because people sometimes type
the Kbuild item different.

Let's standardise every occurrence using the same syntax.

The changes were generated by this small shell script:

for i in `find linux -type f`; do sed s,CUSTOMIZE,CUSTOMISE,g $i &gt;/tmp/a &amp;&amp; mv /tmp/a $i; done

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

There are several Kconfig items using CUSTOMIZE. Yet, most use the English
writing CUSTOMISE. This generates lots of trouble, because people sometimes type
the Kbuild item different.

Let's standardise every occurrence using the same syntax.

The changes were generated by this small shell script:

for i in `find linux -type f`; do sed s,CUSTOMIZE,CUSTOMISE,g $i &gt;/tmp/a &amp;&amp; mv /tmp/a $i; done

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>saa7134: enable digital tv support for Hauppauge WinTV-HVR1120</title>
<updated>2009-01-19T04:10:49+00:00</updated>
<author>
<name>Michael Krufky</name>
<email>mkrufky@linuxtv.org</email>
</author>
<published>2009-01-19T04:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=efa0fa9346bc7dd58e925951e9dae18a0aed1f34'/>
<id>efa0fa9346bc7dd58e925951e9dae18a0aed1f34</id>
<content type='text'>
From: Michael Krufky &lt;mkrufky@linuxtv.org&gt;

Priority: normal

Signed-off-by: Michael Krufky &lt;mkrufky@linuxtv.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Michael Krufky &lt;mkrufky@linuxtv.org&gt;

Priority: normal

Signed-off-by: Michael Krufky &lt;mkrufky@linuxtv.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds some missing frontend select for saa7134 and dvb-usb</title>
<updated>2009-03-08T16:11:31+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-03-08T16:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=33fa4d14a6a7b604b8fc146401a102a08dfce1be'/>
<id>33fa4d14a6a7b604b8fc146401a102a08dfce1be</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Kconfig: Add some missing selects for a required frontends</title>
<updated>2009-03-06T11:06:24+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-03-06T11:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=100a1887717fba257eb5ad9fd716e4aa4da7187b'/>
<id>100a1887717fba257eb5ad9fd716e4aa4da7187b</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>saa7134: add DVB support for Avermedia A700 cards</title>
<updated>2009-02-24T15:35:16+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-02-24T15:35:16+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=5fae8b27610dafee725094ed65fe0d6d7b455c77'/>
<id>5fae8b27610dafee725094ed65fe0d6d7b455c77</id>
<content type='text'>
From: Matthias Schwarzott &lt;zzam@gentoo.org&gt;

Add DVB support for Avermedia DVB-S Pro and
Avermedia DVB-S Hybrid+FM card both labled A700.

They use zl10313 demod (driver mt312) and zl10036 tuner.

Signed-off-by: Matthias Schwarzott &lt;zzam@gentoo.org&gt;
[mchehab@redhat.com: change __FUNCTION__ into __func__]
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Matthias Schwarzott &lt;zzam@gentoo.org&gt;

Add DVB support for Avermedia DVB-S Pro and
Avermedia DVB-S Hybrid+FM card both labled A700.

They use zl10313 demod (driver mt312) and zl10036 tuner.

Signed-off-by: Matthias Schwarzott &lt;zzam@gentoo.org&gt;
[mchehab@redhat.com: change __FUNCTION__ into __func__]
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert changeset 9886</title>
<updated>2008-12-16T18:25:46+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2008-12-16T18:25:46+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=1e115775994e75b023a2b0a53fecb75bb949cc95'/>
<id>1e115775994e75b023a2b0a53fecb75bb949cc95</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

Changeset 9886 were applied by mistake, reverting changeset 9885, that
got a wrong comment. Let's revert it.

Priority: normal

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

Changeset 9886 were applied by mistake, reverting changeset 9885, that
got a wrong comment. Let's revert it.

Priority: normal

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>remove select's of FW_LOADER</title>
<updated>2008-07-27T13:04:55+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2008-07-27T13:04:55+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=b758fc01ef8bdaa9a7380ef01c1e27cf6a96e256'/>
<id>b758fc01ef8bdaa9a7380ef01c1e27cf6a96e256</id>
<content type='text'>
From: Adrian Bunk &lt;bunk@kernel.org&gt;

After commit d9b19199e4894089456aaad295023263b5225c1a
(always enable FW_LOADER unless EMBEDDED=y) we can remove
the FW_LOADER select's and corresponding dependencies
on HOTPLUG.

Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Adrian Bunk &lt;bunk@kernel.org&gt;

After commit d9b19199e4894089456aaad295023263b5225c1a
(always enable FW_LOADER unless EMBEDDED=y) we can remove
the FW_LOADER select's and corresponding dependencies
on HOTPLUG.

Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
