summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/uvc/uvc_driver.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2008-07-20 13:43:17 +0200
committerHans Verkuil <hverkuil@xs4all.nl>2008-07-20 13:43:17 +0200
commit14bb5adb5fe97f906d8647dd565965d71c433e81 (patch)
tree4c379c694d0e2629688a9562ea1e20d95bc5bb5a /linux/drivers/media/video/uvc/uvc_driver.c
parentc49e3088c034e1fc59f27b9a97ba1e1d3590320a (diff)
downloadmediapointer-dvb-s2-14bb5adb5fe97f906d8647dd565965d71c433e81.tar.gz
mediapointer-dvb-s2-14bb5adb5fe97f906d8647dd565965d71c433e81.tar.bz2
videodev: split off the ioctl handling into v4l2-ioctl.c
From: Hans Verkuil <hverkuil@xs4all.nl> videodev.c became top-heavy so all the ioctl processing has been split off into v4l2-ioctl.c. This means videodev.c is back to its original purpose: creating and registering v4l devices. Since videodev.c and v4l2-ioctl.c should still remain one module (as least for now) I also had to rename videodev.c to v4l2-dev.c to prevent a circular dependency when building a videodev.ko module. This is not a bad thing, since the source and header now have the same name. And the v4l2- prefix is useful to see which sources are generic v4l2 support code. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/uvc/uvc_driver.c')
0 files changed, 0 insertions, 0 deletions