summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/gspca
Commit message (Expand)AuthorAgeFilesLines
* media: gscpa/stv06xx: fix memory leakHans Verkuil2021-04-093-0/+12
* media: gspca/sq905.c: fix uninitialized variableHans Verkuil2021-03-221-1/+1
* media: media/usb/gspca/w996Xcf.c: /** -> /*Hans Verkuil2021-03-221-2/+1
* media: gspca: Fix memory leak in probeAlan Stern2020-12-071-0/+1
* media: gspca: ov534-ov772x: use semicolons rather than commas to separate sta...Julia Lawall2020-11-161-6/+6
* media: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-297-16/+16
* Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-08-074-4/+4
|\
| * gspca: First camera mode is skippedFlorin Tudorache2020-07-191-1/+1
| * media: gspca: replace http references with https onesAlexander A. Klimov2020-07-191-1/+1
| * media: gspca: remove redundant initialization of variable statusColin Ian King2020-07-191-1/+1
| * media: gspca: remove redundant assignment to variable retvalColin Ian King2020-06-231-1/+1
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* media: gspca: remove redundant assignment to variable statusColin Ian King2020-04-211-1/+0
* media: docs: move user-facing docs to the admin guideMauro Carvalho Chehab2020-04-141-1/+1
* media: xirlink_cit: add missing descriptor sanity checksJohan Hovold2020-03-121-1/+17
* media: stv06xx: add missing descriptor sanity checksJohan Hovold2020-03-122-1/+22
* media: ov519: add missing endpoint sanity checksJohan Hovold2020-03-121-0/+10
* media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-1/+1
* media: gspca: zero usb_bufHans Verkuil2019-12-131-1/+1
* media: gspca: remove redundant assignment to variable retColin Ian King2019-10-241-1/+1
* media: gspca: make array st6422_bridge_init static, makes object smallerColin Ian King2019-10-101-1/+1
* media: usb: null check create_singlethread_workqueueNavid Emamdoost2019-10-101-0/+3
* media: gspca: null check create_singlethread_workqueueNavid Emamdoost2019-10-101-0/+3
* media: sn9c20x: Add MSI MS-1039 laptop to flip_dmi_tableHans de Goede2019-08-261-0/+7
* media: gspca: zero usb_buf on errorHans Verkuil2019-08-1914-0/+71
* media: drivers/media: don't set pix->priv = 0Hans Verkuil2019-07-231-13/+15
* media: media/usb: don't set description in ENUM_FMTHans Verkuil2019-07-221-9/+0
* Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab2019-06-1139-317/+39
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-0515-75/+15
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 258Thomas Gleixner2019-06-051-2/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-3022-230/+22
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 131Thomas Gleixner2019-05-301-10/+1
* | media: media/usb: set device_caps in struct video_deviceHans Verkuil2019-06-051-4/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 65Thomas Gleixner2019-05-246-78/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24Thomas Gleixner2019-05-2141-417/+41
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* media: gspca: Kill URBs on USB device disconnectEzequiel Garcia2019-03-291-1/+3
* media: Kconfig files: use the right help coding styleMauro Carvalho Chehab2019-03-201-1/+1
* media: gspca: do not resubmit URBs when streaming has stoppedHans Verkuil2019-03-191-2/+6
* media: usb: fix several typosMauro Carvalho Chehab2019-03-0117-29/+29
* media: gspca: ov534-ov772x: remove unnecessary COM3 initializationPhilipp Zabel2019-01-161-4/+0
* media: gspca: ov534-ov722x: remove camera clock setup from bridge_initPhilipp Zabel2019-01-161-2/+0
* media: gspca: ov534-ov722x: remove mode specific video data registers from br...Philipp Zabel2019-01-161-9/+0
* media: gspca: ov534-ov772x: add SGBRG8 bayer mode supportPhilipp Zabel2019-01-161-17/+98
* media: gspca: ov543-ov772x: move video format specific registers into bridge_...Philipp Zabel2019-01-161-9/+10
* media: gspca: support multiple pixel formats in TRY_FMTPhilipp Zabel2019-01-161-2/+8
* media: gspca: support multiple pixel formats in ENUM_FRAMEINTERVALSPhilipp Zabel2019-01-161-3/+5
* media: gspca: ov534: replace msleep(10) with usleep_rangePhilipp Zabel2019-01-161-2/+2
* media: gspca: mt9m111: Check write_bridge for timeoutAditya Pakki2019-01-161-3/+5