summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/uvc
Commit message (Expand)AuthorAgeFilesLines
* [media] rename most media/video usb drivers to media/usbMauro Carvalho Chehab2012-08-1512-9571/+0Star
* [media] uvcvideo: Add support for Ophir Optronics SPCAM 620U camerasLaurent Pinchart2012-08-131-0/+9
* [media] uvcvideo: Support 10bit, 12bit and alternate 8bit greyscale formatsStefan Muenzel2012-08-132-2/+26
* [media] uvcvideo: Support super speed endpointsLaurent Pinchart2012-08-131-6/+24
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-313-3/+8
|\
| * [media] v4l2-ioctl: remove v4l_(i2c_)print_ioctlHans Verkuil2012-07-061-1/+1
| * [media] uvcvideo: Fix alternate setting selectionLaurent Pinchart2012-07-061-1/+1
| * [media] uvcvideo: Fix frame drop in bulk video streamJayakrishnan2012-07-061-1/+5
| * [media] uvc/Kconfig: Fix INPUT/EVDEV dependenciesMauro Carvalho Chehab2012-07-061-0/+1
* | video/uvc: use memweight()Akinobu Mita2012-07-311-3/+2Star
|/
* [media] uvcvideo: Fix V4L2 button controls that share the same UVC controlLaurent Pinchart2012-05-201-2/+5
* [media] v4l2-event: fix regression with initial event handlingHans Verkuil2012-05-151-1/+4
* [media] uvcvideo: Use videobuf2 .get_unmapped_area() implementationLaurent Pinchart2012-05-081-30/+13Star
* [media] uvcvideo: Fix ENUMINPUT handlingLaurent Pinchart2012-05-081-1/+1
* [media] uvcvideo: Drop unused ctrl member from struct uvc_control_mappingHans de Goede2012-05-072-3/+0Star
* [media] uvcvideo: Send control change events for slave ctrls when the master ...Hans de Goede2012-05-071-2/+56
* [media] uvcvideo: Properly report the inactive flag for inactive controlsHans de Goede2012-05-072-0/+37
* [media] uvcvideo: Add support for control eventsHans de Goede2012-05-073-14/+170
* [media] uvcvideo: Move __uvc_ctrl_get() upHans de Goede2012-05-071-38/+38
* [media] uvcvideo: Refactor uvc_ctrl_get and queryHans de Goede2012-05-071-28/+49
* [media] uvcvideo: Fix a "ignoring return value of ‘__clear_user’" warningHans de Goede2012-05-071-1/+2
* Merge tag 'v3.4-rc3' into staging/for_v3.5Mauro Carvalho Chehab2012-04-191-18/+32
|\
| * [media] uvcvideo: Fix race-related crash in uvc_video_clock_update()Laurent Pinchart2012-04-091-18/+32
* | [media] uvcvideo: remove unneeded access_ok() checkDan Carpenter2012-04-101-2/+0Star
|/
* [media] uvcvideo: uvc_driver.c: use linux/atomic.hAndrew Morton2012-03-191-1/+1
* [media] uvcvideo: Add support for Dell XPS m1530 integrated webcamLaurent Pinchart2012-03-191-0/+9
* [media] uvcvideo: Allow userptr IO modeJavier Martin2012-03-191-1/+1
* [media] uvcvideo: Implement compat_ioctl32 for custom ioctlsLaurent Pinchart2012-03-191-0/+205
* [media] uvcvideo: Return -ENOTTY in case of unknown ioctlLaurent Pinchart2012-03-191-1/+1
* [media] [FOR,v3.3] uvcvideo: Avoid division by 0 in timestamp calculationLaurent Pinchart2012-02-271-5/+9
* [media] uvcvideo: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-301-1/+1
* [media] uvcvideo: Fix integer overflow in uvc_ioctl_ctrl_map()Haogang Chen2011-12-112-0/+10
* [media] uvcvideo: Add UVC timestamps supportLaurent Pinchart2011-12-113-0/+367
* [media] uvcvideo: Extract timestamp-related statisticsLaurent Pinchart2011-12-112-2/+146
* [media] uvcvideo: Extract video stream statisticsAlexey Fisher2011-12-113-5/+199
* [media] uvcvideo: Add debugfs supportAlexey Fisher2011-12-114-6/+103
* [media] uvcvideo: Ignore GET_RES error for XU controlsLaurent Pinchart2011-12-112-2/+16
* [media] uvcvideo: Don't skip erroneous payloadsLaurent Pinchart2011-12-111-7/+7
* [media] uvcvideo: Make uvc_commit_video() staticLaurent Pinchart2011-12-112-4/+2Star
* [media] uvcvideo: Add support for LogiLink Wireless WebcamLaurent Pinchart2011-12-111-0/+9
* [media] uvcvideo: Remove duplicate definitions of UVC_STREAM_* macrosLaurent Pinchart2011-12-111-10/+0Star
* [media] uvcvideo: Handle uvc_init_video() failure in uvc_video_enable()Laurent Pinchart2011-12-111-2/+7
* [media] uvcvideo: Use videobuf2-vmallocLaurent Pinchart2011-12-115-458/+161Star
* [media] uvcvideo: Move fields from uvc_buffer::buf to uvc_bufferLaurent Pinchart2011-12-114-20/+27
* [media] uvcvideo: GET_RES should only be checked for BITMAP type menu controlsHans de Goede2011-11-071-2/+4
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-10-314-149/+39Star
|\
| * [media] uvcvideo: Add a mapping for H.264 payloadsStephan Lachowsky2011-09-242-0/+9
| * [media] media: Fix a UVC performance problem on systems with non-coherent DMAAl Cooper2011-09-241-1/+16
| * [media] uvcvideo: Remove deprecated UVCIOC ioctlsLaurent Pinchart2011-09-242-148/+6Star
| * [media] uvcvideo: Detect The Imaging Source CCD cameras by vendor and product IDArne Caspari2011-09-241-0/+8