upstream: [media] rc-core: split dev->s_filter
authorDavid Härdeman <david@hardeman.nu>
Fri, 4 Apr 2014 22:06:01 +0000 (19:06 -0300)
committerChanho Park <chanho61.park@samsung.com>
Thu, 7 Aug 2014 05:26:47 +0000 (14:26 +0900)
commit5f3ecebcd2e7f29fa79a44378045268703299ba2
tree3c7d0aff0e49d00505be522cf329b6d7990db691
parent7d50130927c6f32f0d75c3d03b95696dbec5b82c
upstream: [media] rc-core: split dev->s_filter

Overloading dev->s_filter to do two different functions (set wakeup filters
and generic hardware filters) makes it impossible to tell what the
hardware actually supports, so create a separate dev->s_wakeup_filter and
make the distinction explicit.

Signed-off-by: David Härdeman <david@hardeman.nu>
Acked-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/rc/img-ir/img-ir-hw.c
drivers/media/rc/rc-main.c
include/media/rc-core.h