]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
rc: raw decoder for keymap protocol is not loaded on register
authorSean Young <sean@mess.org>
Wed, 22 Feb 2017 21:48:01 +0000 (18:48 -0300)
committerTim Gardner <tim.gardner@canonical.com>
Mon, 20 Mar 2017 11:24:55 +0000 (05:24 -0600)
commit6618bfb315aa4f1968c853fdb38bb92a668cd623
tree1d58a09a5bde58caf333c8079a0100db0da8db56
parent5c6bb627e7a9cb7a2d04c2769637bf7e2e645e75
rc: raw decoder for keymap protocol is not loaded on register

BugLink: http://bugs.launchpad.net/bugs/1674288
commit 413808685dd7c9b54bbc5af79da2eaddd0fc3cb2 upstream.

When the protocol is set via the sysfs protocols attribute, the
decoder is loaded. However, when it is not when a device is first
plugged in or registered.

Fixes: acc1c3c ("[media] media: rc: load decoder modules on-demand")
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
drivers/media/rc/rc-main.c