aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/uvc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-06V4L/DVB (8616): uvcvideo: Add support for two Bison Electronics webcamsLaurent Pinchart1-4/+22
2008-07-27Merge ../linux-2.6Mauro Carvalho Chehab1-0/+1
2008-07-27V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil1-2/+0
2008-07-26V4L/DVB (8498): uvcvideo: Return sensible min and max values when querying a boolean control.Laurent Pinchart1-1/+12
2008-07-26V4L/DVB (8497): uvcvideo: Make the auto-exposure menu control V4L2 compliantLaurent Pinchart1-1/+1
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2008-07-23V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans Verkuil1-0/+1
2008-07-23V4L/DVB (8428): videodev: rename 'dev' to 'parent'Hans Verkuil1-1/+1
2008-07-20V4L/DVB (8257): uvcvideo: Fix possible AB-BA deadlock with videodev_lock and open_mutexLaurent Pinchart1-3/+6
2008-07-20V4L/DVB (8256): uvc/uvc_v4l2.c: suppress uninitialized var warningAndrew Morton1-1/+1
2008-07-20V4L/DVB (8254): uvcvideo : Add support for Asus F9GS integrated webcamLaurent Pinchart1-0/+9
2008-07-20V4L/DVB (8235): uvcvideo : Add support for Medion Akoya Mini E1210 integrated webcamLaurent Pinchart1-0/+9
2008-07-20V4L/DVB (8234): uvcvideo: Make input device support optionalLaurent Pinchart2-2/+32
2008-07-20v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10Hans Verkuil7-0/+7
2008-07-20V4L/DVB (8209): uvcvideo: Don't free URB buffers on suspend.Laurent Pinchart2-32/+66
2008-07-20V4L/DVB (8208): uvcvideo: Use GFP_NOIO when allocating memory during resumeLaurent Pinchart2-13/+13
2008-07-20V4L/DVB (8207): uvcvideo: Fix a buffer overflow in format descriptor parsingLaurent Pinchart1-1/+2
2008-07-02V4L/DVB (8178): uvc: Fix compilation breakage for the other drivers, if uvc is selectedMauro Carvalho Chehab1-1/+1
2008-06-30V4L/DVB (8145a): USB Video Class driverLaurent Pinchart9-0/+6867