summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/uvc_configfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-10Merge 6.9-rc7 into usb-nextGreg Kroah-Hartman1-2/+2
2024-04-24usb: gadget: uvc: use correct buffer size when parsing configfs listsIvan Avdeev1-2/+2
2024-03-26usb: gadget: uvc: configfs: ensure guid to be valid before setMichael Grzeschik1-1/+13
2023-12-15usb: gadget: uvc: Replace snprintf() with the safer scnprintf() variantLee Jones1-1/+1
2023-03-29usb: gadget: uvc: Make bmControls attr read/writeDaniel Scally1-2/+119
2023-02-14usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() failsYang Yingliang1-16/+16
2023-02-07usb: gadget: uvc: Allow linking function to string descsDaniel Scally1-0/+60
2023-02-07usb: gadget: uvc: Allow linking XUs to string descriptorsDaniel Scally1-0/+52
2023-02-07usb: gadget: uvc: Allow definition of XUs in configfsDaniel Scally1-0/+480
2023-02-07usb: gadget: uvc: Generalise helper functions for reuseDaniel Scally1-53/+67
2023-02-07usb: gadget: uvc: Make bSourceID read/writeDaniel Scally1-1/+58
2023-02-06usb: gadget: uvc: Allow creating new color matching descriptorsDaniel Scally1-2/+97
2023-02-06usb: gadget: uvc: Make color matching attributes read/writeDaniel Scally1-1/+38
2023-02-06usb: gadget: uvc: Copy color matching descriptor for each frameDaniel Scally1-3/+62
2023-02-06usb: gadget: uvc: Add struct for color matching in configsDaniel Scally1-14/+44
2023-02-02usb: gadget: uvc: Add new enable_interrupt_ep attributeDaniel Scally1-0/+53
2023-01-17usb: gadget: usb: Remove "default" from color matching attributesDaniel Scally1-15/+14
2022-12-08usb: gadget: uvc: Rename bmInterfaceFlags -> bmInterlaceFlagsDaniel Scally1-6/+6
2022-07-08usb: gadget: uvc: fix changing interface name via configfsMichael Grzeschik1-2/+4
2022-05-05usb: gadget: uvc: track frames in format entriesMichael Grzeschik1-1/+24
2022-05-05usb: gadget: uvc: move structs to common headerMichael Grzeschik1-109/+2
2022-05-05usb: gadget: uvc: prevent index variables to start from 0Michael Grzeschik1-0/+12
2022-04-21usb: gadget: uvc: allow changing interface name via configfsDan Vacura1-0/+41
2021-05-10usb: gadget: Drop unnecessary NULL checks after container_ofGuenter Roeck1-5/+0
2021-03-18usb: gadget: uvc: Updating bcdUVC field to 0x0110Pawel Laszczak1-1/+1
2019-02-11usb: gadget: Change Andrzej Pietrasiewicz's e-mail addressAndrzej Pietrasiewicz1-1/+1
2019-01-28usb: gadget: Remove dead branch codeYueHaibing1-8/+0
2018-09-25usb: gadget: uvc: configfs: Use %u to print unsigned int valuesLaurent Pinchart1-16/+16
2018-09-25usb: gadget: uvc: configfs: Simplify attributes macrosLaurent Pinchart1-110/+74
2018-09-25usb: gadget: uvc: configfs: Fix operation on big endian platformsLaurent Pinchart1-35/+24
2018-09-24usb: gadget: uvc: configfs: Sort frame intervals upon writingPaul Elder1-0/+13
2018-09-24usb: gadget: uvc: configfs: Prevent format changes after linking headerJoel Pepper1-0/+3
2018-09-24usb: gadget: uvc: configfs: Add bFrameIndex attributesJoel Pepper1-0/+56
2018-09-24usb: gadget: uvc: configfs: Add bFormatIndex attributesLaurent Pinchart1-6/+8
2018-09-24usb: gadget: uvc: configfs: Add interface number attributesLaurent Pinchart1-0/+62
2018-09-24usb: gadget: uvc: configfs: Allocate groups dynamicallyLaurent Pinchart1-250/+331
2018-09-24usb: gadget: uvc: configfs: Drop leaked references to config itemsLaurent Pinchart1-0/+4
2018-09-18usb: gadget: uvc: configfs: Add section header commentsLaurent Pinchart1-29/+91
2018-09-18usb: gadget: uvc: configfs: Don't wrap groups unnecessarilyLaurent Pinchart1-185/+117
2018-07-26usb: gadget: uvc: configfs: Move function to avoid forward declarationLaurent Pinchart1-7/+5
2017-11-15Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-25/+25
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-19usb: gadget: make config_item_type structures constBhumika Goyal1-25/+25
2017-04-11usb: gadget: uvc: Missing files for configfs interfacePetr Cvek1-8/+8
2016-12-01fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz1-20/+5
2016-08-11usb: gadget: uvc: Fix return value in case of errorChristophe JAILLET1-1/+1
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig1-119/+79
2015-12-08usb: gadget: uvc: fix permissions of configfs attributesMian Yousaf Kaukab1-1/+1
2015-10-14usb-gadget/uvc: use per-attribute show and store methodsChristoph Hellwig1-244/+143