summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/uvc/uvc_driver.c
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (12379): uvcvideo: Multiple streaming interfaces supportLaurent Pinchart2009-09-121-168/+298
* V4L/DVB (12378): uvcvideo: Restructure the driver to support multiple simulta...Laurent Pinchart2009-09-121-80/+94
* V4L/DVB (12327): uvcvideo: Add PROBE_DEF quirk and enable it for the MT6227 d...Laurent Pinchart2009-09-121-1/+2
* V4L/DVB (12188): uvcvideo: Set PROBE_MINMAX quirk for Aveo Technology webcamsLaurent Pinchart2009-09-121-1/+2
* V4L/DVB (12185): uvcvideo: Prefix all UVC constants with UVC_Laurent Pinchart2009-09-121-64/+68
* V4L/DVB (12184): uvcvideo: Use class-specific descriptor types from usb/ch9.hLaurent Pinchart2009-09-121-2/+2
* V4L/DVB (12328): uvcvideo: Don't apply the FIX_BANDWIDTH quirk to all ViMicro...Laurent Pinchart2009-08-131-3/+21
* 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 (11944): uvcvideo: Add generic control blacklist.Laurent Pinchart2009-06-161-2/+1
* 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-161-0/+1
* 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-161-22/+2
* V4L/DVB (11669): uvc: fix compile warningHans Verkuil2009-05-091-3/+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-301-0/+9
* 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-301-8/+8
* 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-291-28/+24
* V4L/DVB (10193): removed unused #include <version.h>'sHuang Weiyi2009-01-291-1/+0
* V4L/DVB (10104): uvcvideo: Add support for video output devicesLaurent Pinchart2008-12-301-34/+75
* V4L/DVB (10102): uvcvideo: Ignore interrupt endpoint for built-in iSight webc...Laurent Pinchart2008-12-301-2/+7
* V4L/DVB (9810): uvcvideo: Add a device quirk to prune bogus controls.Laurent Pinchart2008-12-301-1/+2
* V4L/DVB (9809): uvcvideo: Add nodrop module parameter to turn incomplete fram...Laurent Pinchart2008-12-301-0/+3
* V4L/DVB (9660): uvcvideo: Fix unaligned memory access.Michael Hennerich2008-12-291-20/+19
* V4L/DVB (9570): uvcvideo: Handle failed video GET_{MIN|MAX|DEF} requests more...Laurent Pinchart2008-12-291-126/+0
* V4L/DVB (9569): uvcvideo: Sort the frame descriptors during parsingLaurent Pinchart2008-12-291-3/+22
* V4L/DVB (9568): uvcvideo: Add support for Lenovo Thinkpad SL500 integrated we...Laurent Pinchart2008-12-291-0/+9
* V4L/DVB (9567): uvcvideo: Add support for Samsung Q310 integrated webcamLaurent Pinchart2008-12-291-0/+9
* V4L/DVB (9169): uvcvideo: Support two new Bison Electronics webcams.Laurent Pinchart2008-10-131-0/+18
* V4L/DVB (9030): uvcvideo : Add support for Advent 4211 integrated webcamLaurent Pinchart2008-10-121-0/+9
* V4L/DVB (8847): uvcvideo: Add support for a Bison Electronics webcam found in...Laurent Pinchart2008-10-121-0/+9
* V4L/DVB (8754): uvcvideo: Implement the USB power management reset_resume met...Laurent Pinchart2008-10-121-2/+13
* V4L/DVB (8616): uvcvideo: Add support for two Bison Electronics webcamsLaurent Pinchart2008-08-061-4/+22
* V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil2008-07-271-2/+0
* V4L/DVB (8428): videodev: rename 'dev' to 'parent'Hans Verkuil2008-07-231-1/+1
* V4L/DVB (8257): uvcvideo: Fix possible AB-BA deadlock with videodev_lock and ...Laurent Pinchart2008-07-201-3/+6
* V4L/DVB (8254): uvcvideo : Add support for Asus F9GS integrated webcamLaurent Pinchart2008-07-201-0/+9
* V4L/DVB (8235): uvcvideo : Add support for Medion Akoya Mini E1210 integrated...Laurent Pinchart2008-07-201-0/+9
* v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10Hans Verkuil2008-07-201-0/+1
* V4L/DVB (8207): uvcvideo: Fix a buffer overflow in format descriptor parsingLaurent Pinchart2008-07-201-1/+2
* V4L/DVB (8145a): USB Video Class driverLaurent Pinchart2008-06-301-0/+1955
OpenPOWER on IntegriCloud