OSDN Git Service

media: rc: add driver for Xbox DVD Movie Playback Kit
authorBenjamin Valentin <benpicco@googlemail.com>
Tue, 9 Oct 2018 16:02:11 +0000 (12:02 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 22 Nov 2018 18:26:47 +0000 (13:26 -0500)
commit02d32bdad3123d7376244256936a6b3b6ee434e8
tree5a0449be0149bf38b3e7aeb0f3f838b5041e9202
parentfd044de30b78d26c3c4c610acdbfb3a2e3f5e422
media: rc: add driver for Xbox DVD Movie Playback Kit

The Xbox DVD Movie Playback Kit is a USB dongle with an IR remote for the
Original Xbox.

Historically it has been supported by the out-of-tree lirc_xbox driver,
but this one has fallen out of favour and was just dropped from popular
Kodi (formerly XBMC) distributions.

This driver is heavily based on the ati_remote driver where all the
boilerplate was taken from - I was mostly just removing code.

Signed-off-by: Benjamin Valentin <benpicco@googlemail.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
MAINTAINERS
drivers/media/rc/Kconfig
drivers/media/rc/Makefile
drivers/media/rc/keymaps/Makefile
drivers/media/rc/keymaps/rc-xbox-dvd.c [new file with mode: 0644]
drivers/media/rc/xbox_remote.c [new file with mode: 0644]
include/media/rc-map.h