<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/linux/dvb/net.h, branch v3.2.83</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.2.83</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.2.83'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2009-01-30T14:28:00Z</updated>
<entry>
<title>headers_check fix: dvb/net.h</title>
<updated>2009-01-30T14:28:00Z</updated>
<author>
<name>Jaswinder Singh Rajput</name>
<email>jaswinderrajput@gmail.com</email>
</author>
<published>2009-01-30T14:28:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=8996be9de98a9362a3192b866dd8ab9930e28ad9'/>
<id>urn:sha1:8996be9de98a9362a3192b866dd8ab9930e28ad9</id>
<content type='text'>
fix the following 'make headers_check' warnings:

  usr/include/linux/dvb/net.h:27: include of &lt;linux/types.h&gt; is preferred over &lt;asm/types.h&gt;
  usr/include/linux/dvb/net.h:31: found __[us]{8,16,32,64} type without #include &lt;linux/types.h&gt;

Signed-off-by: Jaswinder Singh Rajput &lt;jaswinderrajput@gmail.com&gt;
</content>
</entry>
<entry>
<title>[PATCH] DVB whitespace cleanup</title>
<updated>2005-03-13T08:14:35Z</updated>
<author>
<name>Johannes Stezenbach</name>
<email>js@linuxtv.org</email>
</author>
<published>2005-03-13T08:14:35Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=ea8924f74c7d3dd4e2da744ba4c51f0826a9a337'/>
<id>urn:sha1:ea8924f74c7d3dd4e2da744ba4c51f0826a9a337</id>
<content type='text'>
This is the DVB whitespace cleanup patch (the big one ;-).

I checked the whitespace-onlyness:

linux-2.6.11-bk9$ find drivers/media/common drivers/media/dvb -name "*.o" | xargs size &gt;/tmp/1
linux-2.6.11-bk9$ cd -
linux-2.6.11-bk9.patched
linux-2.6.11-bk9.patched$ find drivers/media/common drivers/media/dvb -name "*.o" | xargs size &gt;/tmp/2
linux-2.6.11-bk9.patched$ less /tmp/1
linux-2.6.11-bk9.patched$ less /tmp/2
linux-2.6.11-bk9.patched$ diff -us /tmp/1 /tmp/2
Files /tmp/1 and /tmp/2 are identical

DVB whitespace cleanups:

 o sync kernel and linuxtv.org CVS wrt whitespace
 o repair indentation damage
 o remove whitespace at eol

Signed-off-by: Johannes Stezenbach &lt;js@linuxtv.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] DVB: Other DVB core updates</title>
<updated>2004-04-26T01:53:08Z</updated>
<author>
<name>Michael Hunold</name>
<email>hunold@linuxtv.org</email>
</author>
<published>2004-04-26T01:53:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=eb5908c7e4c11402f9d663f0e9b4a54263b7076d'/>
<id>urn:sha1:eb5908c7e4c11402f9d663f0e9b4a54263b7076d</id>
<content type='text'>
 - [DVB] remove superflous memset() which caused section data to be
   overwritten when a) there are two sections in one TS packet, and b)
   the first section was smaller than 18 bytes; thanks to Jean-Claude
   Repetto for tracking this down
 - [DVB] starting a ts filter on a running section filter's pid did
   break the section filter; fixed. 
 - [DVB] integrate ULE Decapsulation code, thanks to gcs - Global
   Communication &amp; Services GmbH.  and Institute for Computer Sciences
   Salzburg University.  Hilmar Linder &lt;hlinder@cosy.sbg.ac.at&gt; and
   Wolfram Stering &lt;wstering@cosy.sbg.ac.at&gt;
 - [DVB] fix the module use count bugs, thanks to Hernan A.Perez Masci
   for his initial work on this problem
 - [DVB] if dvb_frontend_internal_ioctl() returns an error code, be sure
   to deliver it to the calling application, don't ignore it (fixes the
   bug that the frontend0 doesn't respond properly to unknown ioctls...)
 - [DVB] major frontend code clean up, rewritten core tuning loop.
   Thanks to Andrew de Quincey.
 - [DVB] follow changes in dvb-core in skystar2, dvb-bt8xx
</content>
</entry>
<entry>
<title>[PATCH] update dvb subsystem core</title>
<updated>2003-06-23T05:47:58Z</updated>
<author>
<name>Michael Hunold</name>
<email>hunold@convergence.de</email>
</author>
<published>2003-06-23T05:47:58Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=33e9942ccbf8ecbb35f4eb576a1f650b15ba18a9'/>
<id>urn:sha1:33e9942ccbf8ecbb35f4eb576a1f650b15ba18a9</id>
<content type='text'>
 - update dvb subsystem core
 - switched from user-land types like __u8 to u8 and uint16_t to u16
   this makes the patch rather large.
 - updated the dvr (digital videorecording) facility
 - renamed some structures, like "struct dmxdev_s" to "struct dmxdev"
 - introduced dvb_functions.[ch], where some linux-kernel specific
   functions are encapsulated.  by this, the dvb subsystem stays quite
   independent from deeper linux kernel functions.
 - moved dvb_usercopy() to dvb_functions.c -- this is essentially
   video_usercopy() which should be generic_usercopy() instead...
 - Made the dvb-core in dvbdev.c work with devfs again.
 - remove all typedefs from structs
 - remove all typedefs from enums
</content>
</entry>
<entry>
<title>[PATCH] update dvb headers</title>
<updated>2003-04-08T02:43:22Z</updated>
<author>
<name>Alan Cox</name>
<email>alan@lxorguk.ukuu.org.uk</email>
</author>
<published>2003-04-08T02:43:22Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=808048f59f088aa94e10ac70fcbf7b7370242be6'/>
<id>urn:sha1:808048f59f088aa94e10ac70fcbf7b7370242be6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] Digital TV framework</title>
<updated>2002-10-28T06:48:18Z</updated>
<author>
<name>Alan Cox</name>
<email>alan@lxorguk.ukuu.org.uk</email>
</author>
<published>2002-10-28T06:48:18Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=0a727c0ddb21cbea433d8c0611a834cc80576d36'/>
<id>urn:sha1:0a727c0ddb21cbea433d8c0611a834cc80576d36</id>
<content type='text'>
DVB is very different in its need to analogue video. This merges the
cleaned up version of the DVB framework from Convergence, which has been
around for a couple of years.
</content>
</entry>
</feed>
