summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/gspca
Commit message (Expand)AuthorAgeFilesLines
* media: gspca: cpia1: shift-out-of-bounds in set_flickerRajeshwar R Shinde2023-11-281-0/+3
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-1/+1
* media: gspca/sunplus: fix zero-length control requestsJohan Hovold2021-07-201-2/+6
* media: gspca/sq905: fix control-request directionJohan Hovold2021-07-201-1/+1
* media: gspca/gl860: fix zero-length control requestsJohan Hovold2021-07-201-2/+2
* media: gspca: properly check for errors in po1030_probe()Greg Kroah-Hartman2021-06-031-3/+7
* media: gscpa/stv06xx: fix memory leakHans Verkuil2021-05-223-0/+12
* media: gspca/sq905.c: fix uninitialized variableHans Verkuil2021-05-221-1/+1
* media: gspca: Fix memory leak in probeAlan Stern2020-12-301-0/+1
* media: xirlink_cit: add missing descriptor sanity checksJohan Hovold2020-04-021-1/+17
* media: stv06xx: add missing descriptor sanity checksJohan Hovold2020-04-022-1/+22
* media: ov519: add missing endpoint sanity checksJohan Hovold2020-04-021-0/+10
* media: gspca: zero usb_bufHans Verkuil2020-02-051-1/+1
* media: sn9c20x: Add MSI MS-1039 laptop to flip_dmi_tableHans de Goede2019-10-051-0/+7
* media: gspca: zero usb_buf on errorHans Verkuil2019-10-0514-0/+71
* media: gspca: do not resubmit URBs when streaming has stoppedHans Verkuil2019-05-311-2/+6
* media: gspca: Kill URBs on USB device disconnectEzequiel Garcia2019-05-311-1/+3
* media: gspca: fix frame overflow errorHans Verkuil2018-12-131-5/+6
* media: gspca_kinect: cast sizeof to int for comparisonJulia Lawall2018-07-251-1/+1
* media: v4l: fix broken video4linux docs locationsMauro Carvalho Chehab2018-06-151-2/+0
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* media: gspca_zc3xx: Enable short exposure times for OV7648Ondrej Zary2018-05-281-3/+6
* media: gspca_zc3xx: Fix power line frequency settings for OV7648Ondrej Zary2018-05-281-7/+0
* media: gspca_zc3xx: Implement proper autogain and exposure control for OV7648Ondrej Zary2018-05-281-8/+34
* media: gspca: Kill all URBs before releasing any of themEzequiel Garcia2018-05-281-4/+11
* media: gspca: fix g/s_parm handlingHans Verkuil2018-05-283-15/+16
* media: gspca: convert to vb2Hans Verkuil2018-05-285-769/+182
* Merge tag 'v4.17-rc4' into patchworkMauro Carvalho Chehab2018-05-101-1/+1
|\
| * MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab2018-05-041-1/+1
* | media: gspca: Stop using GFP_DMA for buffers for USB bulk transfersHans de Goede2018-05-054-4/+4
|/
* media: gspca: fix Kconfig help infowinton.liu2018-04-041-1/+1
* media: gspca: dtcs033: use %*ph to print small bufferAntonio Cardace2018-02-261-4/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-6/+6
* Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-02-0662-851/+924
|\
| * media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab2018-01-041-1/+1
| * media: fix usage of whitespaces and on indentationMauro Carvalho Chehab2018-01-043-8/+8
| * media: gspca: Convert PDEBUG to gspca_dbgJoe Perches2017-12-0859-687/+742
| * media: gspca: Convert PERR to gspca_errJoe Perches2017-12-0832-156/+174
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-3/+3
|\ \ | |/ |/|
| * media: annotate ->poll() instancesAl Viro2017-11-271-2/+2
| * annotate poll_table_struct ->_keyAl Viro2017-11-271-1/+1
* | media: drivers: remove "/**" from non-kernel-doc commentsMauro Carvalho Chehab2017-11-301-1/+1
|/
* Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-153-20/+19
|\
| * media: gspca: remove redundant assignment to variable jColin Ian King2017-10-311-1/+0
| * [media] gspca: make arrays static, reduces object code sizeColin Ian King2017-10-041-11/+11
| * media: fix media Kconfig help syntax issuesHans Verkuil2017-09-231-8/+8
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
|/
* media: : usb: add const to v4l2_file_operations structuresBhumika Goyal2017-07-201-1/+1
* media: staging: fbtft: make const array gamma_par_mask staticColin Ian King2017-07-201-1/+1
* [media] m5602_s5k83a: check return value of kthread_createPan Bian2017-06-061-0/+5