<feed xmlns='http://www.w3.org/2005/Atom'>
<title>litmus-rt.git/drivers/media/IR/Kconfig, branch 2012.1</title>
<subtitle>The LITMUS^RT kernel.</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/'/>
<entry>
<title>[media] rename drivers/media/IR to drives/media/rc</title>
<updated>2010-12-29T10:16:36+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2010-11-10T02:00:14+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=32cf86f6d16367db5a10039c1dd938a2427d697c'/>
<id>32cf86f6d16367db5a10039c1dd938a2427d697c</id>
<content type='text'>
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] ir-core: more cleanups of ir-functions.c</title>
<updated>2010-12-29T10:16:36+00:00</updated>
<author>
<name>David HÃ¤rdeman</name>
<email>david@hardeman.nu</email>
</author>
<published>2010-10-29T19:08:12+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=3ffea4988be3f3fa65f2104ba31eff2b5e0e82a0'/>
<id>3ffea4988be3f3fa65f2104ba31eff2b5e0e82a0</id>
<content type='text'>
cx88 only depends on VIDEO_IR because it needs ir_extract_bits().
Move that function to ir-core.h and make it inline.

Lots of drivers had dependencies on VIDEO_IR when they really
wanted IR_CORE.

The only remaining drivers to depend on VIDEO_IR are bt8xx and
saa7134 (ir_rc5_timer_end is the only function exported by
ir-functions).

Rename VIDEO_IR -&gt; IR_LEGACY to give a hint to anyone writing or
converting drivers to IR_CORE that they do not want a dependency
on IR_LEGACY.

Signed-off-by: David Härdeman &lt;david@hardeman.nu&gt;
Acked-by: Jarod Wilson &lt;jarod@redhat.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cx88 only depends on VIDEO_IR because it needs ir_extract_bits().
Move that function to ir-core.h and make it inline.

Lots of drivers had dependencies on VIDEO_IR when they really
wanted IR_CORE.

The only remaining drivers to depend on VIDEO_IR are bt8xx and
saa7134 (ir_rc5_timer_end is the only function exported by
ir-functions).

Rename VIDEO_IR -&gt; IR_LEGACY to give a hint to anyone writing or
converting drivers to IR_CORE that they do not want a dependency
on IR_LEGACY.

Signed-off-by: David Härdeman &lt;david@hardeman.nu&gt;
Acked-by: Jarod Wilson &lt;jarod@redhat.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] IR: ene_ir: updates</title>
<updated>2010-10-21T09:54:15+00:00</updated>
<author>
<name>Maxim Levitsky</name>
<email>maximlevitsky@gmail.com</email>
</author>
<published>2010-09-06T21:26:11+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=11b64d31c00359e2e6fa73b0ae4688663e848765'/>
<id>11b64d31c00359e2e6fa73b0ae4688663e848765</id>
<content type='text'>
* Add support for newer firmware version that uses different
buffer format. Makes hardware work for many users.

* Register name updates

* Lot of refactoring

* Lots of fixes as a result of full testing

* Idle mode is done now by resetting the device, and this eliminates
the ugly sample_period = 75 hack.

Every feature of the driver is now well tested.

Signed-off-by: Maxim Levitsky &lt;maximlevitsky@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add support for newer firmware version that uses different
buffer format. Makes hardware work for many users.

* Register name updates

* Lot of refactoring

* Lots of fixes as a result of full testing

* Idle mode is done now by resetting the device, and this eliminates
the ugly sample_period = 75 hack.

Every feature of the driver is now well tested.

Signed-off-by: Maxim Levitsky &lt;maximlevitsky@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] IR/Kconfig: sort hardware entries alphabetically</title>
<updated>2010-10-21T03:18:33+00:00</updated>
<author>
<name>Jarod Wilson</name>
<email>jarod@redhat.com</email>
</author>
<published>2010-10-08T19:23:56+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=d322bf4ab2b513d03bd53b4436dbf6f2a36a7a76'/>
<id>d322bf4ab2b513d03bd53b4436dbf6f2a36a7a76</id>
<content type='text'>
Signed-off-by: Jarod Wilson &lt;jarod@redhat.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jarod Wilson &lt;jarod@redhat.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] IR: add driver for Nuvoton w836x7hg integrated CIR</title>
<updated>2010-10-21T03:18:30+00:00</updated>
<author>
<name>Jarod Wilson</name>
<email>jarod@redhat.com</email>
</author>
<published>2010-10-07T20:50:34+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=6d2f5c27880c2c72e35432eae10c7a74251050c0'/>
<id>6d2f5c27880c2c72e35432eae10c7a74251050c0</id>
<content type='text'>
This is a new ir-core pnp driver for the Nuvoton w836x7hg integrated CIR
function. The chip is found on at least the ASRock ION 330HT boxes and
apparently, on a number of Intel DP55-series motherboards:

http://www.asrock.com/nettop/overview.asp?Model=ION%20330HT
http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&amp;DwnldID=17685&amp;lang=eng

This driver was made possible by a hardware donation from Nuvoton, along
with sample code (in the form of an lirc driver) and datasheet, so huge
thanks to them for supporting this effort. Note that this driver
constitutes a massive rewrite, porting from the lirc interfaces to the
ir-core interfaces, and restructuring the driver to look more like Maxim
Levitsky's ene_ir driver (as well as generally making it look more like
kernel code).

There's some work left to be done on this driver, to fully support the
range of functionality possible, but receive and IR power-on/wake are
both functional (may require setting wake key under another OS atm). The
hardware I've got (one of the ASRock boxes) only supports RX, so TX is
completely untested as of yet. Certain RX parameters, like sample
resolution and RX IRQ sample length trigger level could possibly stand
to be made tweakable via modparams or sysfs nodes, but the current
values work well enough for me w/an MCE RC6A remote.

The original lirc driver carried support for the Windows MCE IR
keyboard/mouse device, which I plan to add back generically, in a way
that should be usable by any raw IR receiver (or at least by this driver
and the mceusb driver).

Suspend and resume have also been tested, the power button on my remote
can be used to wake the machine, and CIR functionality resumes just
fine. Module unload/reload has also been tested, though not extensively
or repetitively. Also tested to work with the lirc bridge plugin for
userspace decoding.

Signed-off-by: Jarod Wilson &lt;jarod@redhat.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a new ir-core pnp driver for the Nuvoton w836x7hg integrated CIR
function. The chip is found on at least the ASRock ION 330HT boxes and
apparently, on a number of Intel DP55-series motherboards:

http://www.asrock.com/nettop/overview.asp?Model=ION%20330HT
http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&amp;DwnldID=17685&amp;lang=eng

This driver was made possible by a hardware donation from Nuvoton, along
with sample code (in the form of an lirc driver) and datasheet, so huge
thanks to them for supporting this effort. Note that this driver
constitutes a massive rewrite, porting from the lirc interfaces to the
ir-core interfaces, and restructuring the driver to look more like Maxim
Levitsky's ene_ir driver (as well as generally making it look more like
kernel code).

There's some work left to be done on this driver, to fully support the
range of functionality possible, but receive and IR power-on/wake are
both functional (may require setting wake key under another OS atm). The
hardware I've got (one of the ASRock boxes) only supports RX, so TX is
completely untested as of yet. Certain RX parameters, like sample
resolution and RX IRQ sample length trigger level could possibly stand
to be made tweakable via modparams or sysfs nodes, but the current
values work well enough for me w/an MCE RC6A remote.

The original lirc driver carried support for the Windows MCE IR
keyboard/mouse device, which I plan to add back generically, in a way
that should be usable by any raw IR receiver (or at least by this driver
and the mceusb driver).

Suspend and resume have also been tested, the power button on my remote
can be used to wake the machine, and CIR functionality resumes just
fine. Module unload/reload has also been tested, though not extensively
or repetitively. Also tested to work with the lirc bridge plugin for
userspace decoding.

Signed-off-by: Jarod Wilson &lt;jarod@redhat.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>V4L/DVB: IR/streamzap: functional in-kernel decoding</title>
<updated>2010-10-21T03:04:47+00:00</updated>
<author>
<name>Jarod Wilson</name>
<email>jarod@redhat.com</email>
</author>
<published>2010-08-07T16:31:40+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=7a569f524dd36806b995c844f29e28ff40c444b2'/>
<id>7a569f524dd36806b995c844f29e28ff40c444b2</id>
<content type='text'>
This patch makes in-kernel decoding with the stock Streamzap PC Remote
work out of the box. There are quite a few things going on in this
patch, all related to getting this working:

1) I had to enable reporting of a long space at the end of each signal,
   or I had weird buffering and keybounce issues.

2) The keymap has been reworked slightly to match actual decoded values,
   the first edition was missing the pre-data bits present in the lirc
   config file for this remote.

3) There's a whole new decoder included, specifically for the
   not-quite-RC5 15-bit protocol variant used by the Streamzap PC
   Remote. The decoder, while usable with other recievers (tested with
   an mceusb receiver), will only be loaded by the streamzap driver, as
   its likely not of use in almost all other situations. This can be
   revisited if/when all keytable loading (and disabling of unneeded
   protocol decoder engines) is moved to userspace, but for now, I think
   this makes the most sense.

Note that I did try to enable handling the streamzap RC5-ish protocol in
the current RC5 decoder, but there's no particularly easy way to tell if
its 14-bit RC5 or 15-bit Streamzap until we see bit 14, and even then,
in testing an attempted decoder merge, only 2/3 of the keys were
properly recognized as being the 15-bit variant and decoded correctly,
the rest were close enough to compliant with 14-bit that they were
decoded as such (but they have overlap with one another, and thus we
can't just shrug and use the 14-bit decoded values).

Also of note in this patch is the removal of the streamzap driver's
internal delay buffer. Per discussion w/Christoph, it shouldn't be
needed by lirc any longer anyway, and it doesn't seem to make any
difference to the in-kernel decoder engine. That being the case, I'm
yanking it all out, as it greatly simplifies the driver code.

Signed-off-by: Jarod Wilson &lt;jarod@redhat.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch makes in-kernel decoding with the stock Streamzap PC Remote
work out of the box. There are quite a few things going on in this
patch, all related to getting this working:

1) I had to enable reporting of a long space at the end of each signal,
   or I had weird buffering and keybounce issues.

2) The keymap has been reworked slightly to match actual decoded values,
   the first edition was missing the pre-data bits present in the lirc
   config file for this remote.

3) There's a whole new decoder included, specifically for the
   not-quite-RC5 15-bit protocol variant used by the Streamzap PC
   Remote. The decoder, while usable with other recievers (tested with
   an mceusb receiver), will only be loaded by the streamzap driver, as
   its likely not of use in almost all other situations. This can be
   revisited if/when all keytable loading (and disabling of unneeded
   protocol decoder engines) is moved to userspace, but for now, I think
   this makes the most sense.

Note that I did try to enable handling the streamzap RC5-ish protocol in
the current RC5 decoder, but there's no particularly easy way to tell if
its 14-bit RC5 or 15-bit Streamzap until we see bit 14, and even then,
in testing an attempted decoder merge, only 2/3 of the keys were
properly recognized as being the 15-bit variant and decoded correctly,
the rest were close enough to compliant with 14-bit that they were
decoded as such (but they have overlap with one another, and thus we
can't just shrug and use the 14-bit decoded values).

Also of note in this patch is the removal of the streamzap driver's
internal delay buffer. Per discussion w/Christoph, it shouldn't be
needed by lirc any longer anyway, and it doesn't seem to make any
difference to the in-kernel decoder engine. That being the case, I'm
yanking it all out, as it greatly simplifies the driver code.

Signed-off-by: Jarod Wilson &lt;jarod@redhat.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>V4L/DVB: Fix IR_CORE dependencies</title>
<updated>2010-08-12T18:07:48+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2010-08-09T13:07:20+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=cfec93f769542a8893dc45c2d7ee4e9e72d3bd2d'/>
<id>cfec93f769542a8893dc45c2d7ee4e9e72d3bd2d</id>
<content type='text'>
As pointed by Randy Dunlap &lt;randy.dunlap@oracle.com&gt;:
&gt; ERROR: "ir_keydown" [drivers/media/video/ir-kbd-i2c.ko] undefined!
&gt; ERROR: "__ir_input_register" [drivers/media/video/ir-kbd-i2c.ko] undefined!
&gt; ERROR: "get_rc_map" [drivers/media/video/ir-kbd-i2c.ko] undefined!
&gt; ERROR: "ir_input_unregister" [drivers/media/video/ir-kbd-i2c.ko] undefined!
&gt; ERROR: "get_rc_map" [drivers/media/video/cx88/cx88xx.ko] undefined!
&gt; ERROR: "ir_repeat" [drivers/media/video/cx88/cx88xx.ko] undefined!
&gt; ERROR: "ir_input_unregister" [drivers/media/video/cx88/cx88xx.ko] undefined!
&gt; ERROR: "ir_keydown" [drivers/media/video/cx88/cx88xx.ko] undefined!
&gt; ERROR: "__ir_input_register" [drivers/media/video/cx88/cx88xx.ko] undefined!
&gt; ERROR: "get_rc_map" [drivers/media/video/bt8xx/bttv.ko] undefined!
&gt; ERROR: "ir_input_unregister" [drivers/media/video/bt8xx/bttv.ko] undefined!
&gt; ERROR: "__ir_input_register" [drivers/media/video/bt8xx/bttv.ko] undefined!
&gt; ERROR: "ir_g_keycode_from_table" [drivers/media/IR/ir-common.ko] undefined!
&gt;
&gt;
&gt; #5101:
&gt; (.text+0x8306e2): undefined reference to `ir_core_debug'
&gt; (.text+0x830729): undefined reference to `ir_core_debug'
&gt; ir-functions.c:(.text+0x830906): undefined reference to `ir_core_debug'
&gt; (.text+0x8309d8): undefined reference to `ir_g_keycode_from_table'
&gt; (.text+0x830acf): undefined reference to `ir_core_debug'
&gt; (.text+0x830b92): undefined reference to `ir_core_debug'
&gt; (.text+0x830bef): undefined reference to `ir_core_debug'
&gt; (.text+0x830c6a): undefined reference to `ir_core_debug'
&gt; (.text+0x830cf7): undefined reference to `ir_core_debug'
&gt; budget-ci.c:(.text+0x89f5c8): undefined reference to `ir_keydown'
&gt; budget-ci.c:(.text+0x8a0c58): undefined reference to `get_rc_map'
&gt; budget-ci.c:(.text+0x8a0c80): undefined reference to `__ir_input_register'
&gt; budget-ci.c:(.text+0x8a0ee0): undefined reference to `get_rc_map'
&gt; budget-ci.c:(.text+0x8a11cd): undefined reference to `ir_input_unregister'
&gt; (.text+0x8a8adb): undefined reference to `ir_input_unregister'
&gt; dvb-usb-remote.c:(.text+0x8a9188): undefined reference to `get_rc_map'
&gt; dvb-usb-remote.c:(.text+0x8a91b1): undefined reference to `__ir_input_register'
&gt; dvb-usb-remote.c:(.text+0x8a9238): undefined reference to `get_rc_map'
&gt; dib0700_core.c:(.text+0x8b04ca): undefined reference to `ir_keydown'
&gt; dib0700_devices.c:(.text+0x8b2ea8): undefined reference to `ir_keydown'
&gt; dib0700_devices.c:(.text+0x8b2ef0): undefined reference to `ir_keydown'

Those breakages seem to be caused by two bad things at IR_CORE Kconfig:

1) cx23885 is using select for IR_CORE;
2) the dvb-usb and sms dependency for IR_CORE were missing.

While here, allow users to un-select IR.

Acked-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As pointed by Randy Dunlap &lt;randy.dunlap@oracle.com&gt;:
&gt; ERROR: "ir_keydown" [drivers/media/video/ir-kbd-i2c.ko] undefined!
&gt; ERROR: "__ir_input_register" [drivers/media/video/ir-kbd-i2c.ko] undefined!
&gt; ERROR: "get_rc_map" [drivers/media/video/ir-kbd-i2c.ko] undefined!
&gt; ERROR: "ir_input_unregister" [drivers/media/video/ir-kbd-i2c.ko] undefined!
&gt; ERROR: "get_rc_map" [drivers/media/video/cx88/cx88xx.ko] undefined!
&gt; ERROR: "ir_repeat" [drivers/media/video/cx88/cx88xx.ko] undefined!
&gt; ERROR: "ir_input_unregister" [drivers/media/video/cx88/cx88xx.ko] undefined!
&gt; ERROR: "ir_keydown" [drivers/media/video/cx88/cx88xx.ko] undefined!
&gt; ERROR: "__ir_input_register" [drivers/media/video/cx88/cx88xx.ko] undefined!
&gt; ERROR: "get_rc_map" [drivers/media/video/bt8xx/bttv.ko] undefined!
&gt; ERROR: "ir_input_unregister" [drivers/media/video/bt8xx/bttv.ko] undefined!
&gt; ERROR: "__ir_input_register" [drivers/media/video/bt8xx/bttv.ko] undefined!
&gt; ERROR: "ir_g_keycode_from_table" [drivers/media/IR/ir-common.ko] undefined!
&gt;
&gt;
&gt; #5101:
&gt; (.text+0x8306e2): undefined reference to `ir_core_debug'
&gt; (.text+0x830729): undefined reference to `ir_core_debug'
&gt; ir-functions.c:(.text+0x830906): undefined reference to `ir_core_debug'
&gt; (.text+0x8309d8): undefined reference to `ir_g_keycode_from_table'
&gt; (.text+0x830acf): undefined reference to `ir_core_debug'
&gt; (.text+0x830b92): undefined reference to `ir_core_debug'
&gt; (.text+0x830bef): undefined reference to `ir_core_debug'
&gt; (.text+0x830c6a): undefined reference to `ir_core_debug'
&gt; (.text+0x830cf7): undefined reference to `ir_core_debug'
&gt; budget-ci.c:(.text+0x89f5c8): undefined reference to `ir_keydown'
&gt; budget-ci.c:(.text+0x8a0c58): undefined reference to `get_rc_map'
&gt; budget-ci.c:(.text+0x8a0c80): undefined reference to `__ir_input_register'
&gt; budget-ci.c:(.text+0x8a0ee0): undefined reference to `get_rc_map'
&gt; budget-ci.c:(.text+0x8a11cd): undefined reference to `ir_input_unregister'
&gt; (.text+0x8a8adb): undefined reference to `ir_input_unregister'
&gt; dvb-usb-remote.c:(.text+0x8a9188): undefined reference to `get_rc_map'
&gt; dvb-usb-remote.c:(.text+0x8a91b1): undefined reference to `__ir_input_register'
&gt; dvb-usb-remote.c:(.text+0x8a9238): undefined reference to `get_rc_map'
&gt; dib0700_core.c:(.text+0x8b04ca): undefined reference to `ir_keydown'
&gt; dib0700_devices.c:(.text+0x8b2ea8): undefined reference to `ir_keydown'
&gt; dib0700_devices.c:(.text+0x8b2ef0): undefined reference to `ir_keydown'

Those breakages seem to be caused by two bad things at IR_CORE Kconfig:

1) cx23885 is using select for IR_CORE;
2) the dvb-usb and sms dependency for IR_CORE were missing.

While here, allow users to un-select IR.

Acked-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>V4L/DVB: IR: Port ene driver to new IR subsystem and enable it</title>
<updated>2010-08-09T02:43:00+00:00</updated>
<author>
<name>Maxim Levitsky</name>
<email>maximlevitsky@gmail.com</email>
</author>
<published>2010-07-31T14:59:26+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=931e39a13924f528754f07555689f77588e97763'/>
<id>931e39a13924f528754f07555689f77588e97763</id>
<content type='text'>
Signed-off-by: Maxim Levitsky &lt;maximlevitsky@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Maxim Levitsky &lt;maximlevitsky@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>V4L/DVB: IR: Kconfig fixes</title>
<updated>2010-08-09T02:42:59+00:00</updated>
<author>
<name>Maxim Levitsky</name>
<email>maximlevitsky@gmail.com</email>
</author>
<published>2010-07-31T14:59:14+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=ade321c5b8a0e4d40c0f3b73bf0d2579850028d0'/>
<id>ade321c5b8a0e4d40c0f3b73bf0d2579850028d0</id>
<content type='text'>
Move IR drives below separate menu.
This allows to disable them.
Also correct a typo.

Signed-off-by: Maxim Levitsky &lt;maximlevitsky@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move IR drives below separate menu.
This allows to disable them.
Also correct a typo.

Signed-off-by: Maxim Levitsky &lt;maximlevitsky@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>V4L/DVB: IR: put newly ported streamzap driver in proper home</title>
<updated>2010-08-09T02:42:58+00:00</updated>
<author>
<name>Jarod Wilson</name>
<email>jarod@redhat.com</email>
</author>
<published>2010-08-02T18:46:03+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=2c1101d5aeddda7bd0dd03bddea7aed6dbf80074'/>
<id>2c1101d5aeddda7bd0dd03bddea7aed6dbf80074</id>
<content type='text'>
Moves drivers/staging/lirc/lirc_streamzap.c to
drivers/media/IR/streamzap.c, along with making the requisite Kconfig
and Makefile changes.

Signed-off-by: Jarod Wilson &lt;jarod@redhat.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moves drivers/staging/lirc/lirc_streamzap.c to
drivers/media/IR/streamzap.c, along with making the requisite Kconfig
and Makefile changes.

Signed-off-by: Jarod Wilson &lt;jarod@redhat.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
