commit | df3cfa6d9265f10fabc3c44f852d6b6bbf26029e | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Mon Jul 20 09:59:38 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Aug 11 06:55:26 2015 -0300 |
tree | a8cfc5c0f09439e8d1acfc7e88db3aed5973a12f | |
parent | 94384014f6ef8091bf31b68721761e68f77ad214 [diff] |
[media] usbvision: move init code to probe() These things are only initialized if you start streaming video, but they are also used in the disconnect function. So just init them always during probe time. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>