commit | 23c843b5eb11198e7de3a2af0756d1f897117932 | [log] [tgz] |
---|---|---|
author | David Härdeman <david@hardeman.nu> | Fri Apr 04 19:06:01 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Sun Apr 06 11:30:25 2014 -0300 |
tree | 9a6a57b60b9d048f105d8585c1e84b0e2d4a3bc0 | |
parent | 42f5e630e06326fa47b3ba86e572b51c36b0a3b1 [diff] |
[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>