commit | 4b208f8b561ffa5f3b7f6887bf8dc3038c67eee9 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Sun Feb 22 12:29:23 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Thu Feb 26 09:10:39 2015 -0300 |
tree | aec968b379c658f378a6441772bbef5a04d4571e | |
parent | fb372a434d47f636bc8277e7e91e0f2855a14263 [diff] |
[media] siano: register media controller earlier We need to initialize the media controller earlier, as the core will call the smsdvb hotplug during register time. Ok, this is an async operation, so, when the module is not loaded, the media controller works. However, if the module is already loaded, nothing will be registered at the media controller, as it will load too late. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>