aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/gspca (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-09media: gscpa/stv06xx: fix memory leakHans Verkuil3-0/+12
2021-03-22media: gspca/sq905.c: fix uninitialized variableHans Verkuil1-1/+1
2021-03-22media: media/usb/gspca/w996Xcf.c: /** -> /*Hans Verkuil1-2/+1
2020-12-07media: gspca: Fix memory leak in probeAlan Stern1-0/+1
2020-11-16media: gspca: ov534-ov772x: use semicolons rather than commas to separate statementsJulia Lawall1-6/+6
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva7-16/+16
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds4-4/+4
2020-07-19gspca: First camera mode is skippedFlorin Tudorache1-1/+1
2020-07-19media: gspca: replace http references with https onesAlexander A. Klimov1-1/+1
2020-07-19media: gspca: remove redundant initialization of variable statusColin Ian King1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-23media: gspca: remove redundant assignment to variable retvalColin Ian King1-1/+1
2020-04-21media: gspca: remove redundant assignment to variable statusColin Ian King1-1/+0
2020-04-14media: docs: move user-facing docs to the admin guideMauro Carvalho Chehab1-1/+1
2020-03-12media: xirlink_cit: add missing descriptor sanity checksJohan Hovold1-1/+17
2020-03-12media: stv06xx: add missing descriptor sanity checksJohan Hovold2-1/+22
2020-03-12media: ov519: add missing endpoint sanity checksJohan Hovold1-0/+10
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-10-24media: gspca: remove redundant assignment to variable retColin Ian King1-1/+1
2019-10-10media: gspca: make array st6422_bridge_init static, makes object smallerColin Ian King1-1/+1
2019-10-10media: usb: null check create_singlethread_workqueueNavid Emamdoost1-0/+3
2019-10-10media: gspca: null check create_singlethread_workqueueNavid Emamdoost1-0/+3
2019-08-26media: sn9c20x: Add MSI MS-1039 laptop to flip_dmi_tableHans de Goede1-0/+7
2019-08-19media: gspca: zero usb_buf on errorHans Verkuil14-0/+71
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 Chehab39-317/+39
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner15-75/+15
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 258Thomas Gleixner1-2/+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 Gleixner22-230/+22
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 131Thomas Gleixner1-10/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 65Thomas Gleixner6-78/+6
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24Thomas Gleixner41-417/+41
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner4-0/+4
2019-03-29media: gspca: Kill URBs on USB device disconnectEzequiel Garcia1-1/+3
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab1-1/+1
2019-03-19media: gspca: do not resubmit URBs when streaming has stoppedHans Verkuil1-2/+6
2019-03-01media: usb: fix several typosMauro Carvalho Chehab17-29/+29
2019-01-16media: gspca: ov534-ov772x: remove unnecessary COM3 initializationPhilipp Zabel1-4/+0
2019-01-16media: gspca: ov534-ov722x: remove camera clock setup from bridge_initPhilipp Zabel1-2/+0
2019-01-16media: gspca: ov534-ov722x: remove mode specific video data registers from bridge_initPhilipp Zabel1-9/+0
2019-01-16media: gspca: ov534-ov772x: add SGBRG8 bayer mode supportPhilipp Zabel1-17/+98
2019-01-16media: gspca: ov543-ov772x: move video format specific registers into bridge_startPhilipp Zabel1-9/+10
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
2019-01-16media: gspca: ov534: replace msleep(10) with usleep_rangePhilipp Zabel1-2/+2
2019-01-16media: gspca: mt9m111: Check write_bridge for timeoutAditya Pakki1-3/+5