summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/gspca/gspca.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-30media: gspca: Limit frame size to sizeimage.Chad Fraleigh1-0/+2
2021-04-09media: gscpa/stv06xx: fix memory leakHans Verkuil1-0/+2
2020-12-07media: gspca: Fix memory leak in probeAlan Stern1-0/+1
2020-07-19gspca: First camera mode is skippedFlorin Tudorache1-1/+1
2020-02-24media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2019-12-13media: gspca: zero usb_bufHans Verkuil1-1/+1
2019-07-23media: drivers/media: don't set pix->priv = 0Hans Verkuil1-13/+15
2019-07-22media: media/usb: don't set description in ENUM_FMTHans Verkuil1-9/+0
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab1-10/+1
2019-06-05media: media/usb: set device_caps in struct video_deviceHans Verkuil1-4/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-03-29media: gspca: Kill URBs on USB device disconnectEzequiel Garcia1-1/+3
2019-03-19media: gspca: do not resubmit URBs when streaming has stoppedHans Verkuil1-2/+6
2019-01-16media: gspca: support multiple pixel formats in TRY_FMTPhilipp Zabel1-2/+8
2019-01-16media: gspca: support multiple pixel formats in ENUM_FRAMEINTERVALSPhilipp Zabel1-3/+5
2018-11-22media: gspca: fix frame overflow errorHans Verkuil1-5/+6
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-5/+5
2018-05-28media: gspca: Kill all URBs before releasing any of themEzequiel Garcia1-4/+11
2018-05-28media: gspca: fix g/s_parm handlingHans Verkuil1-13/+16
2018-05-28media: gspca: convert to vb2Hans Verkuil1-747/+159
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-6/+6
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-71/+82
2017-12-08media: gspca: Convert PDEBUG to gspca_dbgJoe Perches1-60/+67
2017-12-08media: gspca: Convert PERR to gspca_errJoe Perches1-11/+15
2017-11-27media: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27annotate poll_table_struct ->_keyAl Viro1-1/+1
2017-10-31media: gspca: remove redundant assignment to variable jColin Ian King1-1/+0
2017-07-20media: : usb: add const to v4l2_file_operations structuresBhumika Goyal1-1/+1
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus1-4/+0
2016-10-21[media] gspca: don't break long linesMauro Carvalho Chehab1-2/+1
2016-08-24[media] media: usb: gspca: gspca: don't print error when allocating urb failsWolfram Sang1-3/+1
2016-07-08[media] gspca: correct speed testingOliver Neukum1-1/+1
2016-07-08[media] gspca: fix a v4l2-compliance failure about buffer timestampAntonio Ospite1-1/+1
2016-07-08[media] gspca: fix a v4l2-compliance failure about VIDIOC_ENUM_FRAMEINTERVALSAntonio Ospite1-1/+18
2016-07-08[media] gspca: rename wxh_to_mode() to wxh_to_nearest_mode()Antonio Ospite1-4/+4
2016-07-08[media] gspca: fix setting frame interval type in vidioc_enum_frameintervals()Antonio Ospite1-1/+1
2015-10-01[media] use v4l2_get_timestamp where possibleArnd Bergmann1-2/+2
2015-01-29[media] gspca: Fix underflow in vidioc_s_parm()Hans de Goede1-1/+1
2014-09-08[media] trivial: drivers/media/usb/gspca/gspca.c: fix the indentation of a co...Antonio Ospite1-3/+2
2014-07-17[media] v4l: Support extending the v4l2_pix_format structureLaurent Pinchart1-4/+4
2014-07-04[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan1-1/+0
2014-07-04[media] gspca: provide a mechanism to select a specific transfer endpointAntonio Ospite1-6/+14
2013-09-26[media] gspca: Support variable resolutionOndrej Zary1-6/+14
2013-09-26[media] gspca: store current mode instead of individual parametersOndrej Zary1-19/+11
2013-08-21[media] gspca: fix dev_open() error pathAlexey Khoroshilov1-1/+5
2013-06-17[media] gspca: remove g_chip_identHans Verkuil1-17/+15
2013-03-24[media] v4l2: add const to argument of write-only s_register ioctlHans Verkuil1-1/+1
2013-03-23[media] gspca: remove needless check before usb_free_coherent()Wei Yongjun1-5/+4
2013-03-05[media] gspca: Remove gspca-specific debug magicTheodore Kilgore1-49/+20
2013-03-05[media] gspca: Remove old control code now that all drivers are convertedHans de Goede1-160/+0