summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/uvc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+2
|\
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* media: uvcvideo: Constify video_subdev structuresJulia Lawall2017-08-201-1/+1
* media: uvcvideo: Convert from using an atomic variable to a reference countGuennadi Liakhovetski2017-08-202-17/+10Star
* media: uvcvideo: Fix .queue_setup() to check the number of planesGuennadi Liakhovetski2017-08-201-2/+7
* media: uvcvideo: Prevent heap overflow when accessing mapped controlsGuenter Roeck2017-08-201-0/+7
* media: uvcvideo: Fix incorrect timeout for Get RequestJim Lin2017-08-201-1/+1
* media: usb: constify usb_device_idArvind Yadav2017-08-201-1/+1
* media: uvc: don't set driver_versionHans Verkuil2017-08-081-1/+0Star
* [media] uvcvideo: Add iFunction or iInterface to device namesPeter Boström2017-06-061-3/+22
* [media] uvcvideo: Quirk for webcam in MacBook Pro 2016Daniel Roschka2017-06-061-0/+9
* [media] uvcvideo: annotate a switch fall throughMauro Carvalho Chehab2017-05-191-1/+1
* [media] media drivers: annotate fall-throughMauro Carvalho Chehab2017-05-191-1/+1
* [media] uvcvideo: Add support for Intel SR300 depth cameraDaniel Patrick Johnson2017-04-102-0/+24
* [media] uvcvideo: Don't record timespec_subKieran Bingham2017-04-101-8/+2Star
* [media] uvcvideo: Fix empty packet statisticKieran Bingham2017-04-101-1/+1
* [media] uvcvideo: Change result code of debugfs_init to voidJaejoong Kim2017-01-312-11/+8Star
* [media] uvcvideo: Fix a wrong macroGuennadi Liakhovetski2017-01-311-1/+1
* [media] uvcvideo: (cosmetic) Remove a superfluous assignmentGuennadi Liakhovetski2017-01-311-2/+1Star
* [media] uvcvideo: (cosmetic) Add and use an inline functionGuennadi Liakhovetski2017-01-311-3/+8
* Merge tag 'media/v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2016-12-163-33/+175
|\
| * [media] uvcvideo: freeing an error pointerDan Carpenter2016-11-291-4/+4
| * [media] uvcvideo: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-11-231-8/+3Star
| * [media] uvcvideo: Add bayer 16-bit format patternsEdgar Thier2016-11-232-0/+32
| * [media] uvcvideo: add support for Oculus Rift SensorPhilipp Zabel2016-11-161-0/+9
| * [media] uvcvideo: uvc_scan_fallback() for webcams with broken chainHenrik Ingo2016-10-241-6/+112
| * [media] uvc_driver: use KERN_CONT where neededMauro Carvalho Chehab2016-10-211-15/+15
* | media: usb: uvc: remove unnecessary & operationFelipe Balbi2016-11-031-1/+1
* | media: usb: uvc: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-011-1/+3
|/
* [media] usb: constify vb2_ops structuresJulia Lawall2016-09-191-1/+1
* Merge tag 'v4.7-rc6' into patchworkMauro Carvalho Chehab2016-07-081-77/+20Star
|\
| * uvc_v4l2: Simplify compat ioctl implementationAndy Lutomirski2016-06-111-56/+2Star
| * uvc: Forward compat ioctls to their handlers directlyAndy Lutomirski2016-06-111-21/+18Star
* | [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-081-1/+1
* | [media] media-device: dynamically allocate struct media_devnodeMauro Carvalho Chehab2016-06-151-1/+1
* | [media] uvcvideo: Correct speed testingOliver Neukum2016-06-071-0/+1
* | [media] uvcvideo: Fix bytesperline calculation for planar YUVNicolas Dufresne2016-06-071-2/+17
|/
* [media] UVC: Add support for R200 depth cameraAviv Greenberg2016-03-032-0/+32
* [media] media-device: split media initialization and registrationJavier Martinez Canillas2016-01-111-3/+8
* [media] uvcvideo: register entity subdev on initJavier Martinez Canillas2016-01-111-24/+9Star
* [media] uvcvideo: remove pads prefix from uvc_mc_create_pads_links()Javier Martinez Canillas2016-01-111-3/+3
* [media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab2016-01-111-2/+2
* [media] uvcvideo: create pad links after subdev registrationJavier Martinez Canillas2016-01-111-4/+19
* [media] media: rename the function that create pad linksMauro Carvalho Chehab2016-01-111-1/+1
* [media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab2016-01-111-2/+2
* [media] uvcvideo: small cleanup in uvc_video_clock_update()Dan Carpenter2015-12-181-1/+1
* [media] uvcvideo: Fix reading the current exposure value of UVCAnton V. Shokurov2015-12-181-1/+2
* [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-181-10/+5Star
* [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-181-9/+5Star