Here's what I've got that's been stewing in my IR tree for a bit. There's more I'm working on and/or planning to work on for 2.6.40, but these should be good to go right now. The new redrat3 driver still has some quirks, at least when used with lirc userspace decoding, but I'm working with the folks at RedRat to sort them out.

The following changes since commit 7225a1dcc38f28fcc6178258b2072d12742f68d9:

  [media] uvcvideo: Add M420 format support (2011-05-20 12:18:24 -0300)

are available in the git repository at:

git+ssh://master.kernel.org/pub/scm/linux/kernel/git/jarod/linux-2.6-ir.git/ for-2.6.40

Devin Heitmueller (1):
      [media] saa7134: enable IR support for Hauppauge HVR-1150/1120

Jarod Wilson (9):
      [media] nuvoton-cir: minor tweaks to rc dev init
      [media] imon: clean up disconnect routine
      [media] ite-cir: make IR receive work after resume
      [media] ite-cir: clean up odd spacing in ite8709 bits
      [media] ite-cir: finish tx before suspending
      [media] rc-winfast: fix inverted left/right key mappings
      [media] mceusb: passing ep to request_packet is redundant
      [media] rc: add locking to fix register/show race
      [media] redrat3: new rc-core IR transceiver device driver

Julia Lawall (1):
      [media] imon: Correct call to input_free_device

 drivers/media/rc/Kconfig                    |   11 +
 drivers/media/rc/Makefile                   |    1 +
 drivers/media/rc/imon.c                     |   36 +-
 drivers/media/rc/ite-cir.c                  |   60 +-
 drivers/media/rc/keymaps/rc-winfast.c       |    4 +-
 drivers/media/rc/mceusb.c                   |   18 +-
 drivers/media/rc/nuvoton-cir.c              |   13 +-
 drivers/media/rc/rc-main.c                  |   47 +-
 drivers/media/rc/redrat3.c                  | 1344 +++++++++++++++++++
 drivers/media/video/saa7134/saa7134-cards.c |    1 +
 drivers/media/video/saa7134/saa7134-input.c |    8 +
 include/media/rc-core.h                     |    7 +-
 12 files changed, 1462 insertions(+), 88 deletions(-)
 create mode 100644 drivers/media/rc/redrat3.c

--
Jarod Wilson
ja...@redhat.com


--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to