<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mediapointer-dvb-s2/linux/Documentation/dvb, 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>merge: http://linuxtv.org/hg/~pb/v4l-dvb/</title>
<updated>2009-09-16T11:49:04+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-09-16T11:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=85d13c8ef6cb0f70323a77515b59f5a4d2444d3f'/>
<id>85d13c8ef6cb0f70323a77515b59f5a4d2444d3f</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

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;

Priority: normal

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation: synchronize documentation for Technisat cards</title>
<updated>2009-08-17T11:09:06+00:00</updated>
<author>
<name>Patrick Boettcher</name>
<email>pboettcher@kernellabs.com</email>
</author>
<published>2009-08-17T11:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=b651b32e5b4b73b2a95243d8e7e8ae4fa8ee3cdb'/>
<id>b651b32e5b4b73b2a95243d8e7e8ae4fa8ee3cdb</id>
<content type='text'>
From: Uwe Bugla &lt;uwe.bugla@gmx.de&gt;

The patch does the following:

a. it synchronizes /Documentation/dvb/technisat.txt to the current kernel
design
b. it syncs Trent Piepho' s latest changes to the flexcop driver concept:
implementation of the dvb pll library for some cards that need it

Priority: normal

Signed-off-by: Uwe Bugla &lt;uwe.bugla@gmx.de&gt;
Signed-off-by: Patrick Boettcher &lt;pboettcher@kernellabs.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Uwe Bugla &lt;uwe.bugla@gmx.de&gt;

The patch does the following:

a. it synchronizes /Documentation/dvb/technisat.txt to the current kernel
design
b. it syncs Trent Piepho' s latest changes to the flexcop driver concept:
implementation of the dvb pll library for some cards that need it

Priority: normal

Signed-off-by: Uwe Bugla &lt;uwe.bugla@gmx.de&gt;
Signed-off-by: Patrick Boettcher &lt;pboettcher@kernellabs.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>get_dvb_firmware: add af9015 firmware</title>
<updated>2009-09-12T12:43:25+00:00</updated>
<author>
<name>Antti Palosaari</name>
<email>crope@iki.fi</email>
</author>
<published>2009-09-12T12:43:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=362fa9c491655630cbcfb6a3704da18abade2a95'/>
<id>362fa9c491655630cbcfb6a3704da18abade2a95</id>
<content type='text'>
From: Antti Palosaari &lt;crope@iki.fi&gt;

Add af9015 firmware to get_dvb_firmware script.
Firmware version is 4.95.0.0.

Priority: normal

Signed-off-by: Antti Palosaari &lt;crope@iki.fi&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Antti Palosaari &lt;crope@iki.fi&gt;

Add af9015 firmware to get_dvb_firmware script.
Firmware version is 4.95.0.0.

Priority: normal

Signed-off-by: Antti Palosaari &lt;crope@iki.fi&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>get_dvb_firmware: Correct errors in MPC718 firmware extraction logic</title>
<updated>2009-07-05T19:22:45+00:00</updated>
<author>
<name>Andy Walls</name>
<email>awalls@radix.net</email>
</author>
<published>2009-07-05T19:22:45+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=6c5e5c49e6eac8f1e8e954d614a31676a7da755d'/>
<id>6c5e5c49e6eac8f1e8e954d614a31676a7da755d</id>
<content type='text'>
From: Andy Walls &lt;awalls@radix.net&gt;

The extraction routine for the MPC718 "firmware" had 2 bugs in it, where one
bug masked the effect of the other.  The loop iteration should have set
$prevlen = $currlen at the end of the loop, and the if() check should have used
&amp;&amp; instead of || for deciding if the firmware length is reasonable.

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;

The extraction routine for the MPC718 "firmware" had 2 bugs in it, where one
bug masked the effect of the other.  The loop iteration should have set
$prevlen = $currlen at the end of the loop, and the if() check should have used
&amp;&amp; instead of || for deciding if the firmware length is reasonable.

Priority: normal

Signed-off-by: Andy Walls &lt;awalls@radix.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>get_dvb_firmware: Add Yuan MPC718 MT352 DVB-T "firmware" extraction</title>
<updated>2009-07-03T14:33:17+00:00</updated>
<author>
<name>Andy Walls</name>
<email>awalls@radix.net</email>
</author>
<published>2009-07-03T14:33:17+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=efe7db2b0581d63a0f8a06890e613794431d4a41'/>
<id>efe7db2b0581d63a0f8a06890e613794431d4a41</id>
<content type='text'>
From: Andy Walls &lt;awalls@radix.net&gt;

Add routine to support extracting the MT352 DVB-T demodulator initialization
sequence for Yuan MPC718 cards for use by the cx18 driver.

This routine uses a hueristic for extracting a good sequence.  It should work
on all different versions of the "yuanrap.sys" file, given the way the MT352
tuning sequences are stored in all versions of that file I have seen so far.
However, the current patch simply looks for one specific archive URL.

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;

Add routine to support extracting the MT352 DVB-T demodulator initialization
sequence for Yuan MPC718 cards for use by the cx18 driver.

This routine uses a hueristic for extracting a good sequence.  It should work
on all different versions of the "yuanrap.sys" file, given the way the MT352
tuning sequences are stored in all versions of that file I have seen so far.
However, the current patch simply looks for one specific archive URL.

Priority: normal

Signed-off-by: Andy Walls &lt;awalls@radix.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>dvb: Fix broken link in get_dvb_firmware for nxt2004 (A180)</title>
<updated>2009-06-11T19:20:23+00:00</updated>
<author>
<name>Douglas Schilling Landgraf</name>
<email>dougsland@redhat.com</email>
</author>
<published>2009-06-11T19:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=2fca1e165c0f13087c2eaed3d0e4a4c4fbb24fe5'/>
<id>2fca1e165c0f13087c2eaed3d0e4a4c4fbb24fe5</id>
<content type='text'>
From: Jan Ceuleers &lt;jan.ceuleers@computer.org&gt;

Due to a reorganisation of AVermedia's websites, get_dvb_firmware
no longer works for nxt2004. Fix it.

Priority: normal

Signed-off-by: Jan Ceuleers &lt;jan.ceuleers@computer.org&gt;
Signed-off-by: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Jan Ceuleers &lt;jan.ceuleers@computer.org&gt;

Due to a reorganisation of AVermedia's websites, get_dvb_firmware
no longer works for nxt2004. Fix it.

Priority: normal

Signed-off-by: Jan Ceuleers &lt;jan.ceuleers@computer.org&gt;
Signed-off-by: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>get_dvb_firmware: trivial url change</title>
<updated>2009-04-09T21:29:16+00:00</updated>
<author>
<name>Douglas Schilling Landgraf</name>
<email>dougsland@redhat.com</email>
</author>
<published>2009-04-09T21:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=f670a28671f11b73c556f098d8593ad14472c8f4'/>
<id>f670a28671f11b73c556f098d8593ad14472c8f4</id>
<content type='text'>
From: Joseba Goitia Gandiaga &lt;josebagg@gmail.com&gt;

Trivial url changes in script

Priority: normal

Signed-off-by: Joseba Goitia Gandiaga &lt;josebagg@gmail.com&gt;
Signed-off-by: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Joseba Goitia Gandiaga &lt;josebagg@gmail.com&gt;

Trivial url changes in script

Priority: normal

Signed-off-by: Joseba Goitia Gandiaga &lt;josebagg@gmail.com&gt;
Signed-off-by: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>get_dvb_firmware: add support for downloading the cx2584x firmware for pvrusb2</title>
<updated>2009-03-23T15:35:03+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-03-23T15:35:03+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=69eace198d43a49aa5b340ad11f64e734e78f2b1'/>
<id>69eace198d43a49aa5b340ad11f64e734e78f2b1</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>get_dvb_firmware: add cx23885 firmwares</title>
<updated>2009-03-23T14:46:19+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-03-23T14:46:19+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=ccbf32071ba578042cae1dad36f883ea45e7d987'/>
<id>ccbf32071ba578042cae1dad36f883ea45e7d987</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>get_dvb_firmware: Add download code for cx18 firmwares</title>
<updated>2009-03-23T13:57:15+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-03-23T13:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=7c1f2c9a5f8f1a50aaea61b73baf7da9d50c959c'/>
<id>7c1f2c9a5f8f1a50aaea61b73baf7da9d50c959c</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>
</feed>
