diff options
author | David Härdeman <david@hardeman.nu> | 2015-05-19 19:03:22 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-07-06 08:26:15 -0300 |
commit | 275ddb40bcf686d210d86c6718e42425a6a0bc76 (patch) | |
tree | f83d9ad728ab8683b6152e9b6c69c907aa0f5ac7 /drivers/media/rc/keymaps | |
parent | fcb13097867757d360d5226d36ed3ffe849dc3ae (diff) | |
download | linux-275ddb40bcf686d210d86c6718e42425a6a0bc76.tar.gz linux-275ddb40bcf686d210d86c6718e42425a6a0bc76.tar.bz2 linux-275ddb40bcf686d210d86c6718e42425a6a0bc76.zip |
[media] rc-core: remove the LIRC "protocol"
The LIRC protocol was always a bad fit and if we're ever going to expose
protocol numbers in a user-space API, it'd be better to get rid of the
LIRC "protocol" first.
The sysfs API is kept backwards compatible by always listing the lirc
protocol as present and enabled.
Signed-off-by: David Härdeman <david@hardeman.nu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/rc/keymaps')
-rw-r--r-- | drivers/media/rc/keymaps/rc-lirc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/keymaps/rc-lirc.c b/drivers/media/rc/keymaps/rc-lirc.c index fbf08fa6f46e..e172f5db5803 100644 --- a/drivers/media/rc/keymaps/rc-lirc.c +++ b/drivers/media/rc/keymaps/rc-lirc.c @@ -20,7 +20,7 @@ static struct rc_map_list lirc_map = { .map = { .scan = lirc, .size = ARRAY_SIZE(lirc), - .rc_type = RC_TYPE_LIRC, + .rc_type = RC_TYPE_OTHER, .name = RC_MAP_LIRC, } }; |