All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add protocol support to ir-keytable
@ 2015-04-06 11:25 David Härdeman
  2015-04-06 11:26 ` [PATCH 1/4] ir-keytable: clarify the meaning of ir protocols David Härdeman
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: David Härdeman @ 2015-04-06 11:25 UTC (permalink / raw)
  To: linux-media; +Cc: m.chehab

The following series adds support to ir-keytable for explicitly
setting the protocol of scancode<->keycode mappings (requires
a patched kernel).

The first three patches are cleanups and refactoring which are
probably worthwhile to apply in any case.

The fourth patch adds the actual support (backward compatible) for
set-key and reading the keytable. Separate patches would be necessary
to also support reading keytable files with protocol information.

---

David Härdeman (4):
      ir-keytable: clarify the meaning of ir protocols
      ir-keytable: replace more sysfs if-else code with loops
      ir-keytable: cleanup keytable code
      ir-keytable: allow protocol for scancode-keycode mappings


 utils/keytable/keytable.c |  716 +++++++++++++++++++++++----------------------
 1 file changed, 364 insertions(+), 352 deletions(-)

--
David Härdeman

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-05-19 22:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-06 11:25 [PATCH 0/4] Add protocol support to ir-keytable David Härdeman
2015-04-06 11:26 ` [PATCH 1/4] ir-keytable: clarify the meaning of ir protocols David Härdeman
2015-04-06 11:26 ` [PATCH 2/4] ir-keytable: replace more sysfs if-else code with loops David Härdeman
2015-04-06 11:26 ` [PATCH 3/4] ir-keytable: cleanup keytable code David Härdeman
2015-04-06 11:26 ` [PATCH 4/4] ir-keytable: allow protocol for scancode-keycode mappings David Härdeman
2015-05-14 21:24   ` Mauro Carvalho Chehab
2015-05-19 21:36     ` David Härdeman

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.