<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mediapointer-dvb-s2/v4l_experimental/pvrusb2, 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>moved pvrusb2 driver into the kernel tree</title>
<updated>2006-02-26T04:55:22+00:00</updated>
<author>
<name>Michael Krufky</name>
<email>mkrufky@linuxtv.org</email>
</author>
<published>2006-02-26T04:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=95b46b95fbbd8226ebaccd556a541aeb061aa980'/>
<id>95b46b95fbbd8226ebaccd556a541aeb061aa980</id>
<content type='text'>
From: Michael Krufky &lt;mkrufky@linuxtv.org&gt;

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;

Signed-off-by: Michael Krufky &lt;mkrufky@linuxtv.org&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>removed old cvs files</title>
<updated>2006-02-26T04:53:44+00:00</updated>
<author>
<name>Michael Krufky</name>
<email>mkrufky@linuxtv.org</email>
</author>
<published>2006-02-26T04:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=ac4f762f0295fd5ae9bc953d4ec8648eaa763506'/>
<id>ac4f762f0295fd5ae9bc953d4ec8648eaa763506</id>
<content type='text'>
From: Michael Krufky &lt;mkrufky@linuxtv.org&gt;

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;

Signed-off-by: Michael Krufky &lt;mkrufky@linuxtv.org&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>add linux/Documentation/video4linux/README.pvrusb2</title>
<updated>2006-02-26T04:51:53+00:00</updated>
<author>
<name>Michael Krufky</name>
<email>mkrufky@linuxtv.org</email>
</author>
<published>2006-02-26T04:51:53+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=624296384671a4a4385b3486815ed4213d82a5cb'/>
<id>624296384671a4a4385b3486815ed4213d82a5cb</id>
<content type='text'>
From: Michael Krufky &lt;mkrufky@linuxtv.org&gt;

- moved out of v4l_experimental

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;

- moved out of v4l_experimental

Signed-off-by: Michael Krufky &lt;mkrufky@linuxtv.org&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Implement configurable initialization pause in pvrusb2</title>
<updated>2006-02-26T04:00:38+00:00</updated>
<author>
<name>Mike Isely</name>
<email>isely@pobox.com</email>
</author>
<published>2006-02-26T04:00:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=abc2e09464172bd433f2de2c11dbe5dfd4c73e8d'/>
<id>abc2e09464172bd433f2de2c11dbe5dfd4c73e8d</id>
<content type='text'>
From: Mike Isely &lt;isely@pobox.com&gt;

This implements a module option which may be used to pause
initialization of the driver right after the point where the hardware
is reset.  The idea here is to provide a means for the driver to stay
out of the way until the hardware has finished initializating itself.
The default delay is zero, which disables it (at the moment I don't
think the delay is needed but it's worth leaving the logic in place to
do it).

Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mike Isely &lt;isely@pobox.com&gt;

This implements a module option which may be used to pause
initialization of the driver right after the point where the hardware
is reset.  The idea here is to provide a means for the driver to stay
out of the way until the hardware has finished initializating itself.
The default delay is zero, which disables it (at the moment I don't
think the delay is needed but it's worth leaving the logic in place to
do it).

Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Change firmware file names in pvrusb2 to conform to v4l standards</title>
<updated>2006-02-26T03:57:42+00:00</updated>
<author>
<name>Mike Isely</name>
<email>isely@pobox.com</email>
</author>
<published>2006-02-26T03:57:42+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=becf9b027438240f4e8dde0de7c04c38cd68e489'/>
<id>becf9b027438240f4e8dde0de7c04c38cd68e489</id>
<content type='text'>
From: Mike Isely &lt;isely@pobox.com&gt;



Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mike Isely &lt;isely@pobox.com&gt;



Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>fix build for older kernels</title>
<updated>2006-02-25T18:15:16+00:00</updated>
<author>
<name>Michael Krufky</name>
<email>mkrufky@linuxtv.org</email>
</author>
<published>2006-02-25T18:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=cda6f34be9282b1ff7bd7651998479a4e60e194a'/>
<id>cda6f34be9282b1ff7bd7651998479a4e60e194a</id>
<content type='text'>
From: Michael Krufky &lt;mkrufky@linuxtv.org&gt;

- killed I2C_ALGO_BIT

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;

- killed I2C_ALGO_BIT

Signed-off-by: Michael Krufky &lt;mkrufky@linuxtv.org&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak pvrusb2's I2C adapter to work with cx25840</title>
<updated>2006-02-23T05:49:36+00:00</updated>
<author>
<name>Mike Isely</name>
<email>isely@pobox.com</email>
</author>
<published>2006-02-23T05:49:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=5355243a36051ac927e3c6d9a9f87b9c8ca40d38'/>
<id>5355243a36051ac927e3c6d9a9f87b9c8ca40d38</id>
<content type='text'>
From: Mike Isely &lt;isely@pobox.com&gt;

Modify the I2C adapter implementation in pvrusb2 such that
I2C_FUNC_I2C is advertised to clients; this allows cx25840 to attach.

Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mike Isely &lt;isely@pobox.com&gt;

Modify the I2C adapter implementation in pvrusb2 such that
I2C_FUNC_I2C is advertised to clients; this allows cx25840 to attach.

Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Implement LOG_STATUS in pvrusb2</title>
<updated>2006-02-23T05:47:36+00:00</updated>
<author>
<name>Mike Isely</name>
<email>isely@pobox.com</email>
</author>
<published>2006-02-23T05:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=eb9221b1b87ce87b3d22458d78fa0b6d2dd848c7'/>
<id>eb9221b1b87ce87b3d22458d78fa0b6d2dd848c7</id>
<content type='text'>
From: Mike Isely &lt;isely@pobox.com&gt;

Implement VIDIOC_LOG_STATUS ioctl() to the application.  Implement
generation of VIDIOC_LOG_STATUS to the modules.  Implement trigger of
VIDIOC_LOG_STATUS from sysfs when user cats a few key files, to help
with debugging.

Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mike Isely &lt;isely@pobox.com&gt;

Implement VIDIOC_LOG_STATUS ioctl() to the application.  Implement
generation of VIDIOC_LOG_STATUS to the modules.  Implement trigger of
VIDIOC_LOG_STATUS from sysfs when user cats a few key files, to help
with debugging.

Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Handle eeproms in pvrusb2 with 16 bit addresses</title>
<updated>2006-02-23T05:42:24+00:00</updated>
<author>
<name>Mike Isely</name>
<email>isely@pobox.com</email>
</author>
<published>2006-02-23T05:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=e3ac0002e5f30d492444f7d6e221c634c07b8d83'/>
<id>e3ac0002e5f30d492444f7d6e221c634c07b8d83</id>
<content type='text'>
From: Mike Isely &lt;isely@pobox.com&gt;

Newer PVR USB2 hardware uses a larger eeprom.  These changes allow the
driver to detect and handle the different eeprom.

Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mike Isely &lt;isely@pobox.com&gt;

Newer PVR USB2 hardware uses a larger eeprom.  These changes allow the
driver to detect and handle the different eeprom.

Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Implement pvrusb2 driver function to discover eeprom address</title>
<updated>2006-02-23T05:38:12+00:00</updated>
<author>
<name>Mike Isely</name>
<email>isely@pobox.com</email>
</author>
<published>2006-02-23T05:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=f48560d691ad084882dcee76c279efaef43a445c'/>
<id>f48560d691ad084882dcee76c279efaef43a445c</id>
<content type='text'>
From: Mike Isely &lt;isely@pobox.com&gt;

The FX2 firmware in the PVR USB2 device can report the I2C address of
the resident eeprom device.  Implement code to retrieve this information.

Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mike Isely &lt;isely@pobox.com&gt;

The FX2 firmware in the PVR USB2 device can report the I2C address of
the resident eeprom device.  Implement code to retrieve this information.

Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;

</pre>
</div>
</content>
</entry>
</feed>
