From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: patrick.boettcher@desy.de,
Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: [PATCH 0/3] Automatically set RC/NEC protocols on dib0700
Date: Sun, 1 Aug 2010 10:27:47 -0300 [thread overview]
Message-ID: <20100801102747.7151c367@pedra> (raw)
This patch set implements rc-core change_protocol callback. With this,
the dib0700 driver will automatically set the right protocol, depending on
the device model, and, if the user wants, the table can be easily replaced
at userspace, via ir-keytable application, available at v4l-utils git tree.
Mauro Carvalho Chehab (3):
V4L/DVB: dib0700: break keytable into NEC and RC-5 variants
V4L/DVB: dib0700: properly implement IR change_protocol
V4L/DVB: dib0700: Fix RC protocol logic to properly handle NEC/NECx
and RC-5
drivers/media/IR/keymaps/Makefile | 3 +-
drivers/media/IR/keymaps/rc-dib0700-big.c | 314 ---------------------------
drivers/media/IR/keymaps/rc-dib0700-nec.c | 124 +++++++++++
drivers/media/IR/keymaps/rc-dib0700-rc5.c | 235 ++++++++++++++++++++
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 | 183 +++++++++++++---
drivers/media/dvb/dvb-usb/dvb-usb.h | 2 +
include/media/rc-map.h | 5 +-
9 files changed, 588 insertions(+), 394 deletions(-)
delete mode 100644 drivers/media/IR/keymaps/rc-dib0700-big.c
create mode 100644 drivers/media/IR/keymaps/rc-dib0700-nec.c
create mode 100644 drivers/media/IR/keymaps/rc-dib0700-rc5.c
reply other threads:[~2010-08-01 13:27 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=20100801102747.7151c367@pedra \
--to=mchehab@redhat.com \
--cc=linux-media@vger.kernel.org \
--cc=patrick.boettcher@desy.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox