<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mediapointer-dvb-s2/linux/drivers/media/video/ivtv, 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>v4l: warn when desired devnodenr is in use &amp; add _no_warn function</title>
<updated>2009-09-06T10:54:00+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2009-09-06T10:54:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=856378592a1b9be61e28092caf5e87446bae4694'/>
<id>856378592a1b9be61e28092caf5e87446bae4694</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

Warn when the desired device node number is already in use, except when
the new video_register_device_no_warn function is called since in some
use-cases that warning is not relevant.

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;

Warn when the desired device node number is already in use, except when
the new video_register_device_no_warn function is called since in some
use-cases that warning is not relevant.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ivtv/cx18: replace 'kernel number' with 'device node number'.</title>
<updated>2009-06-19T14:54:00+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2009-06-19T14:54:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=b9d280f965f8d2bdf786d7338015ce1be777c666'/>
<id>b9d280f965f8d2bdf786d7338015ce1be777c666</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

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;

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>v4l: simplify v4l2_i2c_new_subdev and friends</title>
<updated>2009-08-10T05:49:08+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2009-08-10T05:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=78b537e32fbc1e45a9d5fe1086c4e6c303661e53'/>
<id>78b537e32fbc1e45a9d5fe1086c4e6c303661e53</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

Rewrite v4l2_i2c_new_subdev as a simplified version of v4l2_i2c_new_subdev_cfg
and remove v4l2_i2c_new_probed_subdev and v4l2_i2c_new_probed_subdev_addr.

This simplifies this API substantially.

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;

Rewrite v4l2_i2c_new_subdev as a simplified version of v4l2_i2c_new_subdev_cfg
and remove v4l2_i2c_new_probed_subdev and v4l2_i2c_new_probed_subdev_addr.

This simplifies this API substantially.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop defining I2C adapter IDs nobody uses</title>
<updated>2009-06-19T19:56:56+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-06-19T19:56:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=f47aedd6b5ff27a36bee52be6cd41b022375b133'/>
<id>f47aedd6b5ff27a36bee52be6cd41b022375b133</id>
<content type='text'>
From: Jean Delvare &lt;khali@linux-fr.org&gt;

There is no point in defining I2C adapter IDs when no code is using
them. As this field might go away in the future, stop using it when
we don't need to.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&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: Jean Delvare &lt;khali@linux-fr.org&gt;

There is no point in defining I2C adapter IDs when no code is using
them. As this field might go away in the future, stop using it when
we don't need to.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ivtv: Read buffer overflow</title>
<updated>2009-07-24T00:46:57+00:00</updated>
<author>
<name>Andy Walls</name>
<email>awalls@radix.net</email>
</author>
<published>2009-07-24T00:46:57+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=f1f1d841250e56e65222123f52c87e33f58d2e87'/>
<id>f1f1d841250e56e65222123f52c87e33f58d2e87</id>
<content type='text'>
From: Roel Kluin &lt;roel.kluin@gmail.com&gt;

This mistakenly tests against sizeof(freqs) instead of the array size. Due to
the mask the only illegal value possible was 3.

Priority: high

Signed-off-by: Roel Kluin &lt;roel.kluin@gmail.com&gt;
Signed-off-by: Andy Walls &lt;awalls@radix.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Roel Kluin &lt;roel.kluin@gmail.com&gt;

This mistakenly tests against sizeof(freqs) instead of the array size. Due to
the mask the only illegal value possible was 3.

Priority: high

Signed-off-by: Roel Kluin &lt;roel.kluin@gmail.com&gt;
Signed-off-by: Andy Walls &lt;awalls@radix.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ivtv: Fix improper GPIO audio mux input switch on video standard change</title>
<updated>2009-07-23T00:24:53+00:00</updated>
<author>
<name>Andy Walls</name>
<email>awalls@radix.net</email>
</author>
<published>2009-07-23T00:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=f1fdde7178e4aee3df0e79c6c181d16e75776343'/>
<id>f1fdde7178e4aee3df0e79c6c181d16e75776343</id>
<content type='text'>
From: Andy Walls &lt;awalls@radix.net&gt;

Remove the subdev_s_std() method from the GPIO subdev.  It appears it was
used in the past to effect the switch back from radio mode to tuner mode,
but it had a side effect that is improper and against the V4L2 spec, when
you were not in radio mode.  Whenever the video stanadrd was changed, the
GPIO audio mux was set back to the tuner audio input, even if you were set
to a Line In input.

Thanks to Ravi A. for doing the troubleshooting to point me right to the
problem.

Reported-by: Ravi A &lt;asvravi@gmail.com&gt;

Priority: normal

Signed-off-by: Andy Walls &lt;awalls@radix.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Andy Walls &lt;awalls@radix.net&gt;

Remove the subdev_s_std() method from the GPIO subdev.  It appears it was
used in the past to effect the switch back from radio mode to tuner mode,
but it had a side effect that is improper and against the V4L2 spec, when
you were not in radio mode.  Whenever the video stanadrd was changed, the
GPIO audio mux was set back to the tuner audio input, even if you were set
to a Line In input.

Thanks to Ravi A. for doing the troubleshooting to point me right to the
problem.

Reported-by: Ravi A &lt;asvravi@gmail.com&gt;

Priority: normal

Signed-off-by: Andy Walls &lt;awalls@radix.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ivtv: Fix errors in AVerTV M113 card definitions and add a new M113 card</title>
<updated>2009-07-23T00:15:58+00:00</updated>
<author>
<name>Andy Walls</name>
<email>awalls@radix.net</email>
</author>
<published>2009-07-23T00:15:58+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=97c94bc15d7a898a7061e5655947214479655a20'/>
<id>97c94bc15d7a898a7061e5655947214479655a20</id>
<content type='text'>
From: Andy Walls &lt;awalls@radix.net&gt;

Priority: normal

Tested-by: Ravi A. &lt;asvravi@gmail.com&gt;
Signed-off-by: Andy Walls &lt;awalls@radix.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Andy Walls &lt;awalls@radix.net&gt;

Priority: normal

Tested-by: Ravi A. &lt;asvravi@gmail.com&gt;
Signed-off-by: Andy Walls &lt;awalls@radix.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>merge: http://linuxtv.org/hg/~awalls/ivtv</title>
<updated>2009-07-05T22:08:55+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-07-05T22:08:55+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=784f927dcf2cc497d4a2c44fb4f1321d9cf0c45b'/>
<id>784f927dcf2cc497d4a2c44fb4f1321d9cf0c45b</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>ivtv: Fix automatic detection of AVerMedia UltraTV 1500MCE.</title>
<updated>2009-07-05T18:13:56+00:00</updated>
<author>
<name>Andy Walls</name>
<email>awalls@radix.net</email>
</author>
<published>2009-07-05T18:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=33059960a17b83a720e88a4093d4fc40a1a307a4'/>
<id>33059960a17b83a720e88a4093d4fc40a1a307a4</id>
<content type='text'>
From: Andy Walls &lt;awalls@radix.net&gt;

My initial change left the AVerMedia UtlraTV 1500MCE card entry out of the
list of cards to check during the probe.  This change adds it to the
ivtv_card_list[].

Priority: normal

Signed-off-by: Andy Walls &lt;awalls@radix.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Andy Walls &lt;awalls@radix.net&gt;

My initial change left the AVerMedia UtlraTV 1500MCE card entry out of the
list of cards to check during the probe.  This change adds it to the
ivtv_card_list[].

Priority: normal

Signed-off-by: Andy Walls &lt;awalls@radix.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ivtv: Add card entry for AVerMedia UltraTV 1500 MCE (M113 variant)</title>
<updated>2009-07-03T02:08:59+00:00</updated>
<author>
<name>Andy Walls</name>
<email>awalls@radix.net</email>
</author>
<published>2009-07-03T02:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=a560be0d3b4e9eeb8ece7539da7d299d29e4b8d9'/>
<id>a560be0d3b4e9eeb8ece7539da7d299d29e4b8d9</id>
<content type='text'>
From: Andy Walls &lt;awalls@radix.net&gt;

Priority: normal

Signed-off-by: Andy Walls &lt;awalls@radix.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Andy Walls &lt;awalls@radix.net&gt;

Priority: normal

Signed-off-by: Andy Walls &lt;awalls@radix.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
