<?xml version="1.0" encoding="ANSI_X3.4-1968"?>
<rss version="2.0">
  <channel>
    <link>http://www.kernellabs.com/hg/~stoth/cx22702/</link>
    <language>en-us</language>

    <title>~stoth/cx22702 Changelog</title>
    <description>~stoth/cx22702 Changelog</description>
    <item>
    <title>cx22702: Fix signal strength</title>
    <link>http://www.kernellabs.com/hg/~stoth/cx22702/rev/082e63afeb32</link>
    <description><![CDATA[cx22702: Fix signal strength<br/>
<br/>
From: Jean Delvare &lt;khali@linux-fr.org&gt;<br/>
<br/>
cx22702: Fix signal strength<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;<br/>
Reviewed-by: Steven Toth &lt;stoth@kernellabs.com&gt;]]></description>
    <author>&#83;&#116;&#101;&#118;&#101;&#110;&#32;&#84;&#111;&#116;&#104;&#32;&#60;&#115;&#116;&#111;&#116;&#104;&#64;&#107;&#101;&#114;&#110;&#101;&#108;&#108;&#97;&#98;&#115;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 27 Nov 2009 11:13:02 -0500</pubDate>
</item>
<item>
    <title>cx22702: Simplify cx22702_set_tps()</title>
    <link>http://www.kernellabs.com/hg/~stoth/cx22702/rev/685a06cce2f1</link>
    <description><![CDATA[cx22702: Simplify cx22702_set_tps()<br/>
<br/>
From: Jean Delvare &lt;khali@linux-fr.org&gt;<br/>
<br/>
Code in function cx22702_set_tps() can be slightly simplified.<br/>
Apparently gcc was smart enough to optimize it anyway, but it can't<br/>
hurt to make the code more readable.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;<br/>
Reviewed-by: Steven Toth &lt;stoth@kernellabs.com&gt;]]></description>
    <author>&#83;&#116;&#101;&#118;&#101;&#110;&#32;&#84;&#111;&#116;&#104;&#32;&#60;&#115;&#116;&#111;&#116;&#104;&#64;&#107;&#101;&#114;&#110;&#101;&#108;&#108;&#97;&#98;&#115;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 27 Nov 2009 11:11:43 -0500</pubDate>
</item>
<item>
    <title>cx22702: Some things never change</title>
    <link>http://www.kernellabs.com/hg/~stoth/cx22702/rev/02fa393c12ba</link>
    <description><![CDATA[cx22702: Some things never change<br/>
<br/>
From: Jean Delvare &lt;khali@linux-fr.org&gt;<br/>
<br/>
The init sequence never changes so it can be marked const. Likewise,<br/>
cx22702_ops is a template and can thus be made read-only.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;<br/>
Reviewed-by: Steven Toth &lt;stoth@kernellabs.com&gt;]]></description>
    <author>&#83;&#116;&#101;&#118;&#101;&#110;&#32;&#84;&#111;&#116;&#104;&#32;&#60;&#115;&#116;&#111;&#116;&#104;&#64;&#107;&#101;&#114;&#110;&#101;&#108;&#108;&#97;&#98;&#115;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 27 Nov 2009 11:10:33 -0500</pubDate>
</item>
<item>
    <title>cx22702: Avoid duplicating code in branches</title>
    <link>http://www.kernellabs.com/hg/~stoth/cx22702/rev/1ecf6abac181</link>
    <description><![CDATA[cx22702: Avoid duplicating code in branches<br/>
<br/>
From: Jean Delvare &lt;khali@linux-fr.org&gt;<br/>
<br/>
Calling the same functions in if/else or switch/case branches is<br/>
inefficient. Refactor the code for a smaller binary and increased<br/>
redability.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;<br/>
Reviewed-By: Steven Toth &lt;stoth@kernellabs.com&gt;]]></description>
    <author>&#83;&#116;&#101;&#118;&#101;&#110;&#32;&#84;&#111;&#116;&#104;&#32;&#60;&#115;&#116;&#111;&#116;&#104;&#64;&#107;&#101;&#114;&#110;&#101;&#108;&#108;&#97;&#98;&#115;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 27 Nov 2009 11:09:31 -0500</pubDate>
</item>
<item>
    <title>cx22702: Drop useless initializations to 0</title>
    <link>http://www.kernellabs.com/hg/~stoth/cx22702/rev/32d1454e4817</link>
    <description><![CDATA[cx22702: Drop useless initializations to 0<br/>
<br/>
From: Jean Delvare &lt;khali@linux-fr.org&gt;<br/>
<br/>
These variables are either unconditionally set right afterwards, or<br/>
already set to 0 by kzalloc.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;<br/>
Reviewed-by: Steven Toth &lt;stoth@kernellabs.com&gt;]]></description>
    <author>&#83;&#116;&#101;&#118;&#101;&#110;&#32;&#84;&#111;&#116;&#104;&#32;&#60;&#115;&#116;&#111;&#116;&#104;&#64;&#107;&#101;&#114;&#110;&#101;&#108;&#108;&#97;&#98;&#115;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 27 Nov 2009 11:07:28 -0500</pubDate>
</item>
<item>
    <title>cx22702: Clean up register access functions</title>
    <link>http://www.kernellabs.com/hg/~stoth/cx22702/rev/349ca297c52c</link>
    <description><![CDATA[cx22702: Clean up register access functions<br/>
<br/>
From: Jean Delvare &lt;khali@linux-fr.org&gt;<br/>
<br/>
* Avoid temporary variables.<br/>
* Optimize success paths.<br/>
* Make error messages consistently verbose.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;<br/>
Reviewed-by: Steven Toth &lt;stoth@kernellabs.com&gt;]]></description>
    <author>&#83;&#116;&#101;&#118;&#101;&#110;&#32;&#84;&#111;&#116;&#104;&#32;&#60;&#115;&#116;&#111;&#116;&#104;&#64;&#107;&#101;&#114;&#110;&#101;&#108;&#108;&#97;&#98;&#115;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 27 Nov 2009 11:05:44 -0500</pubDate>
</item>
<item>
    <title>em28xx: fix support for em2800 and add VC211A card</title>
    <link>http://www.kernellabs.com/hg/~stoth/cx22702/rev/9d4c603b28c9</link>
    <description><![CDATA[em28xx: fix support for em2800 and add VC211A card<br/>
<br/>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;<br/>
<br/>
While adding support for Actionmaster/LinXcel/Digitus VC211A em2800<br/>
card, it was noticed several troubles with em2800 support:<br/>
	- audio were mis-detected;<br/>
	- max resolution were broken.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;]]></description>
    <author>&#77;&#97;&#117;&#114;&#111;&#32;&#67;&#97;&#114;&#118;&#97;&#108;&#104;&#111;&#32;&#67;&#104;&#101;&#104;&#97;&#98;&#32;&#60;&#109;&#99;&#104;&#101;&#104;&#97;&#98;&#64;&#114;&#101;&#100;&#104;&#97;&#116;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 26 Nov 2009 22:26:13 -0200</pubDate>
</item>
<item>
    <title>firedtv-1394: do not build for kernels &lt;2.6.30</title>
    <link>http://www.kernellabs.com/hg/~stoth/cx22702/rev/b3695bd384cc</link>
    <description><![CDATA[firedtv-1394: do not build for kernels &lt;2.6.30<br/>
<br/>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;<br/>
<br/>
A pointer was non-const in 2.6.29. This was changed in 2.6.30, so pick that<br/>
as the minimum kernel version.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;]]></description>
    <author>&#72;&#97;&#110;&#115;&#32;&#86;&#101;&#114;&#107;&#117;&#105;&#108;&#32;&#60;&#104;&#118;&#101;&#114;&#107;&#117;&#105;&#108;&#64;&#120;&#115;&#52;&#97;&#108;&#108;&#46;&#110;&#108;&#62;</author>
    <pubDate>Thu, 26 Nov 2009 08:32:47 +0100</pubDate>
</item>
<item>
    <title>cx18: only build for kernels &gt;= 2.6.17</title>
    <link>http://www.kernellabs.com/hg/~stoth/cx22702/rev/b053dd8146d1</link>
    <description><![CDATA[cx18: only build for kernels &gt;= 2.6.17<br/>
<br/>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;<br/>
<br/>
cx18 no longer builds for 2.6.16 due to a missing list_for_each_entry_from.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;]]></description>
    <author>&#72;&#97;&#110;&#115;&#32;&#86;&#101;&#114;&#107;&#117;&#105;&#108;&#32;&#60;&#104;&#118;&#101;&#114;&#107;&#117;&#105;&#108;&#64;&#120;&#115;&#52;&#97;&#108;&#108;&#46;&#110;&#108;&#62;</author>
    <pubDate>Wed, 25 Nov 2009 23:08:29 +0100</pubDate>
</item>
<item>
    <title>se401: fix 2.6.17 compile error.</title>
    <link>http://www.kernellabs.com/hg/~stoth/cx22702/rev/51c7ac8beaf8</link>
    <description><![CDATA[se401: fix 2.6.17 compile error.<br/>
<br/>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;<br/>
<br/>
Use asm/uaccess.h for pre-2.6.19 kernels.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;]]></description>
    <author>&#72;&#97;&#110;&#115;&#32;&#86;&#101;&#114;&#107;&#117;&#105;&#108;&#32;&#60;&#104;&#118;&#101;&#114;&#107;&#117;&#105;&#108;&#64;&#120;&#115;&#52;&#97;&#108;&#108;&#46;&#110;&#108;&#62;</author>
    <pubDate>Wed, 25 Nov 2009 22:58:33 +0100</pubDate>
</item>

  </channel>
</rss>
