Age | Commit message (Expand) | Author | Files | Lines |
2012-04-09 | [media] uvcvideo: Fix race-related crash in uvc_video_clock_update() | Laurent Pinchart | 1 | -18/+32 |
2012-03-19 | [media] uvcvideo: uvc_driver.c: use linux/atomic.h | Andrew Morton | 1 | -1/+1 |
2012-03-19 | [media] uvcvideo: Add support for Dell XPS m1530 integrated webcam | Laurent Pinchart | 1 | -0/+9 |
2012-03-19 | [media] uvcvideo: Allow userptr IO mode | Javier Martin | 1 | -1/+1 |
2012-03-19 | [media] uvcvideo: Implement compat_ioctl32 for custom ioctls | Laurent Pinchart | 1 | -0/+205 |
2012-03-19 | [media] uvcvideo: Return -ENOTTY in case of unknown ioctl | Laurent Pinchart | 1 | -1/+1 |
2012-02-27 | [media] [FOR,v3.3] uvcvideo: Avoid division by 0 in timestamp calculation | Laurent Pinchart | 1 | -5/+9 |
2011-12-30 | [media] uvcvideo: Use kcalloc instead of kzalloc to allocate array | Thomas Meyer | 1 | -1/+1 |
2011-12-11 | [media] uvcvideo: Fix integer overflow in uvc_ioctl_ctrl_map() | Haogang Chen | 2 | -0/+10 |
2011-12-11 | [media] uvcvideo: Add UVC timestamps support | Laurent Pinchart | 3 | -0/+367 |
2011-12-11 | [media] uvcvideo: Extract timestamp-related statistics | Laurent Pinchart | 2 | -2/+146 |
2011-12-11 | [media] uvcvideo: Extract video stream statistics | Alexey Fisher | 3 | -5/+199 |
2011-12-11 | [media] uvcvideo: Add debugfs support | Alexey Fisher | 4 | -6/+103 |
2011-12-11 | [media] uvcvideo: Ignore GET_RES error for XU controls | Laurent Pinchart | 2 | -2/+16 |
2011-12-11 | [media] uvcvideo: Don't skip erroneous payloads | Laurent Pinchart | 1 | -7/+7 |
2011-12-11 | [media] uvcvideo: Make uvc_commit_video() static | Laurent Pinchart | 2 | -4/+2 |
2011-12-11 | [media] uvcvideo: Add support for LogiLink Wireless Webcam | Laurent Pinchart | 1 | -0/+9 |
2011-12-11 | [media] uvcvideo: Remove duplicate definitions of UVC_STREAM_* macros | Laurent Pinchart | 1 | -10/+0 |
2011-12-11 | [media] uvcvideo: Handle uvc_init_video() failure in uvc_video_enable() | Laurent Pinchart | 1 | -2/+7 |
2011-12-11 | [media] uvcvideo: Use videobuf2-vmalloc | Laurent Pinchart | 5 | -458/+161 |
2011-12-11 | [media] uvcvideo: Move fields from uvc_buffer::buf to uvc_buffer | Laurent Pinchart | 4 | -20/+27 |
2011-11-07 | [media] uvcvideo: GET_RES should only be checked for BITMAP type menu controls | Hans de Goede | 1 | -2/+4 |
2011-11-01 | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -149/+39 |
2011-09-24 | [media] uvcvideo: Add a mapping for H.264 payloads | Stephan Lachowsky | 2 | -0/+9 |
2011-09-24 | [media] media: Fix a UVC performance problem on systems with non-coherent DMA | Al Cooper | 1 | -1/+16 |
2011-09-24 | [media] uvcvideo: Remove deprecated UVCIOC ioctls | Laurent Pinchart | 2 | -148/+6 |
2011-09-24 | [media] uvcvideo: Detect The Imaging Source CCD cameras by vendor and product ID | Arne Caspari | 1 | -0/+8 |
2011-09-22 | [media] uvcvideo: Fix crash when linking entities | Laurent Pinchart | 1 | -1/+1 |
2011-09-22 | [media] uvcvideo: Set alternate setting 0 on resume if the bus has been reset | Ming Lei | 3 | -3/+11 |
2011-08-06 | [media] uvcvideo: Set alternate setting 0 on resume if the bus has been reset | Ming Lei | 3 | -3/+11 |
2011-07-30 | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -7/+16 |
2011-07-28 | [media] uvcvideo: Add FIX_BANDWIDTH quirk to HP Webcam on HP Mini 5103 netbook | Kirill Smelkov | 1 | -0/+9 |
2011-07-28 | [media] uvcvideo: Fix control mapping for devices with multiple chains | Stephan Lachowsky | 1 | -2/+2 |
2011-07-28 | [media] return -ENOTTY for unsupported ioctl's at legacy drivers | Mauro Carvalho Chehab | 1 | -1/+1 |
2011-07-28 | [media] uvcvideo: Use LINUX_VERSION_CODE for VIDIOC_QUERYCAP | Mauro Carvalho Chehab | 3 | -4/+4 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 4 | -4/+4 |
2011-07-01 | [media] uvcvideo: Disable the queue when failing to start | Sjoerd Simons | 1 | -1/+3 |
2011-07-01 | [media] uvcvideo: Remove buffers from the queues when freeing | Sjoerd Simons | 1 | -0/+2 |
2011-07-01 | [media] uvcvideo: Ignore entities for terminals with no supported format | Laurent Pinchart | 1 | -13/+21 |
2011-06-01 | [media] uvc_entity: initialize return value | Mauro Carvalho Chehab | 1 | -1/+1 |
2011-05-26 | [media] uvcvideo: Connect video devices to media entities | Laurent Pinchart | 3 | -10/+39 |
2011-05-26 | [media] uvcvideo: Register subdevices for each entity | Laurent Pinchart | 4 | -3/+136 |
2011-05-26 | [media] uvcvideo: Register a v4l2_device | Laurent Pinchart | 2 | -2/+33 |
2011-05-20 | [media] uvcvideo: Add M420 format support | Hans de Goede | 2 | -0/+8 |
2011-05-20 | [media] uvcvideo: Add support for NOMMU arch | Bob Liu | 3 | -1/+54 |
2011-05-20 | [media] uvcvideo: Make the API public | Laurent Pinchart | 2 | -44/+37 |
2011-05-20 | [media] uvcvideo: Return -ERANGE when userspace sets an unsupported menu entry | Laurent Pinchart | 1 | -0/+17 |
2011-05-20 | [media] uvcvideo: Don't report unsupported menu entries | Laurent Pinchart | 1 | -0/+18 |
2011-05-20 | [media] uvcvideo: Override wrong bandwidth value for Hercules Classic Silver | Laurent Pinchart | 1 | -0/+9 |
2011-05-20 | [media] uvcvideo: Add support for JMicron USB2.0 XGA WebCam | Laurent Pinchart | 1 | -0/+9 |