summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/uvc
AgeCommit message (Expand)Author
2008-12-30v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil
2008-12-30v4l2: introduce v4l2_file_operations.Hans Verkuil
2008-12-29uvcvideo: Add support for video output devicesLaurent Pinchart
2008-12-29uvcvideo: Ignore interrupt endpoint for built-in iSight webcams.Laurent Pinchart
2008-12-16uvcvideo: Fix bulk URB processing when the header is erroneousLaurent Pinchart
2008-12-16uvcvideo: V4L2 zoom controls supportLaurent Pinchart
2008-12-16uvcvideo: V4L2 privacy control supportLaurent Pinchart
2008-12-06uvcvideo: Add a device quirk to prune bogus controls.Laurent Pinchart
2008-12-06uvcvideo: Add nodrop module parameter to turn incomplete frame drop off.Laurent Pinchart
2008-11-25uvcvideo: Prevent compat.h from being included in userspace code.Laurent Pinchart
2008-11-17uvcvideo: Fix printk badness when printing ioctl namesLaurent Pinchart
2008-11-12uvcvideo: Commit streaming parameters when enabling the video stream.Laurent Pinchart
2008-11-11uvcvideo: Fix unaligned memory access.Laurent Pinchart
2008-11-11uvcvideo: Use {get|set}_unaligned_le32 macrosLaurent Pinchart
2008-11-11uvcvideo: Enable compilation on kernels older than 2.6.22Laurent Pinchart
2008-11-08uvcvideo: Handle failed video GET_{MIN|MAX|DEF} requests more gracefullyLaurent Pinchart
2008-11-08uvcvideo: Sort the frame descriptors during parsingLaurent Pinchart
2008-11-08uvcvideo: Add support for Lenovo Thinkpad SL500 integrated webcamLaurent Pinchart
2008-11-08uvcvideo: Add support for Samsung Q310 integrated webcamLaurent Pinchart
2008-11-01v4l: remove inode argument from video_usercopyHans Verkuil
2008-10-21Get rid of inode parameter at v4l_compat_translate_ioctl()Mauro Carvalho Chehab
2008-09-21uvcvideo: Support two new Bison Electronics webcams.Mauro Carvalho Chehab
2008-09-23fix buffer overflow in uvc-videoMauro Carvalho Chehab
2008-09-27uvcvideo: Fix control cache access when setting composite auto-update controlsMauro Carvalho Chehab
2008-09-22uvcvideo: Declare missing camera and processing unit controls.Mauro Carvalho Chehab
2008-09-16V4L/DVB:usbvideo:don't use part of buffer for USB transfer #4Mauro Carvalho Chehab
2008-09-16uvcvideo: Fix incomplete frame drop when switching to a variable size format.Mauro Carvalho Chehab
2008-09-16uvcvideo : Add support for Advent 4211 integrated webcamMauro Carvalho Chehab
2008-08-31uvcvideo: fix compilation on older kernelsHans Verkuil
2008-08-29uvcvideo: Add support for a Bison Electronics webcam found in the Fujitsu Ami...Mauro Carvalho Chehab
2008-08-29uvcvideo: Supress spurious "EOF in empty payload" trace messageMauro Carvalho Chehab
2008-08-29merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-devMauro Carvalho Chehab
2008-08-22uvcvideo: Implement the USB power management reset_resume method.Mauro Carvalho Chehab
2008-08-20Use DIV_ROUND_UPMauro Carvalho Chehab
2008-08-23v4l: replace video_get_drvdata(video_devdata(filp)) with video_drvdata(filp)Hans Verkuil
2008-07-31uvcvideo: don't use stack-based buffers for USB transfers.Mauro Carvalho Chehab
2008-07-30uvcvideo: Add support for two Bison Electronics webcamsMauro Carvalho Chehab
2008-07-27backport commit 27ac792ca0b0a1e7e65f20342260650516c95864Mauro Carvalho Chehab
2008-07-27merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-videodevMauro Carvalho Chehab
2008-07-26v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil
2008-07-20videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans Verkuil
2008-07-20videodev: rename 'dev' to 'parent'Hans Verkuil
2008-07-17uvcvideo: Return sensible min and max values when querying a boolean control.Mauro Carvalho Chehab
2008-07-26uvcvideo: Make the auto-exposure menu control V4L2 compliantMauro Carvalho Chehab
2008-07-11uvcvideo: Fix possible AB-BA deadlock with videodev_lock and open_mutexMauro Carvalho Chehab
2008-07-04uvc/uvc_v4l2.c: suppress uninitialized var warningMauro Carvalho Chehab
2008-07-09uvcvideo : Add support for Asus F9GS integrated webcamMauro Carvalho Chehab
2008-07-07uvcvideo : Add support for Medion Akoya Mini E1210 integrated webcamMauro Carvalho Chehab
2008-07-07uvcvideo: Make input device support optionalMauro Carvalho Chehab
2008-07-04uvcvideo: Don't free URB buffers on suspend.Mauro Carvalho Chehab