<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pm24.git/Documentation/dvb, branch v2.6.15</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.kobert.dev/pm24.git/atom?h=v2.6.15</id>
<link rel='self' href='https://git.kobert.dev/pm24.git/atom?h=v2.6.15'/>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/'/>
<updated>2005-12-12T16:57:44Z</updated>
<entry>
<title>[PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 4</title>
<updated>2005-12-12T16:57:44Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@brturbo.com.br</email>
</author>
<published>2005-12-12T08:37:28Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=674434c691e10015660022fc00b04985a23ef87b'/>
<id>urn:sha1:674434c691e10015660022fc00b04985a23ef87b</id>
<content type='text'>
Clean up whitespaces at v4l/dvb files

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&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] kernel Doc/ URL corrections</title>
<updated>2005-11-22T17:14:30Z</updated>
<author>
<name>Randy Dunlap</name>
<email>rdunlap@xenotime.net</email>
</author>
<published>2005-11-22T05:32:31Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=98766fbe604bc198ced93c57220c2d4a78ad6c11'/>
<id>urn:sha1:98766fbe604bc198ced93c57220c2d4a78ad6c11</id>
<content type='text'>
Correct lots of URLs in Documentation/ Also a few minor whitespace cleanups
and typo/spello fixes.  Sadly there are still a lot of bad URLs remaining.

Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&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: documentation updates for hybrid v4l/dvb cards</title>
<updated>2005-11-09T15:56:06Z</updated>
<author>
<name>Michael Krufky</name>
<email>mkrufky@m1k.net</email>
</author>
<published>2005-11-09T05:35:53Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=de122dfda505e693f75e73628e026e4f6250ede7'/>
<id>urn:sha1:de122dfda505e693f75e73628e026e4f6250ede7</id>
<content type='text'>
Updated documentation to include "hybrid" v4l/dvb and ATSC cards.

Signed-off-by: Michael Krufky &lt;mkrufky@m1k.net&gt;
Cc: 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: add nxt200x frontend module</title>
<updated>2005-11-09T15:56:05Z</updated>
<author>
<name>Kirk Lapray</name>
<email>kirk.lapray@gmail.com</email>
</author>
<published>2005-11-09T05:35:46Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=04a45929e7f00ed4fc7b1d375397f808c8a5d0eb'/>
<id>urn:sha1:04a45929e7f00ed4fc7b1d375397f808c8a5d0eb</id>
<content type='text'>
* nxt200x.c, nxt200x.h
- New frontend module that supports both NXT2002 and NXT2004.
  So far, only tested on NXT2004.  After testing on NXT2002, we should
  deprecate the nxt2002 module, and implement this one instead on the
  applicable cards.

* get_dvb_firmware:
- Added support for the NXT2004 firmware. This firmware works with both
  the ATI HDTV Wonder and the AVerTVHD MCE a180.
  This was originally written by Jean-Francois Thibert

* dvb-pll.c
- Fixed minimum frequency for tuv1236d. It seems that the data sheets
  are wrong.

Signed-off-by: Kirk Lapray &lt;kirk.lapray@gmail.com&gt;
Signed-off-by: Michael Krufky &lt;mkrufky@m1k.net&gt;
Cc: 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: Updated documentation for FusionHDTV Lite cards</title>
<updated>2005-11-09T15:56:03Z</updated>
<author>
<name>Michael Krufky</name>
<email>mkrufky@m1k.net</email>
</author>
<published>2005-11-09T05:35:35Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=2cbeddc976645262dbe036d6ec0825f96af70da3'/>
<id>urn:sha1:2cbeddc976645262dbe036d6ec0825f96af70da3</id>
<content type='text'>
- Updated documentation for FusionHDTV Lite cards. We must differentiate
  the bt8xx based "Lite" cards from the cx2388x based "Gold" cards.

- Provide location of CARDLIST.bttv Documentation, rather than
  instructing users to look at bttv.h

- Include card decimal id numbers. These are valid for module arguments,
  and might be easier for some people to remember, rather than hex.

Signed-off-by: Michael Krufky &lt;mkrufky@m1k.net&gt;
Cc: 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: Updated Documentation</title>
<updated>2005-11-09T15:56:03Z</updated>
<author>
<name>Manu Abraham</name>
<email>manu@linuxtv.org</email>
</author>
<published>2005-11-09T05:35:33Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=28fdd7599cb9c6c620caf13bcaea41e2532cb5fd'/>
<id>urn:sha1:28fdd7599cb9c6c620caf13bcaea41e2532cb5fd</id>
<content type='text'>
Updated Documentation

Signed-off-by: Manu Abraham &lt;manu@linuxtv.org&gt;
Signed-off-by: Michael Krufky &lt;mkrufky@m1k.net&gt;
Cc: 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: dst: Updated Documentation</title>
<updated>2005-09-09T20:57:44Z</updated>
<author>
<name>Manu Abraham</name>
<email>manu@linuxtv.org</email>
</author>
<published>2005-09-09T20:03:04Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=2d6e7322b5f63d62ec8785c5fbf469c9a233baff'/>
<id>urn:sha1:2d6e7322b5f63d62ec8785c5fbf469c9a233baff</id>
<content type='text'>
Updated Documentation

Signed-off-by: Manu Abraham &lt;manu@linuxtv.org&gt;
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: dst: ci doc update</title>
<updated>2005-09-09T20:57:44Z</updated>
<author>
<name>Manu Abraham</name>
<email>manu@linuxtv.org</email>
</author>
<published>2005-09-09T20:03:03Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=9dea88514c476d303f59e19b27ef26bb52dc193a'/>
<id>urn:sha1:9dea88514c476d303f59e19b27ef26bb52dc193a</id>
<content type='text'>
Updated documentation

Signed-off-by: Manu Abraham &lt;manu@linuxtv.org&gt;
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: Clarify description text for dvb-bt8xx in Kconfig</title>
<updated>2005-09-07T23:58:02Z</updated>
<author>
<name>Michael Krufky</name>
<email>mkrufky@m1k.net</email>
</author>
<published>2005-09-06T22:19:38Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=2684f5c74d5c2d3eb6ddbb599a8c89a06c5fa420'/>
<id>urn:sha1:2684f5c74d5c2d3eb6ddbb599a8c89a06c5fa420</id>
<content type='text'>
Patrick Keene wrote to the linux-dvb list, asking where in menuconfig he
can enable dvb-bt8xx for his AVerMedia DVB card.  I pointed the following
out to him:

config DVB_BT8XX
       tristate "Nebula/Pinnacle PCTV/Twinhan PCI cards"

It has been agreed upon that this description is extremely misleading.

This patch changes the one-liner description text of dvb-bt8xx to something
more meaningful, and adds AVerMedia to the detailed description.

Signed-off-by: Michael Krufky &lt;mkrufky@m1k.net&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] fix for Documentation/dvb/bt8xx.txt?=</title>
<updated>2005-07-08T01:24:03Z</updated>
<author>
<name>Uwe Bugla</name>
<email>uwe.bugla@gmx.de</email>
</author>
<published>2005-07-08T00:58:35Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=a2f552f5edc13e18b75f11fb1b08bbcad67fd362'/>
<id>urn:sha1:a2f552f5edc13e18b75f11fb1b08bbcad67fd362</id>
<content type='text'>
*   /usr/src/linux-2.6.12/Documentation/dvb/bt8xx.txt

  almost completely remade the text file with the following focuses:
  useful infos for beginners: how to load modules manually and
  automatically developers infos are reduced to a minimum as module loading
  works automatic in kernel &gt;= 2.6.12 by loading modules bttv and dvb-bt8xx
  I completely erased the out of date TwinHan part dealing with additional
  parameters, debug parameters, and overriding autodetection Further up to
  date information about TwinHan + clones can be found in
  /Documentation/dvb/ci.txt

Signed-off-by: Uwe Bugla &lt;uwe.bugla@gmx.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
