index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
usb
/
uvc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] uvcvideo: Add iFunction or iInterface to device names
Peter Boström
2017-06-06
1
-3
/
+22
*
[media] uvcvideo: Quirk for webcam in MacBook Pro 2016
Daniel Roschka
2017-06-06
1
-0
/
+9
*
[media] uvcvideo: annotate a switch fall through
Mauro Carvalho Chehab
2017-05-19
1
-1
/
+1
*
[media] media drivers: annotate fall-through
Mauro Carvalho Chehab
2017-05-19
1
-1
/
+1
*
[media] uvcvideo: Add support for Intel SR300 depth camera
Daniel Patrick Johnson
2017-04-10
2
-0
/
+24
*
[media] uvcvideo: Don't record timespec_sub
Kieran Bingham
2017-04-10
1
-8
/
+2
*
[media] uvcvideo: Fix empty packet statistic
Kieran Bingham
2017-04-10
1
-1
/
+1
*
[media] uvcvideo: Change result code of debugfs_init to void
Jaejoong Kim
2017-01-31
2
-11
/
+8
*
[media] uvcvideo: Fix a wrong macro
Guennadi Liakhovetski
2017-01-31
1
-1
/
+1
*
[media] uvcvideo: (cosmetic) Remove a superfluous assignment
Guennadi Liakhovetski
2017-01-31
1
-2
/
+1
*
[media] uvcvideo: (cosmetic) Add and use an inline function
Guennadi Liakhovetski
2017-01-31
1
-3
/
+8
*
Merge tag 'media/v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2016-12-16
3
-33
/
+175
|
\
|
*
[media] uvcvideo: freeing an error pointer
Dan Carpenter
2016-11-29
1
-4
/
+4
|
*
[media] uvcvideo: Use memdup_user() rather than duplicating its implementation
Markus Elfring
2016-11-23
1
-8
/
+3
|
*
[media] uvcvideo: Add bayer 16-bit format patterns
Edgar Thier
2016-11-23
2
-0
/
+32
|
*
[media] uvcvideo: add support for Oculus Rift Sensor
Philipp Zabel
2016-11-16
1
-0
/
+9
|
*
[media] uvcvideo: uvc_scan_fallback() for webcams with broken chain
Henrik Ingo
2016-10-24
1
-6
/
+112
|
*
[media] uvc_driver: use KERN_CONT where needed
Mauro Carvalho Chehab
2016-10-21
1
-15
/
+15
*
|
media: usb: uvc: remove unnecessary & operation
Felipe Balbi
2016-11-03
1
-1
/
+1
*
|
media: usb: uvc: make use of new usb_endpoint_maxp_mult()
Felipe Balbi
2016-11-01
1
-1
/
+3
|
/
*
[media] usb: constify vb2_ops structures
Julia Lawall
2016-09-19
1
-1
/
+1
*
Merge tag 'v4.7-rc6' into patchwork
Mauro Carvalho Chehab
2016-07-08
1
-77
/
+20
|
\
|
*
uvc_v4l2: Simplify compat ioctl implementation
Andy Lutomirski
2016-06-10
1
-56
/
+2
|
*
uvc: Forward compat ioctls to their handlers directly
Andy Lutomirski
2016-06-10
1
-21
/
+18
*
|
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
Hans Verkuil
2016-07-08
1
-1
/
+1
*
|
[media] media-device: dynamically allocate struct media_devnode
Mauro Carvalho Chehab
2016-06-15
1
-1
/
+1
*
|
[media] uvcvideo: Correct speed testing
Oliver Neukum
2016-06-07
1
-0
/
+1
*
|
[media] uvcvideo: Fix bytesperline calculation for planar YUV
Nicolas Dufresne
2016-06-07
1
-2
/
+17
|
/
*
[media] UVC: Add support for R200 depth camera
Aviv Greenberg
2016-03-03
2
-0
/
+32
*
[media] media-device: split media initialization and registration
Javier Martinez Canillas
2016-01-11
1
-3
/
+8
*
[media] uvcvideo: register entity subdev on init
Javier Martinez Canillas
2016-01-11
1
-24
/
+9
*
[media] uvcvideo: remove pads prefix from uvc_mc_create_pads_links()
Javier Martinez Canillas
2016-01-11
1
-3
/
+3
*
[media] media framework: rename pads init function to media_entity_pads_init()
Mauro Carvalho Chehab
2016-01-11
1
-2
/
+2
*
[media] uvcvideo: create pad links after subdev registration
Javier Martinez Canillas
2016-01-11
1
-4
/
+19
*
[media] media: rename the function that create pad links
Mauro Carvalho Chehab
2016-01-11
1
-1
/
+1
*
[media] media: get rid of unused "extra_links" param on media_entity_init()
Mauro Carvalho Chehab
2016-01-11
1
-2
/
+2
*
[media] uvcvideo: small cleanup in uvc_video_clock_update()
Dan Carpenter
2015-12-18
1
-1
/
+1
*
[media] uvcvideo: Fix reading the current exposure value of UVC
Anton V. Shokurov
2015-12-18
1
-1
/
+2
*
[media] media: videobuf2: Move timestamp to vb2_buffer
Junghak Sung
2015-12-18
1
-10
/
+5
*
[media] vb2: drop v4l2_format argument from queue_setup
Hans Verkuil
2015-12-18
1
-9
/
+5
*
Revert "[media] UVC: Add support for ds4 depth camera"
Mauro Carvalho Chehab
2015-12-12
2
-32
/
+0
*
[media] UVC: Add support for ds4 depth camera
Aviv Greenberg
2015-12-03
2
-0
/
+32
*
[media] uvcvideo: Enable UVC 1.5 device detection
Laurent Pinchart
2015-11-19
1
-1
/
+2
*
[media] usb/uvc: Support for V4L2_CTRL_WHICH_DEF_VAL
Ricardo Ribalda
2015-11-17
1
-0
/
+20
*
[media] media: videobuf2: Change queue_setup argument
Junghak Sung
2015-10-20
1
-1
/
+2
*
[media] media: videobuf2: Restructure vb2_buffer
Junghak Sung
2015-10-01
3
-23
/
+27
*
[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2
Junghak Sung
2015-10-01
1
-1
/
+1
*
[media] uvcvideo: Disable hardware timestamps by default
Laurent Pinchart
2015-09-25
3
-0
/
+7
*
[media] uvcvideo: Remove unneeded device disconnected flag
Laurent Pinchart
2015-05-30
3
-10
/
+0
*
[media] uvcvideo: Fix incorrect bandwidth with Chicony device 04f2:b50b
Laurent Pinchart
2015-05-30
1
-0
/
+8
[next]