<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mediapointer-dvb-s2/linux/drivers/media/dvb/ttusb-dec/Makefile, 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>dvb: use '+=' instead of '=' for EXTRA_CFLAGS</title>
<updated>2007-06-04T23:18:51+00:00</updated>
<author>
<name>Trent Piepho</name>
<email>xyzzy@speakeasy.org</email>
</author>
<published>2007-06-04T23:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=adba0fd6ff159a95c07caddf54e73a84175ec736'/>
<id>adba0fd6ff159a95c07caddf54e73a84175ec736</id>
<content type='text'>
From: Trent Piepho &lt;xyzzy@speakeasy.org&gt;

The Makefiles in the dvb directory tree used '=' when defining EXTRA_CFLAGS
rather than '+=', which is far more common in the rest of the kernel source.

  =  14 times (9 of which this patch removes)
 :=  25 times
 += 123 times

This change also has certain advantages for the out of kernel v4l-dvb build
system.

Signed-off-by: Trent Piepho &lt;xyzzy@speakeasy.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Trent Piepho &lt;xyzzy@speakeasy.org&gt;

The Makefiles in the dvb directory tree used '=' when defining EXTRA_CFLAGS
rather than '+=', which is far more common in the rest of the kernel source.

  =  14 times (9 of which this patch removes)
 :=  25 times
 += 123 times

This change also has certain advantages for the out of kernel v4l-dvb build
system.

Signed-off-by: Trent Piepho &lt;xyzzy@speakeasy.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Imported FE_REFACTORING to HEAD</title>
<updated>2004-10-28T17:37:07+00:00</updated>
<author>
<name>Andrew de Quincy</name>
<email>devnull@localhost</email>
</author>
<published>2004-10-28T17:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=25da23146538519f0f644671c49868bfb560740a'/>
<id>25da23146538519f0f644671c49868bfb560740a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the hotplug firmware loader for 2.6 kernels instead of compiling the</title>
<updated>2003-12-07T20:10:25+00:00</updated>
<author>
<name>Alex Woods</name>
<email>devnull@localhost</email>
</author>
<published>2003-12-07T20:10:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=bd0e923a1ba99c268a5d89a31937c00ca43da911'/>
<id>bd0e923a1ba99c268a5d89a31937c00ca43da911</id>
<content type='text'>
firmware into the module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
firmware into the module.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare driver for DEC3000-s support.</title>
<updated>2003-12-05T00:11:36+00:00</updated>
<author>
<name>Alex Woods</name>
<email>devnull@localhost</email>
</author>
<published>2003-12-05T00:11:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=32d1eb26f468bf4d4104f8099f967687d5d1df22'/>
<id>32d1eb26f468bf4d4104f8099f967687d5d1df22</id>
<content type='text'>
Add a DEC3000-s frontend with some of FE_SET_FRONTEND implemented (thanks
to Pedro Gutiérrez for USB logs of the DEC3000-s).
Prepare bootcode loader for easy transition to firmware loader for 2.6
kernels.
Get Makefiles to pull in DEC3000-s bootcode.
Turn echo off for ugly bootcode header hacks in 2.4 build Makefile.

Note: At this stage, connecting a DEC3000-s will probably just make it
reboot over and over.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a DEC3000-s frontend with some of FE_SET_FRONTEND implemented (thanks
to Pedro Gutiérrez for USB logs of the DEC3000-s).
Prepare bootcode loader for easy transition to firmware loader for 2.6
kernels.
Get Makefiles to pull in DEC3000-s bootcode.
Turn echo off for ugly bootcode header hacks in 2.4 build Makefile.

Note: At this stage, connecting a DEC3000-s will probably just make it
reboot over and over.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove firmware header from cvs :)</title>
<updated>2003-06-24T00:06:18+00:00</updated>
<author>
<name>Alex Woods</name>
<email>devnull@localhost</email>
</author>
<published>2003-06-24T00:06:18+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=110ae9ae8a3affd6ea21c736a367eb6d838a1bc7'/>
<id>110ae9ae8a3affd6ea21c736a367eb6d838a1bc7</id>
<content type='text'>
Include fdump and modify build system to create firmware header from
firmware binary file.
Twiddle checksum value for firmware upload to current firmware's value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include fdump and modify build system to create firmware header from
firmware binary file.
Twiddle checksum value for firmware upload to current firmware's value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Necessary configuration files for kernel inclusion</title>
<updated>2003-04-30T10:07:36+00:00</updated>
<author>
<name>Michael Hunold</name>
<email>devnull@localhost</email>
</author>
<published>2003-04-30T10:07:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=154d8f58826e37fee3f32fab0493158e93ed19d4'/>
<id>154d8f58826e37fee3f32fab0493158e93ed19d4</id>
<content type='text'>
+ configuration files updates.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ configuration files updates.
</pre>
</div>
</content>
</entry>
</feed>
