From: Sean Young <sean@mess.org>
To: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>,
linux-media@vger.kernel.org
Subject: [PATCH 0/5] new driver for Ahanix D.Vine 5 IR/VFD
Date: Mon, 15 Jan 2018 09:58:19 +0000 [thread overview]
Message-ID: <cover.1516008708.git.sean@mess.org> (raw)
This is a newer driver for this device. It originally supported by the
lirc_sasem.c staging driver, which was removed in kernel v4.12.
Here a some more information about the hardware and my attempts to
understand it:
http://www.mess.org/2018/01/17/Ahanix-D-Vine-5-IR-VFD-module/
Sean Young (5):
auxdisplay: charlcd: no need to call charlcd_gotoxy() if nothing
changes
auxdisplay: charlcd: add flush function
auxdisplay: charlcd: add escape sequence for brightness on NEC
µPD16314
media: rc: add keymap for Dign Remote
media: rc: new driver for Sasem Remote Controller VFD/IR
MAINTAINERS | 6 +
drivers/auxdisplay/charlcd.c | 33 ++++-
drivers/media/rc/Kconfig | 16 ++
drivers/media/rc/Makefile | 1 +
drivers/media/rc/keymaps/Makefile | 1 +
drivers/media/rc/keymaps/rc-dign.c | 70 +++++++++
drivers/media/rc/sasem_ir.c | 297 +++++++++++++++++++++++++++++++++++++
include/media/rc-map.h | 1 +
include/misc/charlcd.h | 1 +
9 files changed, 421 insertions(+), 5 deletions(-)
create mode 100644 drivers/media/rc/keymaps/rc-dign.c
create mode 100644 drivers/media/rc/sasem_ir.c
--
2.14.3
next reply other threads:[~2018-01-15 9:58 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-15 9:58 Sean Young [this message]
2018-01-15 9:58 ` [PATCH 1/5] auxdisplay: charlcd: no need to call charlcd_gotoxy() if nothing changes Sean Young
2018-02-12 13:42 ` Miguel Ojeda
2018-02-12 13:59 ` Geert Uytterhoeven
2018-02-12 17:30 ` Miguel Ojeda
2018-01-15 9:58 ` [PATCH 2/5] auxdisplay: charlcd: add flush function Sean Young
2018-02-12 20:44 ` Miguel Ojeda
2018-02-13 13:47 ` Andy Shevchenko
2018-01-15 9:58 ` [PATCH 3/5] auxdisplay: charlcd: add escape sequence for brightness on NEC µPD16314 Sean Young
2018-02-12 11:56 ` Miguel Ojeda
2018-02-13 17:34 ` Sean Young
2018-01-15 9:58 ` [PATCH 4/5] media: rc: add keymap for Dign Remote Sean Young
2018-01-15 9:58 ` [PATCH 5/5] media: rc: new driver for Sasem Remote Controller VFD/IR Sean Young
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=cover.1516008708.git.sean@mess.org \
--to=sean@mess.org \
--cc=linux-media@vger.kernel.org \
--cc=miguel.ojeda.sandonis@gmail.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.