commit | 67873d4e751e400149df7ab61ba04cbb4cc0d449 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Thu Feb 11 15:35:07 2016 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Feb 16 08:43:13 2016 -0200 |
tree | d6496ef23cdc30420b72866ce7ffe81dc9093489 | |
parent | bb07bd6b6851120ac9b25bb315d62d9782d2c345 [diff] |
[media] use v4l2_mc_usb_media_device_init() on most USB devices Except for the usbuvc driver (with has an embedded media_device struct on it), the other drivers have a pointer to media_device. On those drivers, replace their own implementation for the core one. That warrants that those subdev drivers will fill the media_device info the same way. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>