index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
usb
/
uvc
/
uvc_driver.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-06
media: uvcvideo: Support devices that report an OT as an entity source
Laurent Pinchart
1
-0
/
+32
2021-04-06
media: uvcvideo: Fix XU id print in forward scan
Laurent Pinchart
1
-1
/
+1
2021-02-05
media: uvc: strncpy -> strscpy
Hans Verkuil
1
-1
/
+1
2021-01-27
media: uvcvideo: Rename debug functions
Joe Perches
1
-174
/
+169
2021-01-27
media: uvcvideo: use dev_printk() for uvc_trace()
Ricardo Ribalda
1
-143
/
+155
2021-01-27
media: uvcvideo: New macro uvc_trace_cont
Ricardo Ribalda
1
-36
/
+21
2021-01-27
media: uvcvideo: Use dev_ printk aliases
Ricardo Ribalda
1
-26
/
+28
2021-01-27
media: uvcvideo: Implement UVC_EXT_GPIO_UNIT
Ricardo Ribalda
1
-0
/
+127
2021-01-27
media: uvcvideo: Allow entities with no pads
Ricardo Ribalda
1
-2
/
+5
2021-01-27
media: uvcvideo: Allow extra entities
Ricardo Ribalda
1
-1
/
+1
2021-01-27
media: uvcvideo: Move guid to entity
Ricardo Ribalda
1
-2
/
+23
2021-01-27
media: uvcvideo: Force UVC version to 1.0a for 1bcf:0b40
Laurent Pinchart
1
-0
/
+17
2020-09-10
media: uvcvideo: Convey full colorspace information to V4L2
Adam Goode
1
-4
/
+60
2020-09-10
media: uvcvideo: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-09-10
media: uvcvideo: Add mapping for HEVC payloads
Dmitry Buzdyk
1
-0
/
+5
2020-02-24
media: media/usb: rename VFL_TYPE_GRABBER to _VIDEO
Hans Verkuil
1
-1
/
+1
2020-01-23
media: uvcvideo: Add a quirk to force GEO GC6500 Camera bits-per-pixel value
Sergey Zakharchenko
1
-0
/
+25
2020-01-23
media: uvcvideo: Avoid cyclic entity chains due to malformed USB descriptors
Will Deacon
1
-0
/
+12
2019-10-16
media: uvcvideo: Fix error path in control parsing failure
Laurent Pinchart
1
-13
/
+15
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-6
/
+1
2019-02-18
media: uvcvideo: Use usb_make_path to fill in usb_info
Hans Verkuil
1
-1
/
+1
2019-02-07
media: uvcvideo: Fix 'type' check leading to overflow
Alistair Strachan
1
-3
/
+11
2018-12-05
media: uvcvideo: Move decode processing to process context
Kieran Bingham
1
-0
/
+11
2018-12-05
media: uvcvideo: Abstract streaming object lifetime
Kieran Bingham
1
-16
/
+38
2018-12-03
media: uvcvideo: Refactor teardown of uvc on USB disconnect
Daniel Axtens
1
-4
/
+9
2018-12-03
media: uvcvideo: Add support for the CNF4 format
Sergey Dorodnicov
1
-0
/
+5
2018-09-11
media: replace strcpy() by strscpy()
Mauro Carvalho Chehab
1
-1
/
+1
2018-09-11
media: use strscpy() instead of strlcpy()
Mauro Carvalho Chehab
1
-10
/
+10
2018-09-11
media: uvcvideo: Add a D4M camera description
Guennadi Liakhovetski
1
-0
/
+11
2018-09-11
media: uvcvideo: Store device information pointer in struct uvc_device
Laurent Pinchart
1
-10
/
+5
2018-09-11
media: uvcvideo: Rename UVC_QUIRK_INFO to UVC_INFO_QUIRK
Guennadi Liakhovetski
1
-9
/
+9
2018-09-11
media: uvcvideo: Fix uvc_alloc_entity() allocation alignment
Nadav Amit
1
-1
/
+1
2018-09-11
media: uvcvideo: Fix spelling mistake: "entites" -> "entities"
Colin Ian King
1
-4
/
+3
2018-07-27
media: uvcvideo: Add KSMedia 8-bit IR format support
Laurent Pinchart
1
-0
/
+5
2018-05-28
media: uvcvideo: Fix driver reference counting
Philipp Zabel
1
-9
/
+2
2018-02-23
media: uvcvideo: Use parentheses around sizeof operand
Laurent Pinchart
1
-26
/
+27
2018-02-23
media: uvcvideo: Use internal kernel integer types
Laurent Pinchart
1
-18
/
+18
2018-02-23
media: uvcvideo: Use kernel integer types
Laurent Pinchart
1
-8
/
+8
2018-01-04
media: replace all <spaces><tab> occurrences
Mauro Carvalho Chehab
1
-7
/
+7
2018-01-04
media: uvcvideo: Add a quirk for Generalplus Technology Inc. 808 Camera
Neil Armstrong
1
-0
/
+9
2018-01-04
media: uvcvideo: Add a metadata device node
Guennadi Liakhovetski
1
-1
/
+14
2018-01-04
media: uvcvideo: Add extensible device information
Guennadi Liakhovetski
1
-49
/
+78
2018-01-04
media: uvcvideo: Report V4L2 device caps through the video_device structure
Laurent Pinchart
1
-0
/
+11
2018-01-04
media: uvcvideo: Factor out video device registration to a function
Laurent Pinchart
1
-25
/
+43
2017-12-08
media: uvcvideo: Add D3DFMT_L8 support
Nicolas Dufresne
1
-0
/
+5
2017-10-31
treewide: Fix function prototypes for module_param_call()
Kees Cook
1
-2
/
+2
2017-08-20
media: uvcvideo: Convert from using an atomic variable to a reference count
Guennadi Liakhovetski
1
-16
/
+9
2017-08-20
media: usb: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-08-08
media: uvc: don't set driver_version
Hans Verkuil
1
-1
/
+0
2017-06-06
[media] uvcvideo: Add iFunction or iInterface to device names
Peter Boström
1
-3
/
+22
[next]