summaryrefslogtreecommitdiff
path: root/drivers/media/usb
AgeCommit message (Expand)AuthorFilesLines
2018-02-16media: cxusb, dib0700: ignore XC2028_I2C_FLUSHMauro Carvalho Chehab2-0/+3
2018-02-16media: dvb-usb-v2: lmedm04: move ts2020 attach to dm04_lme2510_tunerMalcolm Priestley1-7/+6
2018-02-16media: dvb-usb-v2: lmedm04: Improve logic checking of warm startMalcolm Priestley1-8/+18
2018-02-03media: usbtv: add a new usbidIcenowy Zheng1-0/+1
2018-01-17usbvision fix overflow of interfaces arrayOliver Neukum1-0/+7
2017-12-16media: 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-06-26pvrusb2: 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-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-25ttusb2: limit messages to buffer sizeAlyssa Milburn1-0/+19
2017-05-25usbvision: fix NULL-deref at probeJohan Hovold1-1/+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-30uvcvideo: uvc_scan_fallback() for webcams with broken chainSumit Semwal1-6/+112
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
2016-11-18dib0700: fix nec repeat handlingSean Young1-2/+3
2016-10-28cx231xx: fix GPIOs for Pixelview SBTVD hybridMauro Carvalho Chehab2-2/+3
2016-10-28cx231xx: don't return error on successMauro Carvalho Chehab1-1/+4
2016-10-07gspca: avoid unused variable warningsArnd Bergmann3-3/+3
2016-10-07em28xx-i2c: rt_mutex_trylock() returns zero on failureDan Carpenter1-3/+2
2016-09-15UVC: Add support for R200 depth cameraAviv Greenberg2-0/+32
2016-08-20media: usbtv: prevent access to free'd resourcesMatthew Leach1-0/+5
2016-08-10media: fix airspy usb probe error pathJames Patrick-Evans1-2/+1
2016-07-27uvc: Forward compat ioctls to their handlers directlyAndy Lutomirski1-21/+18
2016-04-20usbvision: fix crash on detecting device with invalid configurationVladis Dronov1-1/+15
2016-04-20au0828: Fix dev_state handlingMauro Carvalho Chehab4-39/+39
2016-04-20au0828: fix au0828_v4l2_close() dev_state race conditionShuah Khan1-1/+1
2016-04-12pwc: Add USB id for Philips Spc880nc webcamHans de Goede1-0/+6
2016-03-03gspca: ov534/topro: prevent a division by 0Antonio Ospite2-3/+12
2015-12-18[media] airspy: increase USB control message buffer sizeAntti Palosaari1-1/+1
2015-12-18[media] hackrf: move RF gain ctrl enable behind module parameterAntti Palosaari1-0/+11
2015-12-18[media] hackrf: fix possible null ptr on debug printingAntti Palosaari1-1/+1
2015-11-05Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds32-523/+1003
2015-10-22[media] rtl28xxu: fix control message flawsAntti Palosaari2-3/+14
2015-10-20[media] hackrf: do not set human readable name for formatsAntti Palosaari1-3/+0
2015-10-20[media] hackrf: add support for transmitterAntti Palosaari1-276/+638
2015-10-20[media] hackrf: switch to single function which configures everythingAntti Palosaari1-148/+175
2015-10-20[media] hackrf: add control for RF amplifierAntti Palosaari1-1/+25
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung13-13/+19