All of lore.kernel.org
 help / color / mirror / Atom feed
From: "David Härdeman" <david@hardeman.nu>
To: linux-media@vger.kernel.org
Cc: mchehab@s-opensource.com, sean@mess.org
Subject: [PATCH 0/6] rc-core - protocol in keytables
Date: Thu, 27 Apr 2017 22:33:52 +0200	[thread overview]
Message-ID: <149332488240.32431.6597996407440701793.stgit@zeus.hardeman.nu> (raw)

The first three patches are just some cleanups that I noticed
while working on the other patches.

The fourth and fifth patch change rc-core over to use NEC32
scancodes everywhere. That might seem like a recipe for
breaking userspace...but, as you'll see with the sixth patch,
we can't really avoid it if we want to improve the
EVIOC[GS]KEYCODE_V2 ioctl():s to support protocols.

And since it was requested last time around, I have written
a much longer explanation of the NEC32/ioctl patches and
posted here (with pretty pictures):
https://david.hardeman.nu/rccore/

Most of you might want to skip the introduction part :)

---

David Härdeman (6):
      rc-core: fix input repeat handling
      rc-core: cleanup rc_register_device
      rc-core: cleanup rc_register_device pt2
      rc-core: use the full 32 bits for NEC scancodes in wakefilters
      rc-core: use the full 32 bits for NEC scancodes
      rc-core: add protocol to EVIOC[GS]KEYCODE_V2 ioctl


 drivers/media/pci/cx88/cx88-input.c       |    4 
 drivers/media/pci/saa7134/saa7134-input.c |    4 
 drivers/media/rc/ati_remote.c             |    1 
 drivers/media/rc/igorplugusb.c            |    4 
 drivers/media/rc/img-ir/img-ir-nec.c      |   92 +------
 drivers/media/rc/imon.c                   |    7 -
 drivers/media/rc/ir-nec-decoder.c         |   63 +----
 drivers/media/rc/rc-core-priv.h           |    2 
 drivers/media/rc/rc-ir-raw.c              |   34 ++
 drivers/media/rc/rc-main.c                |  406 ++++++++++++++++++-----------
 drivers/media/rc/winbond-cir.c            |   32 --
 drivers/media/usb/au0828/au0828-input.c   |    3 
 drivers/media/usb/dvb-usb-v2/af9015.c     |   30 --
 drivers/media/usb/dvb-usb-v2/af9035.c     |   27 --
 drivers/media/usb/dvb-usb-v2/az6007.c     |   25 --
 drivers/media/usb/dvb-usb-v2/lmedm04.c    |    5 
 drivers/media/usb/dvb-usb-v2/rtl28xxu.c   |   29 +-
 drivers/media/usb/dvb-usb/dib0700_core.c  |   25 --
 drivers/media/usb/dvb-usb/dtt200u.c       |   25 +-
 drivers/media/usb/em28xx/em28xx-input.c   |   22 --
 include/media/rc-core.h                   |   28 ++
 include/media/rc-map.h                    |   53 ++--
 22 files changed, 412 insertions(+), 509 deletions(-)

--
David Härdeman

             reply	other threads:[~2017-04-27 20:33 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-27 20:33 David Härdeman [this message]
2017-04-27 20:33 ` [PATCH 1/6] rc-core: fix input repeat handling David Härdeman
2017-04-27 20:34 ` [PATCH 2/6] rc-core: cleanup rc_register_device David Härdeman
2017-05-01 16:49   ` Sean Young
2017-05-01 17:47     ` David Härdeman
2017-05-02 18:53       ` David Härdeman
2017-05-02 20:48         ` Sean Young
2017-05-03  9:49           ` David Härdeman
2017-04-27 20:34 ` [PATCH 3/6] rc-core: cleanup rc_register_device pt2 David Härdeman
2017-04-27 20:34 ` [PATCH 4/6] rc-core: use the full 32 bits for NEC scancodes in wakefilters David Härdeman
2017-04-27 20:34 ` [PATCH 5/6] rc-core: use the full 32 bits for NEC scancodes David Härdeman
2017-04-28 11:58   ` Sean Young
2017-04-28 16:42     ` David Härdeman
2017-04-27 20:34 ` [PATCH 6/6] rc-core: add protocol to EVIOC[GS]KEYCODE_V2 ioctl David Härdeman
2017-04-28 11:31   ` Mauro Carvalho Chehab
2017-04-28 16:59     ` David Härdeman
2017-04-28 19:42       ` Sean Young
2017-04-29  8:44         ` David Härdeman
2017-06-11 16:17           ` Sean Young
2017-06-17 11:20             ` David Härdeman
2017-04-28 11:40   ` Sean Young
2017-04-28 16:46     ` David Härdeman

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=149332488240.32431.6597996407440701793.stgit@zeus.hardeman.nu \
    --to=david@hardeman.nu \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@s-opensource.com \
    --cc=sean@mess.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.