aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_uvc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/gregkh/usbLinus 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-02[media] gadget/uvc: embed video_deviceHans Verkuil1-26/+18
2015-03-02[media] uvc gadget: switch to v4l2 core lockingHans Verkuil1-0/+2
2015-01-12usb: gadget: uvc: configfs support in uvc functionAndrzej Pietrasiewicz1-3/+103
2015-01-12usb: gadget: uvc: verify descriptors presenceAndrzej Pietrasiewicz1-2/+22
2015-01-12usb: gadget: f_uvc: rename a macro to avoid conflictsAndrzej Pietrasiewicz1-3/+3
2014-10-20usb: gadget: function: uvc: disable endpoints on ->disable()Felipe Balbi1-0/+10
2014-10-20usb: gadget: function: uvc: manage our video control endpointFelipe Balbi1-0/+13
2014-10-20usb: gadget: function: uvc: return correct alt-settingFelipe Balbi1-1/+1
2014-10-20usb: gadget: function: uvc: make sure to balance ep enable/disableFelipe Balbi1-9/+20
2014-09-16usb: gadget: uvc: Fix endianness mismatchesLaurent Pinchart1-5/+6
2014-09-16usb: gadget: uvc: uvc_alloc() can be staticFengguang Wu1-1/+1
2014-09-09usb: gadget: f_uvc: use usb_gstrings_attachAndrzej Pietrasiewicz1-17/+11
2014-09-09usb: gadget: f_uvc: remove compatibility layerAndrzej Pietrasiewicz1-166/+0
2014-09-09usb: gadget: f_uvc: convert f_uvc to new function interfaceAndrzej Pietrasiewicz1-30/+174
2014-09-09usb: gadget: uvc: separately compile some components of f_uvcAndrzej Pietrasiewicz1-0/+2
2014-09-09usb: gadget: uvc: rename functions to avoid conflicts with host uvcAndrzej Pietrasiewicz1-1/+1
2014-09-08usb: gadget: uvc: move module parameters from f_uvcAndrzej Pietrasiewicz1-17/+9