summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* media: usb: em28xx: Replace GFP_ATOMIC with GFP_KERNEL in em28xx_init_usb_xfer()Jia-Ju Bai2018-08-021-1/+1
* media: dw2102: Fix memleak on sequence of probesAnton Vasilyev2018-08-021-5/+14
* media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab2018-08-028-31/+29
* 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/+4
* 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/+0
* 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/+0
* media: em28xx: don't check number of messages in the driverWolfram Sang2018-07-271-4/+0
* media: hdpvr: don't check number of messages in the driverWolfram Sang2018-07-271-3/+0
* media: dvb-usb: don't check number of messages in the driverWolfram Sang2018-07-271-3/+0
* media: tm6000: don't check number of messages in the driverWolfram Sang2018-07-271-2/+0
* media: gl861: fix probe of dvb_usb_gl861Mika Båtsman2018-07-271-11/+10
* 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/+0
* 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/+8
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-152-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-129-18/+19
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-128-14/+21