summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/uvc
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (12379): uvcvideo: Multiple streaming interfaces supportLaurent Pinchart2009-09-125-278/+411
* V4L/DVB (12378): uvcvideo: Restructure the driver to support multiple simulta...Laurent Pinchart2009-09-125-421/+456
* V4L/DVB (12327): uvcvideo: Add PROBE_DEF quirk and enable it for the MT6227 d...Laurent Pinchart2009-09-123-1/+6
* V4L/DVB (12188): uvcvideo: Set PROBE_MINMAX quirk for Aveo Technology webcamsLaurent Pinchart2009-09-121-1/+2
* V4L/DVB (12187): uvcvideo: Move UVC definitions to linux/usb/video.hLaurent Pinchart2009-09-121-135/+1
* V4L/DVB (12186): uvcvideo: Remove unused Logitech-specific constantsLaurent Pinchart2009-09-121-17/+0
* V4L/DVB (12185): uvcvideo: Prefix all UVC constants with UVC_Laurent Pinchart2009-09-125-292/+307
* V4L/DVB (12184): uvcvideo: Use class-specific descriptor types from usb/ch9.hLaurent Pinchart2009-09-122-9/+2
* V4L/DVB (12380): uvcvideo: Avoid flooding the kernel log with "unknown event ...Laurent Pinchart2009-08-131-2/+2
* V4L/DVB (12328): uvcvideo: Don't apply the FIX_BANDWIDTH quirk to all ViMicro...Laurent Pinchart2009-08-131-3/+21
* V4L/DVB (12002): uvc: Fix for no return value check of uvc_ctrl_set() which c...Robert Krakora2009-06-161-3/+12
* V4L/DVB (11948): uvcvideo: Ignore non-UVC trailing interface descriptors.Laurent Pinchart2009-06-161-2/+2
* V4L/DVB (11947): uvcvideo: Add support for FSC V30S webcamsLaurent Pinchart2009-06-161-0/+9
* V4L/DVB (11946): uvcvideo: Add support for Aveo Technology webcamsLaurent Pinchart2009-06-161-0/+9
* V4L/DVB (11945): uvcvideo: Don't accept to change the format when buffers are...Laurent Pinchart2009-06-163-1/+16
* V4L/DVB (11944): uvcvideo: Add generic control blacklist.Laurent Pinchart2009-06-163-23/+16
* V4L/DVB (11838): uvcvideo: Add Lenovo Thinkpad SL400 to device list commentsFilipe Rosset2009-06-161-1/+1
* V4L/DVB (11837): uvcvideo: Start status polling on device openLaurent Pinchart2009-06-164-3/+34
* V4L/DVB (11836): uvcvideo: Add missing whitespaces to multi-line format strings.Laurent Pinchart2009-06-161-8/+8
* V4L/DVB (11835): uvcvideo: Parse frame descriptors with non-continuous indexes.Laurent Pinchart2009-06-162-28/+13
* V4L/DVB (11574): uvcvideo: fill reserved fields with zero of VIDIOC_QUERYMENUMárton Németh2009-06-161-0/+6
* V4L/DVB (11573): uvcvideo: Prevent invormation loss with removing implicit ca...Márton Németh2009-06-161-2/+2
* V4L/DVB (11669): uvc: fix compile warningHans Verkuil2009-05-091-3/+6
* V4L/DVB (11575): uvcvideo: fix uvc resume failedMing Lei2009-05-091-1/+1
* V4L/DVB (11439): UVC: uvc_status_cleanup(): undefined reference to `input_unr...Randy Dunlap2009-04-061-1/+1
* V4L/DVB (11293): uvcvideo: Add zero fill for VIDIOC_ENUM_FMTMárton Németh2009-03-301-0/+6
* V4L/DVB (11292): uvcvideo: Add support for Syntek cameras found in JAOtech Sm...Laurent Pinchart2009-03-301-0/+9
* V4L/DVB (10652): uvcvideo: Add quirk to override wrong bandwidth value for Vi...Laurent Pinchart2009-03-303-4/+40
* V4L/DVB (10651): uvcvideo: Ignore empty bulk URBsLaurent Pinchart2009-03-301-0/+3
* V4L/DVB (10650): uvcvideo: Initialize streaming parameters with the probe con...Laurent Pinchart2009-03-301-4/+13
* V4L/DVB (10308): uvcvideo: use usb_make_path to report bus infoThierry MERLE2009-03-301-2/+2
* V4L/DVB (10296): uvcvideo: Fix memory leak in input device handlingLaurent Pinchart2009-03-302-12/+5
* V4L/DVB (10295): uvcvideo: Retry URB buffers allocation when the system is lo...Laurent Pinchart2009-03-302-41/+44
* V4L/DVB (10294): uvcvideo: Add support for the Alcor Micro AU3820 chipset.Laurent Pinchart2009-03-301-1/+10
* V4L/DVB (10293): uvcvideo: replace strn{cpy,cat} with strl{cpy,cat}.Laurent Pinchart2009-03-303-15/+15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-03-021-4/+6
|\
| * Input: uvc - the button on the camera is KEY_CAMERABastien Nocera2009-01-101-4/+6
* | V4L/DVB (10199): uvcvideo: Fix GET_DEF failure detection.Laurent Pinchart2009-01-291-1/+1
* | V4L/DVB (10198): uvcvideo: Print the UVC version number in binary-coded decimal.Laurent Pinchart2009-01-291-1/+1
* | V4L/DVB (10197): uvcvideo: Whitespace and comments cleanup, copyright updates.Laurent Pinchart2009-01-298-178/+184
* | V4L/DVB (10193): removed unused #include <version.h>'sHuang Weiyi2009-01-295-5/+0
* | V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil2009-01-021-3/+3
* | V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2009-01-022-7/+5
* | V4L/DVB (10111a): usbvideo.h: remove an useless blank lineMauro Carvalho Chehab2008-12-301-1/+0
* | V4L/DVB (10104): uvcvideo: Add support for video output devicesLaurent Pinchart2008-12-305-80/+247
* | V4L/DVB (10102): uvcvideo: Ignore interrupt endpoint for built-in iSight webc...Laurent Pinchart2008-12-301-2/+7
* | V4L/DVB (10101): uvcvideo: Fix bulk URB processing when the header is erroneousLaurent Pinchart2008-12-301-10/+9
* | V4L/DVB (9903): uvcvideo: V4L2 zoom controls supportLaurent Pinchart2008-12-303-14/+71
* | V4L/DVB (9902): uvcvideo: V4L2 privacy control supportLaurent Pinchart2008-12-301-0/+10
* | V4L/DVB (9810): uvcvideo: Add a device quirk to prune bogus controls.Laurent Pinchart2008-12-303-3/+58
OpenPOWER on IntegriCloud