summaryrefslogtreecommitdiff
path: root/drivers/media/usb
AgeCommit message (Expand)AuthorFilesLines
2019-01-23media: em28xx: Fix misplaced reset of dev->v4l::field_countBen Hutchings1-2/+2
2018-12-05media: em28xx: Fix use-after-free when disconnectingMatthias Schwarzott1-1/+2
2018-11-13media: em28xx: make v4l2-compliance happier by starting sequence on zeroMauro Carvalho Chehab1-0/+2
2018-11-13media: em28xx: fix input name for Terratec AV 350Mauro Carvalho Chehab1-2/+2
2018-11-13media: em28xx: use a default format if TRY_FMT failsMauro Carvalho Chehab1-3/+3
2018-10-20media: af9035: prevent buffer overflow on writeJozef Balga1-2/+4
2018-10-04media: uvcvideo: Support realtek's UVC 1.5 deviceming_qian1-6/+18
2018-10-04media: tm6000: add error handling for dvb_register_adapterZhouyang Jia1-0/+5
2018-07-03media: cx231xx: Add support for AverMedia DVD EZMaker 7Kai-Heng Feng1-0/+3
2018-05-25media: em28xx: USB bulk packet size fixBrad Love1-1/+1
2018-04-29stk-webcam: fix an endian bug in stk_camera_read_reg()Dan Carpenter3-9/+10
2018-04-08media: usbtv: prevent double free in error caseOliver Neukum1-0/+2
2018-03-22media: cpia2: Fix a couple off by one bugsDan Carpenter1-2/+2
2018-02-25em28xx: only use mt9v011 if camera support is enabledArnd Bergmann1-1/+1
2018-02-25go7007: add MEDIA_CAMERA_SUPPORT dependencyArnd Bergmann1-1/+1
2018-02-17media: cxusb, dib0700: ignore XC2028_I2C_FLUSHMauro Carvalho Chehab2-0/+3
2018-02-17media: hdpvr: Fix an error handling path in hdpvr_probe()Arvind Yadav1-11/+15
2018-02-17media: dvb-usb-v2: lmedm04: move ts2020 attach to dm04_lme2510_tunerMalcolm Priestley1-7/+6
2018-02-17media: dvb-usb-v2: lmedm04: Improve logic checking of warm startMalcolm Priestley1-8/+18
2018-02-03media: usbtv: add a new usbidIcenowy Zheng1-0/+1
2017-12-14media: dvb: i2c transfers over usb cannot be done from stackLaurent Caumont1-2/+14
2017-11-30cx231xx-cards: fix NULL-deref on missing association descriptorJohan Hovold1-1/+1
2017-11-30media: Don't do DMA on stack for firmware upload in the AS102 driverMichele Baldessari1-11/+17
2017-11-21media: dib0700: fix invalid dvb_detach argumentAndrey Konovalov1-12/+12
2017-11-08cx231xx: Fix I2C on Internal Master 3 BusOleh Kravchenko1-1/+6
2017-09-27media: uvcvideo: Prevent heap overflow when accessing mapped controlsGuenter Roeck1-0/+7
2017-07-28mxl111sf: Fix driver to use heap allocate buffers for USB messagesDevin Heitmueller3-16/+28
2017-06-24pvrusb2: reduce stack usage pvr2_eeprom_analyze()Arnd Bergmann1-9/+4
2017-05-25cx231xx-cards: fix NULL-deref at probeJohan Hovold1-5/+40
2017-05-25cx231xx-audio: fix NULL-deref at probeJohan Hovold1-2/+15
2017-05-25cx231xx-audio: fix init error pathJohan Hovold1-11/+14
2017-05-25dw2102: limit messages to buffer sizeAlyssa Milburn1-0/+54
2017-05-25digitv: limit messages to buffer sizeAlyssa Milburn1-0/+3
2017-05-25zr364xx: enforce minimum size when reading headerAlyssa Milburn1-0/+8
2017-05-25dib0700: fix NULL-deref at probeJohan Hovold1-0/+3
2017-05-25gspca: konica: add missing endpoint sanity checkJohan Hovold1-0/+3
2017-05-25dvb-usb-dibusb-mc-common: Add MODULE_LICENSEBen Hutchings1-0/+2
2017-05-25ttusb2: limit messages to buffer sizeAlyssa Milburn1-0/+19
2017-05-25usbvision: fix NULL-deref at probeJohan Hovold1-1/+8
2017-04-21cxusb: Use a dma capable buffer also for readingStefan Brüns1-7/+8
2017-04-21dvb-usb-firmware: don't do DMA on stackStefan Brüns1-10/+12
2017-04-21dvb-usb: don't use stack for firmware loadMauro Carvalho Chehab1-6/+13
2017-04-21dvb-usb-v2: avoid use-after-freeArnd Bergmann1-4/+5
2017-03-22uvcvideo: uvc_scan_fallback() for webcams with broken chainHenrik Ingo1-6/+112
2017-03-18dw2102: don't do DMA on stackJonathan McDowell1-99/+145
2017-03-12uvcvideo: Fix a wrong macroGuennadi Liakhovetski1-1/+1
2017-02-23siano: make it work again with CONFIG_VMAP_STACKMauro Carvalho Chehab1-5/+13
2017-02-01pctv452e: move buffer to heap, no mutexMax Kellermann1-61/+72
2017-01-12dibusb: fix possible memory leak in dibusb_rc_query()Wei Yongjun1-1/+1
2016-11-13gp8psk: Fix DVB frontend attachMauro Carvalho Chehab4-467/+76