diff options
author | Sean Young <sean@mess.org> | 2017-09-06 14:19:06 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2017-10-04 21:25:13 +0300 |
commit | 771f87268e8cd0e50719eb20f0b613ec4b2a19ec (patch) | |
tree | 8c0bd98be3c38ddb0537b97c628c47c5ed8df69f /drivers/media/rc/keymaps/rc-twinhan1027.c | |
parent | b9f407e31c50730784f70ec2deec71491395565f (diff) | |
download | linux-771f87268e8cd0e50719eb20f0b613ec4b2a19ec.tar.xz |
[media] media: vp7045: port TwinhanDTV Alpha to rc-core
Only the nec protocol is understood, but then it doesn't pass on
the full scancode and it ignores the nec repeats its own remote
sends, so holding buttons does not work.
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/rc/keymaps/rc-twinhan1027.c')
-rw-r--r-- | drivers/media/rc/keymaps/rc-twinhan1027.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/keymaps/rc-twinhan1027.c b/drivers/media/rc/keymaps/rc-twinhan1027.c index 2275b37c61d2..78bb3143a1a8 100644 --- a/drivers/media/rc/keymaps/rc-twinhan1027.c +++ b/drivers/media/rc/keymaps/rc-twinhan1027.c @@ -66,7 +66,7 @@ static struct rc_map_list twinhan_vp1027_map = { .map = { .scan = twinhan_vp1027, .size = ARRAY_SIZE(twinhan_vp1027), - .rc_proto = RC_PROTO_UNKNOWN, /* Legacy IR type */ + .rc_proto = RC_PROTO_NEC, .name = RC_MAP_TWINHAN_VP1027_DVBS, } }; |