summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/f_uvc.c
AgeCommit message (Expand)Author
2024-01-04Revert "usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()"Frank Li
2023-12-15usb: gadget: webcam: Make g_webcam loadable againAndrzej Pietrasiewicz
2023-11-23usb: gadget: uvc: prevent use of disabled endpointAvichal Rakesh
2023-10-28usb: gadget: uvc: Add missing initialization of ssp config descriptorShuzhen Wang
2023-08-22usb: gadget: unconditionally allocate hs/ss descriptor in bind operationLinyu Yuan
2023-08-22usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()Linyu Yuan
2023-02-07usb: gadget: uvc: Use custom strings if availableDaniel Scally
2023-02-07usb: gadget: uvc: Pick up custom string descriptor IDsDaniel Scally
2023-02-07usb: gadget: uvc: Copy XU descriptors during .bind()Daniel Scally
2023-02-07usb: gadget: uvc: Allow definition of XUs in configfsDaniel Scally
2023-02-06usb: gadget: uvc: Remove the hardcoded default color matchingDaniel Scally
2023-02-02usb: gadget: uvc: Disable interrupt endpoint by defaultDaniel Scally
2023-02-02usb: gadget: uvc: Rename uvc_control_epDaniel Scally
2022-12-08usb: gadget: uvc: Prevent buffer overflow in setup handlerSzymon Heidrich
2022-10-22usb: gadget: uvc: default the ctrl request interface offsetsMichael Grzeschik
2022-09-30usb: gadget: uvc: don't put item still in useMichael Grzeschik
2022-09-30usb: gadget: uvc: Fix argument to sizeof() in uvc_register_video()Nathan Chancellor
2022-09-22usb: gadget: uvc: add v4l2 enumeration api callsMichael Grzeschik
2022-09-09usb: gadget: uvc: increase worker prio to WQ_HIGHPRIMichael Grzeschik
2022-08-19usb: move from strlcpy with unused retval to strscpyWolfram Sang
2022-06-10usb: gadget: uvc: Fix comment blocks styleLaurent Pinchart
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-05-05usb: gadget: uvc: allow for application to cleanly shutdownDan Vacura
2022-05-05usb: gadget: uvc: move structs to common headerMichael Grzeschik
2022-04-21usb: gadget: uvc: allow changing interface name via configfsDan Vacura
2021-10-21usb: gadget: uvc: ensure the vdev is unsetMichael Grzeschik
2021-10-21usb: gadget: uvc: rename function to be more consistentMichael Tretter
2021-07-27usb: gadget: uvc: set v4l2_dev->dev in f_uvcMichael Grzeschik
2021-03-18usb: webcam: Invalid size of Processing Unit DescriptorPawel Laszczak
2021-03-18usb: gadget: uvc: add bInterval checking for HS modePawel Laszczak
2020-10-02usb: gadget: uvc: Fix the wrong v4l2_device_unregister callZqiang
2020-02-24media: gadget: uvc: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil
2019-06-05media: usb/gadget/f_uvc: set device_caps in struct video_deviceHans Verkuil
2018-09-25usb: gadget: uvc: Remove uvc_set_trace_param() functionLaurent Pinchart
2018-09-25usb: gadget: uvc: Replace plain printk() with dev_*()Laurent Pinchart
2018-09-24usb: gadget: uvc: configfs: Add interface number attributesLaurent Pinchart
2018-09-24usb: gadget: uvc: configfs: Allocate groups dynamicallyLaurent Pinchart
2018-07-26usb: gadget: uvc: Expose configuration name through video nodeKieran Bingham
2018-07-26usb: gadget: uvc: Move trace parameter to function moduleLaurent Pinchart
2018-07-26usb: gadget: uvc: Minimize #include in headersLaurent Pinchart
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-03-22usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeedRoger Quadros
2017-03-22usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerIntervalRoger Quadros
2017-03-06Revert "usb: gadget: uvc: Add missing call for additional setup data"Roger Quadros
2016-08-31usb: gadget: uvc: Add missing call for additional setup dataPetr Cvek
2015-09-27usb: gadget: f_uvc: eliminate abuse of ep->driver dataRobert Baldyga
2015-07-29usb: gadget: f_uvc: use bind_deactivated flagRobert Baldyga
2015-04-02[media] gadget/uvc: embed video_deviceHans Verkuil
2015-03-02[media] uvc gadget: switch to v4l2 core lockingHans Verkuil