index
:
mediapointer-dvb-s2
master
Mediapointer DVB-S2 driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
drivers
/
media
/
video
/
uvc
/
uvc_v4l2.c
Age
Commit message (
Expand
)
Author
2009-04-20
uvcvideo: fill reserved fields with zero of VIDIOC_QUERYMENU
Laurent Pinchart
2009-04-15
uvcvideo: Prevent invormation loss with removing implicit casting
Laurent Pinchart
2009-03-27
uvcvideo: Add zero fill for VIDIOC_ENUM_FMT
Laurent Pinchart
2009-01-27
uvcvideo: use usb_make_path to report bus info
Thierry MERLE
2009-01-08
uvcvideo: replace strn{cpy,cat} with strl{cpy,cat}.
Laurent Pinchart
2009-01-08
merge: http://linuxtv.org/hg/~pinchartl/uvcvideo
Mauro Carvalho Chehab
2009-01-03
uvcvideo: Whitespace and comments cleanup, copyright updates.
Laurent Pinchart
2008-12-29
uvcvideo: Add support for video output devices
Laurent Pinchart
2008-12-16
uvcvideo: V4L2 zoom controls support
Laurent Pinchart
2008-11-17
uvcvideo: Fix printk badness when printing ioctl names
Laurent Pinchart
2008-12-30
v4l2-ioctl: change to long return type to match unlocked_ioctl.
Hans Verkuil
2008-12-30
v4l2: introduce v4l2_file_operations.
Hans Verkuil
2008-11-12
uvcvideo: Commit streaming parameters when enabling the video stream.
Laurent Pinchart
2008-11-11
uvcvideo: Enable compilation on kernels older than 2.6.22
Laurent Pinchart
2008-11-08
uvcvideo: Handle failed video GET_{MIN|MAX|DEF} requests more gracefully
Laurent Pinchart
2008-11-01
v4l: remove inode argument from video_usercopy
Hans Verkuil
2008-10-21
Get rid of inode parameter at v4l_compat_translate_ioctl()
Mauro Carvalho Chehab
2008-09-16
uvcvideo: Fix incomplete frame drop when switching to a variable size format.
Mauro Carvalho Chehab
2008-08-23
v4l: replace video_get_drvdata(video_devdata(filp)) with video_drvdata(filp)
Hans Verkuil
2008-07-20
videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.h
Hans Verkuil
2008-07-04
uvc/uvc_v4l2.c: suppress uninitialized var warning
Mauro Carvalho Chehab
2008-06-30
From: Laurent Pinchart <laurent.pinchart@skynet.be>
Mauro Carvalho Chehab