aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/uvc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-06V4L/DVB (11439): UVC: uvc_status_cleanup(): undefined reference to `input_unregister_device'Randy Dunlap1-1/+1
2009-03-30V4L/DVB (11293): uvcvideo: Add zero fill for VIDIOC_ENUM_FMTMárton Németh1-0/+6
2009-03-30V4L/DVB (11292): uvcvideo: Add support for Syntek cameras found in JAOtech Smart TerminalsLaurent Pinchart1-0/+9
2009-03-30V4L/DVB (10652): uvcvideo: Add quirk to override wrong bandwidth value for Vimicro devicesLaurent Pinchart3-4/+40
2009-03-30V4L/DVB (10651): uvcvideo: Ignore empty bulk URBsLaurent Pinchart1-0/+3
2009-03-30V4L/DVB (10650): uvcvideo: Initialize streaming parameters with the probe control valueLaurent Pinchart1-4/+13
2009-03-30V4L/DVB (10308): uvcvideo: use usb_make_path to report bus infoThierry MERLE1-2/+2
2009-03-30V4L/DVB (10296): uvcvideo: Fix memory leak in input device handlingLaurent Pinchart2-12/+5
2009-03-30V4L/DVB (10295): uvcvideo: Retry URB buffers allocation when the system is low on memory.Laurent Pinchart2-41/+44
2009-03-30V4L/DVB (10294): uvcvideo: Add support for the Alcor Micro AU3820 chipset.Laurent Pinchart1-1/+10
2009-03-30V4L/DVB (10293): uvcvideo: replace strn{cpy,cat} with strl{cpy,cat}.Laurent Pinchart3-15/+15
2009-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-4/+6
2009-01-29V4L/DVB (10199): uvcvideo: Fix GET_DEF failure detection.Laurent Pinchart1-1/+1
2009-01-29V4L/DVB (10198): uvcvideo: Print the UVC version number in binary-coded decimal.Laurent Pinchart1-1/+1
2009-01-29V4L/DVB (10197): uvcvideo: Whitespace and comments cleanup, copyright updates.Laurent Pinchart8-178/+184
2009-01-29V4L/DVB (10193): removed unused #include <version.h>'sHuang Weiyi5-5/+0
2009-01-10Input: uvc - the button on the camera is KEY_CAMERABastien Nocera1-4/+6
2009-01-02V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil1-3/+3
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2-7/+5
2008-12-30V4L/DVB (10111a): usbvideo.h: remove an useless blank lineMauro Carvalho Chehab1-1/+0
2008-12-30V4L/DVB (10104): uvcvideo: Add support for video output devicesLaurent Pinchart5-80/+247
2008-12-30V4L/DVB (10102): uvcvideo: Ignore interrupt endpoint for built-in iSight webcams.Laurent Pinchart1-2/+7
2008-12-30V4L/DVB (10101): uvcvideo: Fix bulk URB processing when the header is erroneousLaurent Pinchart1-10/+9
2008-12-30V4L/DVB (9903): uvcvideo: V4L2 zoom controls supportLaurent Pinchart3-14/+71
2008-12-30V4L/DVB (9902): uvcvideo: V4L2 privacy control supportLaurent Pinchart1-0/+10
2008-12-30V4L/DVB (9810): uvcvideo: Add a device quirk to prune bogus controls.Laurent Pinchart3-3/+58
2008-12-30V4L/DVB (9809): uvcvideo: Add nodrop module parameter to turn incomplete frame drop off.Laurent Pinchart3-1/+6
2008-12-29V4L/DVB (9662): uvcvideo: Fix printk badness when printing ioctl namesLaurent Pinchart1-4/+6
2008-12-29V4L/DVB (9661): uvcvideo: Commit streaming parameters when enabling the video streamLaurent Pinchart2-11/+5
2008-12-29V4L/DVB (9660): uvcvideo: Fix unaligned memory access.Michael Hennerich1-20/+19
2008-12-29V4L/DVB (9659): uvcvideo: Use {get|set}_unaligned_le32 macrosLaurent Pinchart1-12/+6
2008-12-29V4L/DVB (9570): uvcvideo: Handle failed video GET_{MIN|MAX|DEF} requests more gracefullyLaurent Pinchart4-141/+66
2008-12-29V4L/DVB (9569): uvcvideo: Sort the frame descriptors during parsingLaurent Pinchart1-3/+22
2008-12-29V4L/DVB (9568): uvcvideo: Add support for Lenovo Thinkpad SL500 integrated webcamLaurent Pinchart1-0/+9
2008-12-29V4L/DVB (9567): uvcvideo: Add support for Samsung Q310 integrated webcamLaurent Pinchart1-0/+9
2008-12-29V4L/DVB (9503): v4l: remove inode argument from video_usercopyHans Verkuil1-10/+3
2008-10-21V4L/DVB (9330): Get rid of inode parameter at v4l_compat_translate_ioctl()Mauro Carvalho Chehab1-3/+9
2008-10-13V4L/DVB (9169): uvcvideo: Support two new Bison Electronics webcams.Laurent Pinchart1-0/+18
2008-10-12V4L/DVB (9036): uvcvideo: Fix control cache access when setting composite auto-update controlsLaurent Pinchart1-8/+13
2008-10-12V4L/DVB (9035): uvcvideo: Declare missing camera and processing unit controls.Laurent Pinchart1-19/+145
2008-10-12V4L/DVB:usbvideo:don't use part of buffer for USB transfer #4Ming Lei2-3/+12
2008-10-12V4L/DVB (9031): uvcvideo: Fix incomplete frame drop when switching to a variable size format.Laurent Pinchart2-4/+5
2008-10-12V4L/DVB (9030): uvcvideo : Add support for Advent 4211 integrated webcamLaurent Pinchart1-0/+9
2008-10-12V4L/DVB (8847): uvcvideo: Add support for a Bison Electronics webcam found in the Fujitsu Amilo SI2636.Laurent Pinchart1-0/+9
2008-10-12V4L/DVB (8846): uvcvideo: Supress spurious "EOF in empty payload" trace messageLaurent Pinchart1-2/+3
2008-10-12V4L/DVB (8788): v4l: replace video_get_drvdata(video_devdata(filp)) with video_drvdata(filp)Hans Verkuil1-9/+4
2008-10-12V4L/DVB (8754): uvcvideo: Implement the USB power management reset_resume method.Laurent Pinchart1-2/+13
2008-10-12V4L/DVB (8729): Use DIV_ROUND_UPJulia Lawall1-1/+1
2008-10-04V4L/DVB (9053): fix buffer overflow in uvc-videoRalph Loader1-1/+1
2008-08-06V4L/DVB (8617): uvcvideo: don't use stack-based buffers for USB transfers.Laurent Pinchart2-23/+43