commit | 6eba93573d2dda3f627006101c0652faeeaffde6 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sun Jun 26 06:49:59 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Jul 27 17:53:44 2011 -0300 |
tree | 540ad9fe31cc22f7a043d3fb0fb172683b9963e5 | |
parent | 3b4d0ec79113e77b3fe90749ae00bfa015c73048 [diff] |
[media] pwc: Move various initialization to driver load and / or stream start Doing a bunch of initialization every time /dev/video is opened, and thus for example when the udev rules probe for capabilities makes no sense, do it at driver load, resp. stream start instead. This is a preparation patch for allowing multiple opens of the /dev/video node. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>