aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/gspca
AgeCommit message (Expand)Author
2023-11-28media: gspca: cpia1: shift-out-of-bounds in set_flickerRajeshwar R Shinde
2023-08-11treewide: Remove uninitialized_var() usageKees Cook
2021-07-20media: gspca/sunplus: fix zero-length control requestsJohan Hovold
2021-07-20media: gspca/sq905: fix control-request directionJohan Hovold
2021-07-20media: gspca/gl860: fix zero-length control requestsJohan Hovold
2021-06-03media: gspca: properly check for errors in po1030_probe()Greg Kroah-Hartman
2021-05-22media: gscpa/stv06xx: fix memory leakHans Verkuil
2021-05-22media: gspca/sq905.c: fix uninitialized variableHans Verkuil
2020-12-30media: gspca: Fix memory leak in probeAlan Stern
2020-04-02media: xirlink_cit: add missing descriptor sanity checksJohan Hovold
2020-04-02media: stv06xx: add missing descriptor sanity checksJohan Hovold
2020-04-02media: ov519: add missing endpoint sanity checksJohan Hovold
2020-02-05media: gspca: zero usb_bufHans Verkuil
2019-10-05media: sn9c20x: Add MSI MS-1039 laptop to flip_dmi_tableHans de Goede
2019-10-05media: gspca: zero usb_buf on errorHans Verkuil
2019-05-31media: gspca: do not resubmit URBs when streaming has stoppedHans Verkuil
2019-05-31media: gspca: Kill URBs on USB device disconnectEzequiel Garcia
2018-12-13media: gspca: fix frame overflow errorHans Verkuil
2018-07-25media: gspca_kinect: cast sizeof to int for comparisonJulia Lawall
2018-06-15media: v4l: fix broken video4linux docs locationsMauro Carvalho Chehab
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-28media: gspca_zc3xx: Enable short exposure times for OV7648Ondrej Zary
2018-05-28media: gspca_zc3xx: Fix power line frequency settings for OV7648Ondrej Zary
2018-05-28media: gspca_zc3xx: Implement proper autogain and exposure control for OV7648Ondrej Zary
2018-05-28media: gspca: Kill all URBs before releasing any of themEzequiel Garcia
2018-05-28media: gspca: fix g/s_parm handlingHans Verkuil
2018-05-28media: gspca: convert to vb2Hans Verkuil
2018-05-10Merge tag 'v4.17-rc4' into patchworkMauro Carvalho Chehab
2018-05-05media: gspca: Stop using GFP_DMA for buffers for USB bulk transfersHans de Goede
2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab
2018-04-04media: gspca: fix Kconfig help infowinton.liu
2018-02-26media: gspca: dtcs033: use %*ph to print small bufferAntonio Cardace
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-04media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab
2018-01-04media: fix usage of whitespaces and on indentationMauro Carvalho Chehab
2017-12-08media: gspca: Convert PDEBUG to gspca_dbgJoe Perches
2017-12-08media: gspca: Convert PERR to gspca_errJoe Perches
2017-11-30media: drivers: remove "/**" from non-kernel-doc commentsMauro Carvalho Chehab
2017-11-27media: annotate ->poll() instancesAl Viro
2017-11-27annotate poll_table_struct ->_keyAl Viro
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31media: gspca: remove redundant assignment to variable jColin Ian King
2017-10-04[media] gspca: make arrays static, reduces object code sizeColin Ian King
2017-09-23media: fix media Kconfig help syntax issuesHans Verkuil
2017-07-20media: : usb: add const to v4l2_file_operations structuresBhumika Goyal
2017-07-20media: staging: fbtft: make const array gamma_par_mask staticColin Ian King
2017-06-06[media] m5602_s5k83a: check return value of kthread_createPan Bian