index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
function
/
f_uvc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: gadget: uvc: ensure the vdev is unset
Michael Grzeschik
2021-10-21
1
-0
/
+1
*
usb: gadget: uvc: rename function to be more consistent
Michael Tretter
2021-10-21
1
-3
/
+4
*
usb: gadget: uvc: set v4l2_dev->dev in f_uvc
Michael Grzeschik
2021-07-27
1
-0
/
+1
*
usb: webcam: Invalid size of Processing Unit Descriptor
Pawel Laszczak
2021-03-18
1
-0
/
+1
*
usb: gadget: uvc: add bInterval checking for HS mode
Pawel Laszczak
2021-03-18
1
-1
/
+6
*
usb: gadget: uvc: Fix the wrong v4l2_device_unregister call
Zqiang
2020-10-02
1
-4
/
+4
*
media: gadget: uvc: rename VFL_TYPE_GRABBER to _VIDEO
Hans Verkuil
2020-02-24
1
-1
/
+1
*
media: usb/gadget/f_uvc: set device_caps in struct video_device
Hans Verkuil
2019-06-05
1
-0
/
+1
*
usb: gadget: uvc: Remove uvc_set_trace_param() function
Laurent Pinchart
2018-09-25
1
-6
/
+0
*
usb: gadget: uvc: Replace plain printk() with dev_*()
Laurent Pinchart
2018-09-25
1
-24
/
+17
*
usb: gadget: uvc: configfs: Add interface number attributes
Laurent Pinchart
2018-09-24
1
-0
/
+2
*
usb: gadget: uvc: configfs: Allocate groups dynamically
Laurent Pinchart
2018-09-24
1
-1
/
+7
*
usb: gadget: uvc: Expose configuration name through video node
Kieran Bingham
2018-07-26
1
-1
/
+23
*
usb: gadget: uvc: Move trace parameter to function module
Laurent Pinchart
2018-07-26
1
-0
/
+2
*
usb: gadget: uvc: Minimize #include in headers
Laurent Pinchart
2018-07-26
1
-2
/
+3
*
USB: gadget: function: Remove redundant license text
Greg Kroah-Hartman
2017-11-07
1
-5
/
+0
*
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-11-04
1
-0
/
+1
*
usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeed
Roger Quadros
2017-03-22
1
-0
/
+8
*
usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerInterval
Roger Quadros
2017-03-22
1
-1
/
+1
*
Revert "usb: gadget: uvc: Add missing call for additional setup data"
Roger Quadros
2017-03-06
1
-7
/
+0
*
usb: gadget: uvc: Add missing call for additional setup data
Petr Cvek
2016-08-31
1
-0
/
+7
*
usb: gadget: f_uvc: eliminate abuse of ep->driver data
Robert Baldyga
2015-09-27
1
-34
/
+8
*
usb: gadget: f_uvc: use bind_deactivated flag
Robert Baldyga
2015-07-29
1
-6
/
+1
*
[media] gadget/uvc: embed video_device
Hans Verkuil
2015-04-03
1
-26
/
+18
*
[media] uvc gadget: switch to v4l2 core locking
Hans Verkuil
2015-03-02
1
-0
/
+2
*
usb: gadget: uvc: configfs support in uvc function
Andrzej Pietrasiewicz
2015-01-12
1
-3
/
+103
*
usb: gadget: uvc: verify descriptors presence
Andrzej Pietrasiewicz
2015-01-12
1
-2
/
+22
*
usb: gadget: f_uvc: rename a macro to avoid conflicts
Andrzej Pietrasiewicz
2015-01-12
1
-3
/
+3
*
usb: gadget: function: uvc: disable endpoints on ->disable()
Felipe Balbi
2014-10-20
1
-0
/
+10
*
usb: gadget: function: uvc: manage our video control endpoint
Felipe Balbi
2014-10-20
1
-0
/
+13
*
usb: gadget: function: uvc: return correct alt-setting
Felipe Balbi
2014-10-20
1
-1
/
+1
*
usb: gadget: function: uvc: make sure to balance ep enable/disable
Felipe Balbi
2014-10-20
1
-9
/
+20
*
usb: gadget: uvc: Fix endianness mismatches
Laurent Pinchart
2014-09-16
1
-5
/
+6
*
usb: gadget: uvc: uvc_alloc() can be static
Fengguang Wu
2014-09-16
1
-1
/
+1
*
usb: gadget: f_uvc: use usb_gstrings_attach
Andrzej Pietrasiewicz
2014-09-09
1
-17
/
+11
*
usb: gadget: f_uvc: remove compatibility layer
Andrzej Pietrasiewicz
2014-09-09
1
-166
/
+0
*
usb: gadget: f_uvc: convert f_uvc to new function interface
Andrzej Pietrasiewicz
2014-09-09
1
-30
/
+174
*
usb: gadget: uvc: separately compile some components of f_uvc
Andrzej Pietrasiewicz
2014-09-09
1
-0
/
+2
*
usb: gadget: uvc: rename functions to avoid conflicts with host uvc
Andrzej Pietrasiewicz
2014-09-09
1
-1
/
+1
*
usb: gadget: uvc: move module parameters from f_uvc
Andrzej Pietrasiewicz
2014-09-08
1
-17
/
+9
*
usb: gadget: f_uvc: Move to video_ioctl2
Laurent Pinchart
2014-09-08
1
-0
/
+2
*
usb: gadget: f_uvc: Store EP0 control request state during setup stage
Laurent Pinchart
2014-09-08
1
-0
/
+6
*
usb: gadget: f_uvc: fix potential memory leak
Andrzej Pietrasiewicz
2014-08-21
1
-3
/
+2
*
usb: gadget: Gadget directory cleanup - group usb functions
Andrzej Pietrasiewicz
2014-07-16
1
-0
/
+836