All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: unlisted-recipients:; (no To-header on input)@bombadil.infradead.org
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: [PATCH 0/6] More patches for Remote Controllers
Date: Sun, 1 Aug 2010 17:17:21 -0300	[thread overview]
Message-ID: <20100801171721.668d52db@pedra> (raw)

This series contain basically two groups of changes:
	1) some fixes for dib0700 IR handling;
	2) rewrite of siano IR implementation to use rc-core.

Mauro Carvalho Chehab (6):
  V4L/DVB: dib0700: properly implement IR change_protocol
  V4L/DVB: dib0700: Fix RC protocol logic to properly handle NEC/NECx
    and RC-5
  V4L/DVB: smsusb: enable IR port for Hauppauge WinTV MiniStick
  V4L/DVB: standardize names at rc-dib0700 tables
  V4L/DVB: sms: properly initialize IR phys and IR name
  V4L/DVB: sms: Convert IR support to use the Remote Controller core

 drivers/media/IR/ir-keytable.c              |    5 +-
 drivers/media/IR/keymaps/rc-dib0700-nec.c   |   12 +-
 drivers/media/IR/keymaps/rc-dib0700-rc5.c   |   12 +-
 drivers/media/dvb/dvb-usb/dib0700.h         |    1 +
 drivers/media/dvb/dvb-usb/dib0700_core.c    |  115 +++++++-----
 drivers/media/dvb/dvb-usb/dib0700_devices.c |  118 ++++++++++--
 drivers/media/dvb/dvb-usb/dvb-usb.h         |    2 +
 drivers/media/dvb/siano/sms-cards.c         |    2 +
 drivers/media/dvb/siano/sms-cards.h         |    2 +-
 drivers/media/dvb/siano/smsir.c             |  267 ++++-----------------------
 drivers/media/dvb/siano/smsir.h             |   63 ++-----
 drivers/media/dvb/siano/smsusb.c            |    3 +-
 12 files changed, 244 insertions(+), 358 deletions(-)


                 reply	other threads:[~2010-08-01 20:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100801171721.668d52db@pedra \
    --to=mchehab@redhat.com \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.