From: Jarod Wilson <jarod@redhat.com>
To: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: linux-media@vger.kernel.org
Subject: [GIT PULL REQUEST] more IR enhancements for 2.6.37-rc1
Date: Fri, 22 Oct 2010 16:00:29 -0400 [thread overview]
Message-ID: <20101022200029.GB30199@redhat.com> (raw)
As you already know, we've been making a number of improvements to the
mceusb driver's raw buffer parsing routines, both to enhance functionality
for existing devices, and to enable proper support for the cx231xx/Polaris
integrated IR receiver. These changes to the mceusb driver are all
included here, along with a number of fixups for some of the lirc device
drivers, and a handful of improvements to the lirc base device driver,
lirc_dev, among which is included a fix for an oops when a device using
the lirc_dev interface is removed while its chardev is open (i.e., a
client, such as irw, is attached to lircd and in turn, lircd is looking
at /dev/lirc0 for data).
The following changes since commit 780e312175f688ab5ab6124c91d46fa2b9afe2d2:
[media] gspca: Fix coding style issues (2010-10-21 14:50:06 -0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jarod/linux-2.6-lirc.git staging
Jarod Wilson (13):
lirc_dev: sanitize function and struct names a bit
lirc_dev: fix pointer to owner
lirc_dev: get irctl from irctls by inode again
lirc_dev: more error-checking improvements
lirc_dev: call cdev_del *after* irctl cleanup
lirc_dev: rework storage for cdev data
lirc_parallel: build on smp and kill dead code
lirc_igorplugusb: assorted fixups
lirc_igorplugusb: handle hw buffer overruns better
lirc_igorplugusb: add Fit PC2 device ID
lirc_it87: add another pnp id
mceusb: add symbolic names for commands
mceusb: hook debug print spew directly into parser routine
Mauro Carvalho Chehab (4):
mceusb: improve ir data buffer parser
mceusb: add a per-model structure
mceusb: allow a per-model RC map
mceusb: Allow a per-model device name
drivers/media/IR/lirc_dev.c | 97 +++++--
drivers/media/IR/mceusb.c | 470 ++++++++++++++++++++-----------
drivers/staging/lirc/Kconfig | 2 +-
drivers/staging/lirc/lirc_igorplugusb.c | 188 +++++++------
drivers/staging/lirc/lirc_it87.c | 3 +-
drivers/staging/lirc/lirc_parallel.c | 26 --
6 files changed, 478 insertions(+), 308 deletions(-)
--
Jarod Wilson
jarod@redhat.com
reply other threads:[~2010-10-22 20:00 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=20101022200029.GB30199@redhat.com \
--to=jarod@redhat.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@redhat.com \
/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.