summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/uvc_configfs.c
AgeCommit message (Expand)Author
2024-04-23usb: gadget: uvc: use correct buffer size when parsing configfs listsIvan Avdeev
2023-12-15usb: gadget: uvc: Replace snprintf() with the safer scnprintf() variantLee Jones
2023-03-29usb: gadget: uvc: Make bmControls attr read/writeDaniel Scally
2023-02-14usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() failsYang Yingliang
2023-02-07usb: gadget: uvc: Allow linking function to string descsDaniel Scally
2023-02-07usb: gadget: uvc: Allow linking XUs to string descriptorsDaniel Scally
2023-02-07usb: gadget: uvc: Allow definition of XUs in configfsDaniel Scally
2023-02-07usb: gadget: uvc: Generalise helper functions for reuseDaniel Scally
2023-02-07usb: gadget: uvc: Make bSourceID read/writeDaniel Scally
2023-02-06usb: gadget: uvc: Allow creating new color matching descriptorsDaniel Scally
2023-02-06usb: gadget: uvc: Make color matching attributes read/writeDaniel Scally
2023-02-06usb: gadget: uvc: Copy color matching descriptor for each frameDaniel Scally
2023-02-06usb: gadget: uvc: Add struct for color matching in configsDaniel Scally
2023-02-02usb: gadget: uvc: Add new enable_interrupt_ep attributeDaniel Scally
2023-01-17usb: gadget: usb: Remove "default" from color matching attributesDaniel Scally
2022-12-08usb: gadget: uvc: Rename bmInterfaceFlags -> bmInterlaceFlagsDaniel Scally
2022-07-08usb: gadget: uvc: fix changing interface name via configfsMichael Grzeschik
2022-05-05usb: gadget: uvc: track frames in format entriesMichael Grzeschik
2022-05-05usb: gadget: uvc: move structs to common headerMichael Grzeschik
2022-05-05usb: gadget: uvc: prevent index variables to start from 0Michael Grzeschik
2022-04-21usb: gadget: uvc: allow changing interface name via configfsDan Vacura
2021-05-10usb: gadget: Drop unnecessary NULL checks after container_ofGuenter Roeck
2021-03-18usb: gadget: uvc: Updating bcdUVC field to 0x0110Pawel Laszczak
2019-02-11usb: gadget: Change Andrzej Pietrasiewicz's e-mail addressAndrzej Pietrasiewicz
2019-01-28usb: gadget: Remove dead branch codeYueHaibing
2018-09-25usb: gadget: uvc: configfs: Use %u to print unsigned int valuesLaurent Pinchart
2018-09-25usb: gadget: uvc: configfs: Simplify attributes macrosLaurent Pinchart
2018-09-25usb: gadget: uvc: configfs: Fix operation on big endian platformsLaurent Pinchart
2018-09-24usb: gadget: uvc: configfs: Sort frame intervals upon writingPaul Elder
2018-09-24usb: gadget: uvc: configfs: Prevent format changes after linking headerJoel Pepper
2018-09-24usb: gadget: uvc: configfs: Add bFrameIndex attributesJoel Pepper
2018-09-24usb: gadget: uvc: configfs: Add bFormatIndex attributesLaurent Pinchart
2018-09-24usb: gadget: uvc: configfs: Add interface number attributesLaurent Pinchart
2018-09-24usb: gadget: uvc: configfs: Allocate groups dynamicallyLaurent Pinchart
2018-09-24usb: gadget: uvc: configfs: Drop leaked references to config itemsLaurent Pinchart
2018-09-18usb: gadget: uvc: configfs: Add section header commentsLaurent Pinchart
2018-09-18usb: gadget: uvc: configfs: Don't wrap groups unnecessarilyLaurent Pinchart
2018-07-26usb: gadget: uvc: configfs: Move function to avoid forward declarationLaurent Pinchart
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-19usb: gadget: make config_item_type structures constBhumika Goyal
2017-04-11usb: gadget: uvc: Missing files for configfs interfacePetr Cvek
2016-12-01fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz
2016-08-11usb: gadget: uvc: Fix return value in case of errorChristophe JAILLET
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig
2015-12-08usb: gadget: uvc: fix permissions of configfs attributesMian Yousaf Kaukab
2015-10-13usb-gadget/uvc: use per-attribute show and store methodsChristoph Hellwig
2015-01-27usb: gadget: uvc: comments for iterating over streaming hierarchyAndrzej Pietrasiewicz
2015-01-27usb: gadget: uvc: use explicit type instead of void *Andrzej Pietrasiewicz