summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/f_uvc.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-20usb: gadget: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-01-04Revert "usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()"Frank Li1-1/+17
2023-12-15usb: gadget: webcam: Make g_webcam loadable againAndrzej Pietrasiewicz1-20/+25
2023-11-23usb: gadget: uvc: prevent use of disabled endpointAvichal Rakesh1-6/+5
2023-10-28usb: gadget: uvc: Add missing initialization of ssp config descriptorShuzhen Wang1-2/+12
2023-08-22usb: gadget: unconditionally allocate hs/ss descriptor in bind operationLinyu Yuan1-14/+12
2023-08-22usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()Linyu Yuan1-9/+1
2023-02-07usb: gadget: uvc: Use custom strings if availableDaniel Scally1-5/+13
2023-02-07usb: gadget: uvc: Pick up custom string descriptor IDsDaniel Scally1-0/+9
2023-02-07usb: gadget: uvc: Copy XU descriptors during .bind()Daniel Scally1-0/+33
2023-02-07usb: gadget: uvc: Allow definition of XUs in configfsDaniel Scally1-0/+9
2023-02-06usb: gadget: uvc: Remove the hardcoded default color matchingDaniel Scally1-9/+0
2023-02-02usb: gadget: uvc: Disable interrupt endpoint by defaultDaniel Scally1-23/+37
2023-02-02usb: gadget: uvc: Rename uvc_control_epDaniel Scally1-20/+20
2022-12-08usb: gadget: uvc: Prevent buffer overflow in setup handlerSzymon Heidrich1-2/+3
2022-10-22usb: gadget: uvc: default the ctrl request interface offsetsMichael Grzeschik1-3/+12
2022-09-30usb: gadget: uvc: don't put item still in useMichael Grzeschik1-1/+0
2022-09-30usb: gadget: uvc: Fix argument to sizeof() in uvc_register_video()Nathan Chancellor1-1/+1
2022-09-22usb: gadget: uvc: add v4l2 enumeration api callsMichael Grzeschik1-0/+30
2022-09-09usb: gadget: uvc: increase worker prio to WQ_HIGHPRIMichael Grzeschik1-0/+4
2022-08-19usb: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-06-10usb: gadget: uvc: Fix comment blocks styleLaurent Pinchart1-11/+19
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+3
2022-05-05usb: gadget: uvc: allow for application to cleanly shutdownDan Vacura1-0/+25
2022-05-05usb: gadget: uvc: move structs to common headerMichael Grzeschik1-1/+0
2022-04-21usb: gadget: uvc: allow changing interface name via configfsDan Vacura1-1/+3
2021-10-21usb: gadget: uvc: ensure the vdev is unsetMichael Grzeschik1-0/+1
2021-10-21usb: gadget: uvc: rename function to be more consistentMichael Tretter1-3/+4
2021-07-27usb: gadget: uvc: set v4l2_dev->dev in f_uvcMichael Grzeschik1-0/+1
2021-03-18usb: webcam: Invalid size of Processing Unit DescriptorPawel Laszczak1-0/+1
2021-03-18usb: gadget: uvc: add bInterval checking for HS modePawel Laszczak1-1/+6
2020-10-02usb: gadget: uvc: Fix the wrong v4l2_device_unregister callZqiang1-4/+4
2020-02-24media: gadget: uvc: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2019-06-05media: usb/gadget/f_uvc: set device_caps in struct video_deviceHans Verkuil1-0/+1
2018-09-25usb: gadget: uvc: Remove uvc_set_trace_param() functionLaurent Pinchart1-6/+0
2018-09-25usb: gadget: uvc: Replace plain printk() with dev_*()Laurent Pinchart1-24/+17
2018-09-24usb: gadget: uvc: configfs: Add interface number attributesLaurent Pinchart1-0/+2
2018-09-24usb: gadget: uvc: configfs: Allocate groups dynamicallyLaurent Pinchart1-1/+7
2018-07-26usb: gadget: uvc: Expose configuration name through video nodeKieran Bingham1-1/+23
2018-07-26usb: gadget: uvc: Move trace parameter to function moduleLaurent Pinchart1-0/+2
2018-07-26usb: gadget: uvc: Minimize #include in headersLaurent Pinchart1-2/+3
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-03-22usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeedRoger Quadros1-0/+8
2017-03-22usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerIntervalRoger Quadros1-1/+1
2017-03-06Revert "usb: gadget: uvc: Add missing call for additional setup data"Roger Quadros1-7/+0
2016-08-31usb: gadget: uvc: Add missing call for additional setup dataPetr Cvek1-0/+7
2015-09-27usb: gadget: f_uvc: eliminate abuse of ep->driver dataRobert Baldyga1-34/+8
2015-07-29usb: gadget: f_uvc: use bind_deactivated flagRobert Baldyga1-6/+1
2015-04-03[media] gadget/uvc: embed video_deviceHans Verkuil1-26/+18