commit | b60f9aa1a9fcf69df963c1f06ee0594d836f6760 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Wed Jun 12 06:02:38 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Jun 21 11:04:47 2013 -0300 |
tree | 1a3b86d5fae708a3572d42cd38b06f39cb18d3f3 | |
parent | a28fbd04facbffe9374f25c3a19c54ce4f186361 [diff] |
[media] f_uvc: add v4l2_device and replace parent with v4l2_dev This driver did not yet support struct v4l2_device, so add it. This make it possible to replace the deprecated parent field with the v4l2_dev field, allowing the eventual removal of the parent field. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>