aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/uvc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-07V4L/DVB (13311): uvcvideo: Fix compilation warning with 2.6.32 due to type mismatch with abs()Laurent Pinchart1-1/+1
2009-11-07V4L/DVB (13309): uvcvideo: Ignore the FIX_BANDWIDTH for compressed videoLaurent Pinchart1-1/+2
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-19V4L/DVB (13012): uvc: introduce missing kfreeJulia Lawall1-3/+4
2009-09-12V4L/DVB (12379): uvcvideo: Multiple streaming interfaces supportLaurent Pinchart5-278/+411
2009-09-12V4L/DVB (12378): uvcvideo: Restructure the driver to support multiple simultaneous streams.Laurent Pinchart5-421/+456
2009-09-12V4L/DVB (12327): uvcvideo: Add PROBE_DEF quirk and enable it for the MT6227 deviceLaurent Pinchart3-1/+6
2009-09-12V4L/DVB (12188): uvcvideo: Set PROBE_MINMAX quirk for Aveo Technology webcamsLaurent Pinchart1-1/+2
2009-09-12V4L/DVB (12187): uvcvideo: Move UVC definitions to linux/usb/video.hLaurent Pinchart1-135/+1
2009-09-12V4L/DVB (12186): uvcvideo: Remove unused Logitech-specific constantsLaurent Pinchart1-17/+0
2009-09-12V4L/DVB (12185): uvcvideo: Prefix all UVC constants with UVC_Laurent Pinchart5-292/+307
2009-09-12V4L/DVB (12184): uvcvideo: Use class-specific descriptor types from usb/ch9.hLaurent Pinchart2-9/+2
2009-08-13V4L/DVB (12380): uvcvideo: Avoid flooding the kernel log with "unknown event type" messagesLaurent Pinchart1-2/+2
2009-08-13V4L/DVB (12328): uvcvideo: Don't apply the FIX_BANDWIDTH quirk to all ViMicro devicesLaurent Pinchart1-3/+21
2009-06-16V4L/DVB (12002): uvc: Fix for no return value check of uvc_ctrl_set() which calls mutex_lock_interruptible()Robert Krakora1-3/+12
2009-06-16V4L/DVB (11948): uvcvideo: Ignore non-UVC trailing interface descriptors.Laurent Pinchart1-2/+2
2009-06-16V4L/DVB (11947): uvcvideo: Add support for FSC V30S webcamsLaurent Pinchart1-0/+9
2009-06-16V4L/DVB (11946): uvcvideo: Add support for Aveo Technology webcamsLaurent Pinchart1-0/+9
2009-06-16V4L/DVB (11945): uvcvideo: Don't accept to change the format when buffers are allocated.Laurent Pinchart3-1/+16
2009-06-16V4L/DVB (11944): uvcvideo: Add generic control blacklist.Laurent Pinchart3-23/+16
2009-06-16V4L/DVB (11838): uvcvideo: Add Lenovo Thinkpad SL400 to device list commentsFilipe Rosset1-1/+1
2009-06-16V4L/DVB (11837): uvcvideo: Start status polling on device openLaurent Pinchart4-3/+34
2009-06-16V4L/DVB (11836): uvcvideo: Add missing whitespaces to multi-line format strings.Laurent Pinchart1-8/+8
2009-06-16V4L/DVB (11835): uvcvideo: Parse frame descriptors with non-continuous indexes.Laurent Pinchart2-28/+13
2009-06-16V4L/DVB (11574): uvcvideo: fill reserved fields with zero of VIDIOC_QUERYMENUMárton Németh1-0/+6
2009-06-16V4L/DVB (11573): uvcvideo: Prevent invormation loss with removing implicit castingMárton Németh1-2/+2
2009-05-09V4L/DVB (11669): uvc: fix compile warningHans Verkuil1-3/+6
2009-05-09V4L/DVB (11575): uvcvideo: fix uvc resume failedMing Lei1-1/+1
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