summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
Commit message (Expand)AuthorAgeFilesLines
* media: stkwebcam: fix runtime PM after driver unbindJohan Hovold2019-10-171-2/+1
* media: don't drop front-end reference count for ->detachArnd Bergmann2019-10-051-8/+0
* media: sn9c20x: Add MSI MS-1039 laptop to flip_dmi_tableHans de Goede2019-10-051-0/+7
* media: ttusb-dec: Fix info-leak in ttusb_dec_send_command()Tomas Bortoli2019-10-051-1/+1
* media: cpia2_usb: fix memory leaksWenwen Wang2019-10-051-0/+4
* media: hdpvr: add terminating 0 at end of stringHans Verkuil2019-10-051-0/+1
* media: em28xx: modules workqueue not inited for 2nd deviceSean Young2019-10-051-1/+0
* media: gspca: zero usb_buf on errorHans Verkuil2019-10-0514-0/+71
* media: hdpvr: Add device num check and handlingLuke Nowakowski-Krijger2019-10-051-1/+11
* media: dib0700: fix link error for dibx000_i2c_set_speedArnd Bergmann2019-10-051-0/+8
* media: technisat-usb2: break out of loop at end of bufferSean Young2019-09-211-12/+10
* media: tm6000: double free if usb disconnect while streamingSean Young2019-09-211-0/+3
* media: pvrusb2: use a different format for warningsAndrey Konovalov2019-08-043-6/+6
* media: cpia2_usb: first wake up, then free in disconnectOliver Neukum2019-08-041-1/+2
* media: au0828: fix null dereference in error pathSean Young2019-08-041-6/+6
* media: hdpvr: fix locking and a missing msleepHans Verkuil2019-07-261-6/+11
* media: uvcvideo: Fix access to uninitialized fields on probe errorOliver Neukum2019-07-261-1/+3
* media: dvb: usb: fix use after free in dvb_usb_device_exitOliver Neukum2019-07-261-2/+5
* media: uvcvideo: Fix uvc_alloc_entity() allocation alignmentNadav Amit2019-06-091-1/+1
* media: smsusb: better handle optional alignmentMauro Carvalho Chehab2019-06-091-4/+4
* media: usb: siano: Fix false-positive "uninitialized variable" warningAlan Stern2019-06-091-1/+1
* media: usb: siano: Fix general protection fault in smsusbAlan Stern2019-06-091-13/+20
* media: go7007: avoid clang frame overflow warning with KASANArnd Bergmann2019-05-311-2/+2
* media: gspca: do not resubmit URBs when streaming has stoppedHans Verkuil2019-05-311-2/+6
* media: dvbsky: Avoid leaking dvb frontendStefan BrĂ¼ns2019-05-311-8/+10
* media: gspca: Kill URBs on USB device disconnectEzequiel Garcia2019-05-311-1/+3
* media: pvrusb2: Prevent a buffer overflowDan Carpenter2019-05-312-0/+3
* media: au0828: Fix NULL pointer dereference in au0828_analog_stream_enable()Shuah Khan2019-05-311-0/+3
* media: au0828: stop video streaming only when last user stopsHans Verkuil2019-05-311-5/+8
* media: cpia2: Fix use-after-free in cpia2_exitYueHaibing2019-05-311-2/+1
* media: au0828: cannot kfree dev before usb disconnectBrad Love2019-04-201-1/+0
* media: v4l2-ctrls.c/uvc: zero v4l2_eventHans Verkuil2019-03-271-1/+1
* media: uvcvideo: Avoid NULL pointer dereference at the end of streamingSakari Ailus2019-03-231-0/+8
* media: uvcvideo: Fix 'type' check leading to overflowAlistair Strachan2019-03-131-3/+11
* media: uvcvideo: Refactor teardown of uvc on USB disconnectDaniel Axtens2019-01-263-8/+18
* media: dvb-usb-v2: Fix incorrect use of transfer_flags URB_FREE_BUFFERMalcolm Priestley2019-01-091-3/+2
* media: gspca: fix frame overflow errorHans Verkuil2018-12-131-5/+6
* media: em28xx: fix handler for vidioc_s_input()Mauro Carvalho Chehab2018-11-133-9/+112
* media: em28xx: make v4l2-compliance happier by starting sequence on zeroMauro Carvalho Chehab2018-11-131-0/+2
* media: em28xx: fix input name for Terratec AV 350Mauro Carvalho Chehab2018-11-131-2/+2
* media: em28xx: use a default format if TRY_FMT failsMauro Carvalho Chehab2018-11-131-3/+3
* Revert "media: dvbsky: use just one mutex for serializing device R/W ops"Mauro Carvalho Chehab2018-11-131-6/+10
* media: af9035: prevent buffer overflow on writeJozef Balga2018-08-291-2/+4
* media: rtl28xxu: be sure that it won't go past the array sizeMauro Carvalho Chehab2018-08-081-1/+1
* media: au0828: fix spelling mistake: "completition" -> "completion"Colin Ian King2018-08-031-1/+1
* media: cx231xx: fix spelling mistake: "completition" -> "completion"Colin Ian King2018-08-032-3/+3
* media: dvb-usb-v2: fix spelling mistake: "completition" -> "completion"Colin Ian King2018-08-031-2/+2
* media: dvb-usb: fix spelling mistake: "completition" -> "completion"Colin Ian King2018-08-031-2/+2
* media: usb: hackrf: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-08-021-3/+3
* media: usb: em28xx: Replace mdelay() with msleep() in em28xx_pre_card_setup()Jia-Ju Bai2018-08-021-10/+10