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

  usr/include/linux/irda.h:127: 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>[IrDA]: EP7211 IR driver port to the latest SIR API</title>
<updated>2007-07-22T02:07:33Z</updated>
<author>
<name>Samuel Ortiz</name>
<email>samuel@sortiz.org</email>
</author>
<published>2007-07-22T02:07:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=e97e2ddf07d6b6c2d621ddaec277e19f86c0cdb1'/>
<id>urn:sha1:e97e2ddf07d6b6c2d621ddaec277e19f86c0cdb1</id>
<content type='text'>
The EP7211 SIR driver was the only one left without a new SIR API port.

Signed-off-by: Samuel Ortiz &lt;samuel@sortiz.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IrDA]: Monitor mode.</title>
<updated>2007-07-11T05:16:44Z</updated>
<author>
<name>Samuel Ortiz</name>
<email>samuel@sortiz.org</email>
</author>
<published>2007-07-03T05:55:31Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=411725280bd0058ebb83c0e32133b7a94902c3a6'/>
<id>urn:sha1:411725280bd0058ebb83c0e32133b7a94902c3a6</id>
<content type='text'>
Through the IrDA netlink set mode command, we switch to IrDA monitor
mode, where one IrLAP instance receives all the packets on the media,
without ever responding to them.

Signed-off-by: Samuel Ortiz &lt;samuel@sortiz.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IrDA]: Netlink layer.</title>
<updated>2007-07-11T05:16:43Z</updated>
<author>
<name>Samuel Ortiz</name>
<email>samuel@sortiz.org</email>
</author>
<published>2007-07-03T05:54:18Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=89da1ecf5483e6aa29b456a15ad6d05a6797c5a5'/>
<id>urn:sha1:89da1ecf5483e6aa29b456a15ad6d05a6797c5a5</id>
<content type='text'>
First IrDA configuration netlink layer implementation.
Currently, we only support the set/get mode commands.

Signed-off-by: Samuel Ortiz &lt;samuel@sortiz.org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>include files: convert "include" subdirectory to UTF-8</title>
<updated>2007-05-09T06:58:21Z</updated>
<author>
<name>John Anthony Kazos Jr</name>
<email>jakj@j-a-k-j.com</email>
</author>
<published>2007-05-09T06:30:57Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=121e70b69aef898a3c02fa90d0a2108381bcf975'/>
<id>urn:sha1:121e70b69aef898a3c02fa90d0a2108381bcf975</id>
<content type='text'>
Convert the "include" subdirectory to UTF-8.

Signed-off-by: John Anthony Kazos Jr. &lt;jakj@j-a-k-j.com&gt;
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
</content>
</entry>
<entry>
<title>[IRDA]: TOIM3232 dongle support</title>
<updated>2006-03-21T06:21:10Z</updated>
<author>
<name>David Basden</name>
<email>davidb-irda@rcpt.to</email>
</author>
<published>2006-03-21T06:21:10Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=0ac81ae34ec8898e7eb1388fe21e3cee7b626a88'/>
<id>urn:sha1:0ac81ae34ec8898e7eb1388fe21e3cee7b626a88</id>
<content type='text'>
Here goes a patch for supporting TOIM3232 based serial IrDA dongles.
The code is based on the tekram dongle code.

It's been tested with a TOIM3232 based IRWave 320S dongle. It may work
for TOIM4232 dongles, although it's not been tested.

Signed-off-by: David Basden &lt;davidb-irda@rcpt.to&gt;
Signed-off-by: Samuel Ortiz &lt;samuel.ortiz@nokia.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IrDA] include cleanup</title>
<updated>2003-07-10T13:45:39Z</updated>
<author>
<name>Jean Tourrilhes</name>
<email>jt@bougret.hpl.hp.com</email>
</author>
<published>2003-07-10T13:45:39Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=e8b7f906961c396dc048c9dcbc1ee2a887598cf2'/>
<id>urn:sha1:e8b7f906961c396dc048c9dcbc1ee2a887598cf2</id>
<content type='text'>
	o [CORRECT] Cleanup cruft from &lt;linux/irda.h&gt;
</content>
</entry>
<entry>
<title>o linux/net.h: prune the include dependency tree, remove include socket.h</title>
<updated>2003-04-06T07:07:58Z</updated>
<author>
<name>Arnaldo Carvalho de Melo</name>
<email>acme@conectiva.com.br</email>
</author>
<published>2003-04-06T07:07:58Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=abe5d153a034a1b62c49340ac5cdca33b26717c5'/>
<id>urn:sha1:abe5d153a034a1b62c49340ac5cdca33b26717c5</id>
<content type='text'>
Use struct forward declaration and fix irda.h and netlink.h to include what
uses (only sa_family_t).
</content>
</entry>
<entry>
<title>IrDA update 3/4:</title>
<updated>2002-06-14T14:43:33Z</updated>
<author>
<name>Jean Tourrilhes</name>
<email>jt@hpl.hp.com</email>
</author>
<published>2002-06-14T14:43:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=c3b0563993d347e0e8c7aa0c49af20ec02085e7c'/>
<id>urn:sha1:c3b0563993d347e0e8c7aa0c49af20ec02085e7c</id>
<content type='text'>
	        &lt;Following patch from Shimizu Takuja/Gerhard Bertelsmann&gt;
	o [FEATURE] Dongle driver for ActiSys 200L hardware
	        &lt;Following patch from Leung/me&gt;
	o [FEATURE] Dongle driver for Mobile Action MA600 hardware
</content>
</entry>
<entry>
<title>irda update 4/7:</title>
<updated>2002-04-30T18:06:00Z</updated>
<author>
<name>Jean Tourrilhes</name>
<email>jt@hpl.hp.com</email>
</author>
<published>2002-04-30T18:06:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=177030c33b708429f2f82af01ac1d20faf3018e9'/>
<id>urn:sha1:177030c33b708429f2f82af01ac1d20faf3018e9</id>
<content type='text'>
o [FEATURE] Dongle driver for mcp2120/crystal hardware

</content>
</entry>
</feed>
