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

    <title>~mkrufky/raw-payload Changelog</title>
    <description>~mkrufky/raw-payload Changelog</description>
    <item>
    <title>dvb-usb: add support for dvb-usb-adapters that deliver raw payload</title>
    <link>http://www.kernellabs.com/hg/~mkrufky/raw-payload/rev/183a31b4da6b</link>
    <description><![CDATA[dvb-usb: add support for dvb-usb-adapters that deliver raw payload<br/>
<br/>
From: Michael Krufky &lt;mkrufky@kernellabs.com&gt;<br/>
<br/>
Select this feature by setting the dvb-usb-adapter caps field with<br/>
DVB_USB_ADAP_RECEIVES_RAW_PAYLOAD<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Michael Krufky &lt;mkrufky@kernellabs.com&gt;]]></description>
    <author>&#77;&#105;&#99;&#104;&#97;&#101;&#108;&#32;&#75;&#114;&#117;&#102;&#107;&#121;&#32;&#60;&#109;&#107;&#114;&#117;&#102;&#107;&#121;&#64;&#107;&#101;&#114;&#110;&#101;&#108;&#108;&#97;&#98;&#115;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 07 May 2010 17:15:11 -0400</pubDate>
</item>
<item>
    <title>dvb-demux: add functionality to send raw payload to the dvr device</title>
    <link>http://www.kernellabs.com/hg/~mkrufky/raw-payload/rev/9f075552a5f8</link>
    <description><![CDATA[dvb-demux: add functionality to send raw payload to the dvr device<br/>
<br/>
From: Michael Krufky &lt;mkrufky@kernellabs.com&gt;<br/>
<br/>
If your driver needs to deliver the raw payload to userspace without<br/>
passing through the kernel demux, use function: dvb_dmx_swfilter_raw<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Michael Krufky &lt;mkrufky@kernellabs.com&gt;]]></description>
    <author>&#77;&#105;&#99;&#104;&#97;&#101;&#108;&#32;&#75;&#114;&#117;&#102;&#107;&#121;&#32;&#60;&#109;&#107;&#114;&#117;&#102;&#107;&#121;&#64;&#107;&#101;&#114;&#110;&#101;&#108;&#108;&#97;&#98;&#115;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 07 May 2010 17:11:44 -0400</pubDate>
</item>
<item>
    <title>dvb-usb: enable specifying a separate generic bulk ctrl response endpoint</title>
    <link>http://www.kernellabs.com/hg/~mkrufky/raw-payload/rev/723e03a57ef3</link>
    <description><![CDATA[dvb-usb: enable specifying a separate generic bulk ctrl response endpoint<br/>
<br/>
From: Michael Krufky &lt;mkrufky@kernellabs.com&gt;<br/>
<br/>
Some DVB USB devices use a separate endpoint for responses to control<br/>
messages sent with bulk transfers via the generic_bulk_ctrl_endpoint.<br/>
When generic_bulk_ctrl_endpoint_response is set, it will be used instead<br/>
of the generic_bulk_ctrl_endpoint when reading usb responses in the<br/>
dvb_usb_generic_rw helper function.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Michael Krufky &lt;mkrufky@kernellabs.com&gt;<br/>
Reviewed-by: Patrick Boettcher &lt;pboettcher@kernellabs.com&gt;]]></description>
    <author>&#77;&#105;&#99;&#104;&#97;&#101;&#108;&#32;&#75;&#114;&#117;&#102;&#107;&#121;&#32;&#60;&#109;&#107;&#114;&#117;&#102;&#107;&#121;&#64;&#107;&#101;&#114;&#110;&#101;&#108;&#108;&#97;&#98;&#115;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 31 Jan 2010 19:06:10 -0500</pubDate>
</item>
<item>
    <title>ir-common: Use a dynamic keycode table</title>
    <link>http://www.kernellabs.com/hg/~mkrufky/raw-payload/rev/e0cd9a337600</link>
    <description><![CDATA[ir-common: Use a dynamic keycode table<br/>
<br/>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;<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>Sun, 29 Nov 2009 12:08:02 -0200</pubDate>
</item>
<item>
    <title>ir: Prepare the code for dynamic keycode table allocation</title>
    <link>http://www.kernellabs.com/hg/~mkrufky/raw-payload/rev/de97de0b00f9</link>
    <description><![CDATA[ir: Prepare the code for dynamic keycode table allocation<br/>
<br/>
Currently, the IR table is initialized by calling ir_input_init(). However,<br/>
this function doesn't return any error code, nor has a function to be called<br/>
when de-initializing the IR's.<br/>
<br/>
Change the return argment to integer and make sure that each driver will<br/>
handle the error code. Also adds a function to free any resources that may<br/>
be allocating there: ir_input_free().<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>Sun, 29 Nov 2009 09:19:59 -0200</pubDate>
</item>
<item>
    <title>em28xx: Use the full RC5 code on HVR-950 Remote Controller</title>
    <link>http://www.kernellabs.com/hg/~mkrufky/raw-payload/rev/9c38704cfd56</link>
    <description><![CDATA[em28xx: Use the full RC5 code on HVR-950 Remote Controller<br/>
<br/>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;<br/>
<br/>
Modifies the IR table for HVR-950 to use the newer Hauppauge RC5 table,<br/>
and adds the RC5 address to the functions that get the scancode for this<br/>
device.<br/>
<br/>
It is easy to add support for all other RC5 IR's on em2880 boards, but<br/>
the scancode table needs to be re-generated. So, keep using the old<br/>
7bits tables while we don't have all tables converted.<br/>
<br/>
Also, the 7bits tables are still used on other drivers, so this small<br/>
patch needs to be ported to all drivers.<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>Sat, 28 Nov 2009 00:28:40 -0200</pubDate>
</item>
<item>
    <title>ir-common: Add a hauppauge new table with the complete RC5 code</title>
    <link>http://www.kernellabs.com/hg/~mkrufky/raw-payload/rev/5807d48177e0</link>
    <description><![CDATA[ir-common: Add a hauppauge new table with the complete RC5 code<br/>
<br/>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;<br/>
<br/>
Now that V4L drivers can support more than 7 bits for scan code, let's<br/>
add a modified version for the Hauppauge Grey IR containing the full IR<br/>
scancode.<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>Sat, 28 Nov 2009 00:25:13 -0200</pubDate>
</item>
<item>
    <title>ir-common: Remove some unused fields/structs</title>
    <link>http://www.kernellabs.com/hg/~mkrufky/raw-payload/rev/e1bf262230e5</link>
    <description><![CDATA[ir-common: Remove some unused fields/structs<br/>
<br/>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;<br/>
<br/>
Now that the IR conversion to dynamic tables has finished, we can get<br/>
rid of some fields and definitions that aren't used anymore.<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>Fri, 27 Nov 2009 23:51:56 -0200</pubDate>
</item>
<item>
    <title>ir: use dynamic tables, instead of static ones</title>
    <link>http://www.kernellabs.com/hg/~mkrufky/raw-payload/rev/e6928bea440f</link>
    <description><![CDATA[ir: use dynamic tables, instead of static ones<br/>
<br/>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;<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>Fri, 27 Nov 2009 23:40:22 -0200</pubDate>
</item>
<item>
    <title>ir-common: Add infrastructure to use a dynamic keycode table</title>
    <link>http://www.kernellabs.com/hg/~mkrufky/raw-payload/rev/21e71d58cd2a</link>
    <description><![CDATA[ir-common: Add infrastructure to use a dynamic keycode table<br/>
<br/>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;<br/>
<br/>
V4L drivers use an static keycode vector with 128 entries, where the scancode<br/>
indexes the keycode. While this works, it limits the scancodes to have only<br/>
7 bits, not allowing for example full RC5 codes.<br/>
<br/>
Instead of implementing the same code on every V4L driver, provide a common<br/>
infrastructure to handle the bigger tables, minimizing the changes inside<br/>
each driver.<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>Fri, 27 Nov 2009 23:01:23 -0200</pubDate>
</item>

  </channel>
</rss>
