summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
Commit message (Expand)AuthorAgeFilesLines
* 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-031-3/+3
* media: usb: em28xx: Replace mdelay() with msleep() in em28xx_pre_card_setup()Jia-Ju Bai2018-08-031-10/+10
* media: usb: em28xx: Replace GFP_ATOMIC with GFP_KERNEL in em28xx_init_usb_xfer()Jia-Ju Bai2018-08-031-1/+1
* media: dw2102: Fix memleak on sequence of probesAnton Vasilyev2018-08-031-5/+14
* media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab2018-08-038-31/+29Star
* media: dvb: convert tuner_info frequencies to HzMauro Carvalho Chehab2018-08-021-3/+3
* media: usbtv: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-08-021-2/+3
* media: go7007: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-08-022-9/+11
* media: cx231xx: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-08-023-10/+15
* media: em28xx: disable null packet filter for WinTVdualHDRobert Schlabbach2018-07-301-1/+1
* media: em28xx: explicitly disable TS packet filterRobert Schlabbach2018-07-301-2/+2
* media: dvb-usb/friio, dvb-usb-v2/gl861: decompose friio and merge with gl861Akihiro Tsukada2018-07-305-10/+476
* media: uvcvideo: Send a control event when a Control Change interrupt arrivesGuennadi Liakhovetski2018-07-274-67/+284
* media: uvcvideo: Handle control pipe protocol STALLsGuennadi Liakhovetski2018-07-271-6/+46
* media: uvcvideo: Remove a redundant checkGuennadi Liakhovetski2018-07-271-2/+2
* media: uvcvideo: Also validate buffers in BULK modeNicolas Dufresne2018-07-271-6/+4Star
* media: uvcvideo: Add KSMedia 8-bit IR format supportLaurent Pinchart2018-07-272-0/+8
* media: uvcvideo: Fix minor spellingKieran Bingham2018-07-271-1/+1
* media: em28xx-cards: disable V4L2 mode for dual tunersMauro Carvalho Chehab2018-07-271-0/+11
* media: em28xx: Remove duplicate PIDBrad Love2018-07-271-2/+0Star
* media: em28xx: Fix DualHD disconnect oopsBrad Love2018-07-271-1/+3
* media: em28xx: Fix dual transport stream operationBrad Love2018-07-271-1/+3
* media: dib0700: add code commentGustavo A. R. Silva2018-07-271-0/+1
* media: cx231xx: don't check number of messages in the driverWolfram Sang2018-07-271-2/+0Star
* media: em28xx: don't check number of messages in the driverWolfram Sang2018-07-271-4/+0Star
* media: hdpvr: don't check number of messages in the driverWolfram Sang2018-07-271-3/+0Star
* media: dvb-usb: don't check number of messages in the driverWolfram Sang2018-07-271-3/+0Star
* media: tm6000: don't check number of messages in the driverWolfram Sang2018-07-271-2/+0Star
* media: gl861: fix probe of dvb_usb_gl861Mika Båtsman2018-07-271-11/+10Star
* media: gspca_kinect: cast sizeof to int for comparisonJulia Lawall2018-07-251-1/+1
* media: stk1160: Set the vb2_queue lock before calling vb2_queue_initEzequiel Garcia2018-07-041-1/+1
* media: tm6000: add error handling for dvb_register_adapterZhouyang Jia2018-06-281-0/+5
* media: cx231xx: fix RC_CORE dependencyArnd Bergmann2018-06-271-1/+1
* media: v4l: fix broken video4linux docs locationsMauro Carvalho Chehab2018-06-151-2/+0Star
* media: dvb: point to the location of the old README.dvb-usb fileMauro Carvalho Chehab2018-06-1541-41/+41
* media: dvb: fix location of get_dvb_firmware scriptMauro Carvalho Chehab2018-06-156-10/+8Star
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-152-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-139-18/+19
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-138-14/+21
* media: uvcvideo: Prevent setting unavailable flagsKieran Bingham2018-06-051-8/+9
* media: uvcvideo: Support realtek's UVC 1.5 deviceming_qian2018-05-281-6/+18
* media: uvcvideo: Fix driver reference countingPhilipp Zabel2018-05-281-9/+2Star
* 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/+0Star
* media: gspca_zc3xx: Implement proper autogain and exposure control for OV7648Ondrej Zary2018-05-281-8/+34