LWN.net Logo

IR: add initial IR transmit support

From:  Jarod Wilson <jarod@redhat.com>
To:  linux-media@vger.kernel.org
Subject:  [PATCH 0/2] IR: add initial IR transmit support
Date:  Wed, 16 Jun 2010 16:50:44 -0400
Archive-link:  Article, Thread

To enable IR transmit support in the mceusb driver, I need to add just
three callbacks to achieve feature-parity with IR transmit using the old
lirc_mceusb driver. This series adds those callbacks to ir-core's
ir_dev_props struct, then wires them up for the mceusb driver.

At the moment, we have no "native" interface for transmitting IR, but a
later patchset to add "legacy" lirc device interface support provides a
means to transmit IR using this ir-core implementation.

[PATCH 1/2] IR: add tx callbacks to ir-core
[PATCH 2/2] IR/mceusb: add and wire up tx callback functions

Patches are against the linuxtv staging/rc tree, but will probably apply
elsewhere as well.

-- 
Jarod Wilson
jarod@redhat.com


Copyright © 2010, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds