mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
cf49066152
Now that interfaces and entities are distinct, it makes no sense of keeping something named as MEDIA_ENT_T_DEVNODE. This change was done with this script: for i in $(git grep -l MEDIA_ENT_T|grep -v uapi/linux/media.h); do sed s,MEDIA_ENT_T_DEVNODE_V4L,MEDIA_ENT_T_V4L2_VIDEO, <$i >a && mv a $i; done Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com> |
||
---|---|---|
.. | ||
dvb | ||
v4l | ||
.gitignore | ||
bayer.png.b64 | ||
constraints.png.b64 | ||
crop.gif.b64 | ||
dvbstb.png.b64 | ||
fieldseq_bt.gif.b64 | ||
fieldseq_tb.gif.b64 | ||
Makefile | ||
nv12mt.gif.b64 | ||
nv12mt_example.gif.b64 | ||
pipeline.png.b64 | ||
selection.png.b64 | ||
typical_media_device.svg | ||
vbi_525.gif.b64 | ||
vbi_625.gif.b64 | ||
vbi_hsync.gif.b64 |