<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mediapointer-dvb-s2/linux/drivers/media/video/ivtv/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>ivtv/ivtvfb: no longer experimental</title>
<updated>2008-10-28T13:45:46+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2008-10-28T13:45:46+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=b1a4f9b5853cc26829270834d194ee8358cb6e53'/>
<id>b1a4f9b5853cc26829270834d194ee8358cb6e53</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

Remove the EXPERIMENTAL tag.

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;

Remove the EXPERIMENTAL tag.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ivtv: remove incorrect V4L1 &amp; tvaudio dependency</title>
<updated>2008-10-28T13:44:12+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2008-10-28T13:44:12+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=63de4e7d24acb489eecf55679f05319280ca9bcb'/>
<id>63de4e7d24acb489eecf55679f05319280ca9bcb</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

ivtv used tvaudio in the past and at the time tvaudio required V4L1.
Since tvaudio is no longer dependent on V4L1 and since ivtv actually
no longer uses tvaudio at all, this is no removed from Kconfig.

Without this patch ivtv won't be build if V4L1 is disabled.

Priority: high

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;

ivtv used tvaudio in the past and at the time tvaudio required V4L1.
Since tvaudio is no longer dependent on V4L1 and since ivtv actually
no longer uses tvaudio at all, this is no removed from Kconfig.

Without this patch ivtv won't be build if V4L1 is disabled.

Priority: high

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&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>
<entry>
<title>Fix FW_LOADER depencency at v4l/dvb</title>
<updated>2008-05-06T14:09:01+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2008-05-06T14:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=d2e4d325373507cb36a3c4993cd675331edad4cd'/>
<id>d2e4d325373507cb36a3c4993cd675331edad4cd</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

Since:

1) FW_LOADER is defined as:

config FW_LOADER
        tristate "Userspace firmware loading support"
        depends on HOTPLUG

2) several V4L/DVB driver just selects it;

3) select is not smart enough to auto-select HOTPLUG, if select FW_LOADER.

So, All drivers that select FW_LOADER should also depend on HOTPLUG.

An easier solution (for the end-user perspective) would be to "select HOTPLUG".
However, live is not simple. This would cause recursive dependency issues like
this one:

drivers/usb/Kconfig:62:error: found recursive dependency: USB -&gt; USB_OHCI_HCD
-&gt; I2C -&gt; MEDIA_TUNER -&gt; MEDIA_TUNER_XC2028 -&gt; HOTPLUG -&gt; PCCARD -&gt; PCMCIA -&gt;
USB_ARCH_HAS_HCD -&gt; MOUSE_APPLETOUCH -&gt; USB

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: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

Since:

1) FW_LOADER is defined as:

config FW_LOADER
        tristate "Userspace firmware loading support"
        depends on HOTPLUG

2) several V4L/DVB driver just selects it;

3) select is not smart enough to auto-select HOTPLUG, if select FW_LOADER.

So, All drivers that select FW_LOADER should also depend on HOTPLUG.

An easier solution (for the end-user perspective) would be to "select HOTPLUG".
However, live is not simple. This would cause recursive dependency issues like
this one:

drivers/usb/Kconfig:62:error: found recursive dependency: USB -&gt; USB_OHCI_HCD
-&gt; I2C -&gt; MEDIA_TUNER -&gt; MEDIA_TUNER_XC2028 -&gt; HOTPLUG -&gt; PCCARD -&gt; PCMCIA -&gt;
USB_ARCH_HAS_HCD -&gt; MOUSE_APPLETOUCH -&gt; USB

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-creates VIDEO_TUNER</title>
<updated>2008-05-06T12:35:58+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2008-05-06T12:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=9493be0fed378b8b160c7df7bffa6aeb66c65cf8'/>
<id>9493be0fed378b8b160c7df7bffa6aeb66c65cf8</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

VIDEO_TUNER is responsible for compilation of tuners.ko module. This were the
previous behaviour before the creation of MEDIA_TUNER.

Before this patch, tuner.ko were created even for drivers that don't need a
tuner (like webcam drivers).

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: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

VIDEO_TUNER is responsible for compilation of tuners.ko module. This were the
previous behaviour before the creation of MEDIA_TUNER.

Before this patch, tuner.ko were created even for drivers that don't need a
tuner (like webcam drivers).

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the same name convention for all tuners under common/tuners</title>
<updated>2008-04-30T03:09:25+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2008-04-30T03:09:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=c8566d4e92c2279fd31da9154b12034dd1d1984d'/>
<id>c8566d4e92c2279fd31da9154b12034dd1d1984d</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

kernel-sync:

Auto generated by this script:
for i in `find drivers/media/ -name Kconfig`; do
  cat $i                                        |\
  sed s,DVB_CORE_ATTACH,MEDIA_ATTACH,g          |\
  sed s,VIDEO_TUNER,MEDIA_TUNER,g               |\
  sed s,TUNER_SIMPLE,MEDIA_TUNER_SIMPLE,g       |\
  sed s,TUNER_TDA8290,MEDIA_TUNER_TDA8290,g     |\
  sed s,DVB_TDA827X,MEDIA_TUNER_TDA827X,g       |\
  sed s,DVB_TDA18271,MEDIA_TUNER_TDA18271,g     |\
  sed s,TUNER_TDA9887,MEDIA_TUNER_TDA9887,g     |\
  sed s,TUNER_TEA5761,MEDIA_TUNER_TEA5761,g     |\
  sed s,TUNER_TEA5767,MEDIA_TUNER_TEA5767,g     |\
  sed s,TUNER_MT20XX,MEDIA_TUNER_MT20XX,g       |\
  sed s,DVB_TUNER_MT2060,MEDIA_TUNER_MT2060,g   |\
  sed s,DVB_TUNER_MT2266,MEDIA_TUNER_MT2266,g   |\
  sed s,DVB_TUNER_MT2131,MEDIA_TUNER_MT2131,g   |\
  sed s,DVB_TUNER_QT1010,MEDIA_TUNER_QT1010,g   |\
  sed s,TUNER_XC2028,MEDIA_TUNER_XC2028,g       |\
  sed s,DVB_TUNER_XC5000,MEDIA_TUNER_XC5000,g   &gt;/tmp/temp_mv$$
  mv /tmp/temp_mv$$ $i
done

for i in `find drivers/media/ -type f`; do
  cat $i                                                        |\
  sed s,CONFIG_DVB_CORE_ATTACH,CONFIG_MEDIA_ATTACH,g            |\
  sed s,CONFIG_VIDEO_TUNER,CONFIG_MEDIA_TUNER,g                 |\
  sed s,CONFIG_TUNER_SIMPLE,CONFIG_MEDIA_TUNER_SIMPLE,g         |\
  sed s,CONFIG_TUNER_TDA8290,CONFIG_MEDIA_TUNER_TDA8290,g       |\
  sed s,CONFIG_DVB_TDA827X,CONFIG_MEDIA_TUNER_TDA827X,g         |\
  sed s,CONFIG_DVB_TDA18271,CONFIG_MEDIA_TUNER_TDA18271,g       |\
  sed s,CONFIG_TUNER_TDA9887,CONFIG_MEDIA_TUNER_TDA9887,g       |\
  sed s,CONFIG_TUNER_TEA5761,CONFIG_MEDIA_TUNER_TEA5761,g       |\
  sed s,CONFIG_TUNER_TEA5767,CONFIG_MEDIA_TUNER_TEA5767,g       |\
  sed s,CONFIG_TUNER_MT20XX,CONFIG_MEDIA_TUNER_MT20XX,g         |\
  sed s,CONFIG_DVB_TUNER_MT2060,CONFIG_MEDIA_TUNER_MT2060,g     |\
  sed s,CONFIG_DVB_TUNER_MT2266,CONFIG_MEDIA_TUNER_MT2266,g     |\
  sed s,CONFIG_DVB_TUNER_MT2131,CONFIG_MEDIA_TUNER_MT2131,g     |\
  sed s,CONFIG_DVB_TUNER_QT1010,CONFIG_MEDIA_TUNER_QT1010,g     |\
  sed s,CONFIG_TUNER_XC2028,CONFIG_MEDIA_TUNER_XC2028,g         |\
  sed s,CONFIG_DVB_TUNER_XC5000,CONFIG_MEDIA_TUNER_XC5000,g     &gt;/tmp/temp_mv$$
  mv /tmp/temp_mv$$ $i
done

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: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

kernel-sync:

Auto generated by this script:
for i in `find drivers/media/ -name Kconfig`; do
  cat $i                                        |\
  sed s,DVB_CORE_ATTACH,MEDIA_ATTACH,g          |\
  sed s,VIDEO_TUNER,MEDIA_TUNER,g               |\
  sed s,TUNER_SIMPLE,MEDIA_TUNER_SIMPLE,g       |\
  sed s,TUNER_TDA8290,MEDIA_TUNER_TDA8290,g     |\
  sed s,DVB_TDA827X,MEDIA_TUNER_TDA827X,g       |\
  sed s,DVB_TDA18271,MEDIA_TUNER_TDA18271,g     |\
  sed s,TUNER_TDA9887,MEDIA_TUNER_TDA9887,g     |\
  sed s,TUNER_TEA5761,MEDIA_TUNER_TEA5761,g     |\
  sed s,TUNER_TEA5767,MEDIA_TUNER_TEA5767,g     |\
  sed s,TUNER_MT20XX,MEDIA_TUNER_MT20XX,g       |\
  sed s,DVB_TUNER_MT2060,MEDIA_TUNER_MT2060,g   |\
  sed s,DVB_TUNER_MT2266,MEDIA_TUNER_MT2266,g   |\
  sed s,DVB_TUNER_MT2131,MEDIA_TUNER_MT2131,g   |\
  sed s,DVB_TUNER_QT1010,MEDIA_TUNER_QT1010,g   |\
  sed s,TUNER_XC2028,MEDIA_TUNER_XC2028,g       |\
  sed s,DVB_TUNER_XC5000,MEDIA_TUNER_XC5000,g   &gt;/tmp/temp_mv$$
  mv /tmp/temp_mv$$ $i
done

for i in `find drivers/media/ -type f`; do
  cat $i                                                        |\
  sed s,CONFIG_DVB_CORE_ATTACH,CONFIG_MEDIA_ATTACH,g            |\
  sed s,CONFIG_VIDEO_TUNER,CONFIG_MEDIA_TUNER,g                 |\
  sed s,CONFIG_TUNER_SIMPLE,CONFIG_MEDIA_TUNER_SIMPLE,g         |\
  sed s,CONFIG_TUNER_TDA8290,CONFIG_MEDIA_TUNER_TDA8290,g       |\
  sed s,CONFIG_DVB_TDA827X,CONFIG_MEDIA_TUNER_TDA827X,g         |\
  sed s,CONFIG_DVB_TDA18271,CONFIG_MEDIA_TUNER_TDA18271,g       |\
  sed s,CONFIG_TUNER_TDA9887,CONFIG_MEDIA_TUNER_TDA9887,g       |\
  sed s,CONFIG_TUNER_TEA5761,CONFIG_MEDIA_TUNER_TEA5761,g       |\
  sed s,CONFIG_TUNER_TEA5767,CONFIG_MEDIA_TUNER_TEA5767,g       |\
  sed s,CONFIG_TUNER_MT20XX,CONFIG_MEDIA_TUNER_MT20XX,g         |\
  sed s,CONFIG_DVB_TUNER_MT2060,CONFIG_MEDIA_TUNER_MT2060,g     |\
  sed s,CONFIG_DVB_TUNER_MT2266,CONFIG_MEDIA_TUNER_MT2266,g     |\
  sed s,CONFIG_DVB_TUNER_MT2131,CONFIG_MEDIA_TUNER_MT2131,g     |\
  sed s,CONFIG_DVB_TUNER_QT1010,CONFIG_MEDIA_TUNER_QT1010,g     |\
  sed s,CONFIG_TUNER_XC2028,CONFIG_MEDIA_TUNER_XC2028,g         |\
  sed s,CONFIG_DVB_TUNER_XC5000,CONFIG_MEDIA_TUNER_XC5000,g     &gt;/tmp/temp_mv$$
  mv /tmp/temp_mv$$ $i
done

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>saa717x: add new audio/video decoder i2c driver</title>
<updated>2008-04-09T06:26:17+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2008-04-09T06:26:17+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=9161baec7bedce1645bcde506cbc211d0a739e71'/>
<id>9161baec7bedce1645bcde506cbc211d0a739e71</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

Added the last remaining out-of-tree kernel driver from the ivtv project.
The saa717x is used in several Japanese cards and a Russian card. The
driver is not complete in that only NTSC is supported and no PAL/SECAM.

Hopefully this will be added in the future.

Signed-off-by: Takahiro Adachi &lt;tadachi@tadachi-net.com&gt;
Signed-off-by: Kyuma Ohta &lt;whatisthis@jcom.home.ne.jp&gt;
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;

Added the last remaining out-of-tree kernel driver from the ivtv project.
The saa717x is used in several Japanese cards and a Russian card. The
driver is not complete in that only NTSC is supported and no PAL/SECAM.

Hopefully this will be added in the future.

Signed-off-by: Takahiro Adachi &lt;tadachi@tadachi-net.com&gt;
Signed-off-by: Kyuma Ohta &lt;whatisthis@jcom.home.ne.jp&gt;
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ivtv: select VIDEO_IR in Kconfig</title>
<updated>2007-12-07T23:48:29+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2007-12-07T23:48:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=8cf077e5ed0725a7b33d151024990d3232a534c1'/>
<id>8cf077e5ed0725a7b33d151024990d3232a534c1</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;



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;



Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ivtv: add ASUS Falcon2 support</title>
<updated>2007-10-30T08:50:03+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2007-10-30T08:50:03+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=5d965e61c61a17756d32b1728d5bc7ed7d4bb64f'/>
<id>5d965e61c61a17756d32b1728d5bc7ed7d4bb64f</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;



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;



Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ivtvfb: rename some missed ivtv-fb references to ivtvfb.</title>
<updated>2007-08-26T09:11:07+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2007-08-26T09:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=a15c48351cbfa7dc0c6ad362d041a788f7059112'/>
<id>a15c48351cbfa7dc0c6ad362d041a788f7059112</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;



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;



Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
</pre>
</div>
</content>
</entry>
</feed>
