index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
function
/
uvc_configfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-15
usb: gadget: uvc: Replace snprintf() with the safer scnprintf() variant
Lee Jones
1
-1
/
+1
2023-03-29
usb: gadget: uvc: Make bmControls attr read/write
Daniel Scally
1
-2
/
+119
2023-02-14
usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() fails
Yang Yingliang
1
-16
/
+16
2023-02-07
usb: gadget: uvc: Allow linking function to string descs
Daniel Scally
1
-0
/
+60
2023-02-07
usb: gadget: uvc: Allow linking XUs to string descriptors
Daniel Scally
1
-0
/
+52
2023-02-07
usb: gadget: uvc: Allow definition of XUs in configfs
Daniel Scally
1
-0
/
+480
2023-02-07
usb: gadget: uvc: Generalise helper functions for reuse
Daniel Scally
1
-53
/
+67
2023-02-07
usb: gadget: uvc: Make bSourceID read/write
Daniel Scally
1
-1
/
+58
2023-02-06
usb: gadget: uvc: Allow creating new color matching descriptors
Daniel Scally
1
-2
/
+97
2023-02-06
usb: gadget: uvc: Make color matching attributes read/write
Daniel Scally
1
-1
/
+38
2023-02-06
usb: gadget: uvc: Copy color matching descriptor for each frame
Daniel Scally
1
-3
/
+62
2023-02-06
usb: gadget: uvc: Add struct for color matching in configs
Daniel Scally
1
-14
/
+44
2023-02-02
usb: gadget: uvc: Add new enable_interrupt_ep attribute
Daniel Scally
1
-0
/
+53
2023-01-17
usb: gadget: usb: Remove "default" from color matching attributes
Daniel Scally
1
-15
/
+14
2022-12-08
usb: gadget: uvc: Rename bmInterfaceFlags -> bmInterlaceFlags
Daniel Scally
1
-6
/
+6
2022-07-08
usb: gadget: uvc: fix changing interface name via configfs
Michael Grzeschik
1
-2
/
+4
2022-05-05
usb: gadget: uvc: track frames in format entries
Michael Grzeschik
1
-1
/
+24
2022-05-05
usb: gadget: uvc: move structs to common header
Michael Grzeschik
1
-109
/
+2
2022-05-05
usb: gadget: uvc: prevent index variables to start from 0
Michael Grzeschik
1
-0
/
+12
2022-04-21
usb: gadget: uvc: allow changing interface name via configfs
Dan Vacura
1
-0
/
+41
2021-05-10
usb: gadget: Drop unnecessary NULL checks after container_of
Guenter Roeck
1
-5
/
+0
2021-03-18
usb: gadget: uvc: Updating bcdUVC field to 0x0110
Pawel Laszczak
1
-1
/
+1
2019-02-11
usb: gadget: Change Andrzej Pietrasiewicz's e-mail address
Andrzej Pietrasiewicz
1
-1
/
+1
2019-01-28
usb: gadget: Remove dead branch code
YueHaibing
1
-8
/
+0
2018-09-25
usb: gadget: uvc: configfs: Use %u to print unsigned int values
Laurent Pinchart
1
-16
/
+16
2018-09-25
usb: gadget: uvc: configfs: Simplify attributes macros
Laurent Pinchart
1
-110
/
+74
2018-09-25
usb: gadget: uvc: configfs: Fix operation on big endian platforms
Laurent Pinchart
1
-35
/
+24
2018-09-24
usb: gadget: uvc: configfs: Sort frame intervals upon writing
Paul Elder
1
-0
/
+13
2018-09-24
usb: gadget: uvc: configfs: Prevent format changes after linking header
Joel Pepper
1
-0
/
+3
2018-09-24
usb: gadget: uvc: configfs: Add bFrameIndex attributes
Joel Pepper
1
-0
/
+56
2018-09-24
usb: gadget: uvc: configfs: Add bFormatIndex attributes
Laurent Pinchart
1
-6
/
+8
2018-09-24
usb: gadget: uvc: configfs: Add interface number attributes
Laurent Pinchart
1
-0
/
+62
2018-09-24
usb: gadget: uvc: configfs: Allocate groups dynamically
Laurent Pinchart
1
-250
/
+331
2018-09-24
usb: gadget: uvc: configfs: Drop leaked references to config items
Laurent Pinchart
1
-0
/
+4
2018-09-18
usb: gadget: uvc: configfs: Add section header comments
Laurent Pinchart
1
-29
/
+91
2018-09-18
usb: gadget: uvc: configfs: Don't wrap groups unnecessarily
Laurent Pinchart
1
-185
/
+117
2018-07-26
usb: gadget: uvc: configfs: Move function to avoid forward declaration
Laurent Pinchart
1
-7
/
+5
2017-11-15
Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
1
-25
/
+25
2017-11-07
USB: gadget: function: Remove redundant license text
Greg Kroah-Hartman
1
-4
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-10-19
usb: gadget: make config_item_type structures const
Bhumika Goyal
1
-25
/
+25
2017-04-11
usb: gadget: uvc: Missing files for configfs interface
Petr Cvek
1
-8
/
+8
2016-12-01
fs: configfs: don't return anything from drop_link
Andrzej Pietrasiewicz
1
-20
/
+5
2016-08-11
usb: gadget: uvc: Fix return value in case of error
Christophe JAILLET
1
-1
/
+1
2016-03-06
configfs: switch ->default groups to a linked list
Christoph Hellwig
1
-119
/
+79
2015-12-08
usb: gadget: uvc: fix permissions of configfs attributes
Mian Yousaf Kaukab
1
-1
/
+1
2015-10-14
usb-gadget/uvc: use per-attribute show and store methods
Christoph Hellwig
1
-244
/
+143
2015-01-27
usb: gadget: uvc: comments for iterating over streaming hierarchy
Andrzej Pietrasiewicz
1
-0
/
+34
2015-01-27
usb: gadget: uvc: use explicit type instead of void *
Andrzej Pietrasiewicz
1
-2
/
+2
2015-01-19
usb: gadget: uvc: preserve the address passed to kfree()
Andrzej Pietrasiewicz
1
-3
/
+7
[next]