aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-08media: rtl28xxu: be sure that it won't go past the array sizeMauro Carvalho Chehab1-1/+1
2018-08-03media: au0828: fix spelling mistake: "completition" -> "completion"Colin Ian King1-1/+1
2018-08-03media: cx231xx: fix spelling mistake: "completition" -> "completion"Colin Ian King2-3/+3
2018-08-03media: dvb-usb-v2: fix spelling mistake: "completition" -> "completion"Colin Ian King1-2/+2
2018-08-03media: dvb-usb: fix spelling mistake: "completition" -> "completion"Colin Ian King1-2/+2
2018-08-02media: usb: hackrf: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai1-3/+3
2018-08-02media: usb: em28xx: Replace mdelay() with msleep() in em28xx_pre_card_setup()Jia-Ju Bai1-10/+10
2018-08-02media: usb: em28xx: Replace GFP_ATOMIC with GFP_KERNEL in em28xx_init_usb_xfer()Jia-Ju Bai1-1/+1
2018-08-02media: dw2102: Fix memleak on sequence of probesAnton Vasilyev1-5/+14
2018-08-02media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab8-31/+29
2018-08-02media: dvb: convert tuner_info frequencies to HzMauro Carvalho Chehab1-3/+3
2018-08-02media: usbtv: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-2/+3
2018-08-02media: go7007: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2-9/+11
2018-08-02media: cx231xx: use irqsave() in USB's complete callbackSebastian Andrzej Siewior3-10/+15
2018-07-30media: em28xx: disable null packet filter for WinTVdualHDRobert Schlabbach1-1/+1
2018-07-30media: em28xx: explicitly disable TS packet filterRobert Schlabbach1-2/+2
2018-07-30media: dvb-usb/friio, dvb-usb-v2/gl861: decompose friio and merge with gl861Akihiro Tsukada5-10/+476
2018-07-27media: uvcvideo: Send a control event when a Control Change interrupt arrivesGuennadi Liakhovetski4-67/+284
2018-07-27media: uvcvideo: Handle control pipe protocol STALLsGuennadi Liakhovetski1-6/+46
2018-07-27media: uvcvideo: Remove a redundant checkGuennadi Liakhovetski1-2/+2
2018-07-27media: uvcvideo: Also validate buffers in BULK modeNicolas Dufresne1-6/+4
2018-07-27media: uvcvideo: Add KSMedia 8-bit IR format supportLaurent Pinchart2-0/+8
2018-07-27media: uvcvideo: Fix minor spellingKieran Bingham1-1/+1
2018-07-27media: em28xx-cards: disable V4L2 mode for dual tunersMauro Carvalho Chehab1-0/+11
2018-07-27media: em28xx: Remove duplicate PIDBrad Love1-2/+0
2018-07-27media: em28xx: Fix DualHD disconnect oopsBrad Love1-1/+3
2018-07-27media: em28xx: Fix dual transport stream operationBrad Love1-1/+3
2018-07-27media: dib0700: add code commentGustavo A. R. Silva1-0/+1
2018-07-27media: cx231xx: don't check number of messages in the driverWolfram Sang1-2/+0
2018-07-27media: em28xx: don't check number of messages in the driverWolfram Sang1-4/+0
2018-07-27media: hdpvr: don't check number of messages in the driverWolfram Sang1-3/+0
2018-07-27media: dvb-usb: don't check number of messages in the driverWolfram Sang1-3/+0
2018-07-27media: tm6000: don't check number of messages in the driverWolfram Sang1-2/+0
2018-07-27media: gl861: fix probe of dvb_usb_gl861Mika Båtsman1-11/+10
2018-07-25media: gspca_kinect: cast sizeof to int for comparisonJulia Lawall1-1/+1
2018-07-04media: stk1160: Set the vb2_queue lock before calling vb2_queue_initEzequiel Garcia1-1/+1
2018-06-28media: tm6000: add error handling for dvb_register_adapterZhouyang Jia1-0/+5
2018-06-27media: cx231xx: fix RC_CORE dependencyArnd Bergmann1-1/+1
2018-06-15media: v4l: fix broken video4linux docs locationsMauro Carvalho Chehab1-2/+0
2018-06-15media: dvb: point to the location of the old README.dvb-usb fileMauro Carvalho Chehab41-41/+41
2018-06-15media: dvb: fix location of get_dvb_firmware scriptMauro Carvalho Chehab6-10/+8
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab2-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook9-18/+19
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook8-14/+21
2018-06-05media: uvcvideo: Prevent setting unavailable flagsKieran Bingham1-8/+9
2018-05-28media: uvcvideo: Support realtek's UVC 1.5 deviceming_qian1-6/+18
2018-05-28media: uvcvideo: Fix driver reference countingPhilipp Zabel1-9/+2
2018-05-28media: gspca_zc3xx: Enable short exposure times for OV7648Ondrej Zary1-3/+6
2018-05-28media: gspca_zc3xx: Fix power line frequency settings for OV7648Ondrej Zary1-7/+0
2018-05-28media: gspca_zc3xx: Implement proper autogain and exposure control for OV7648Ondrej Zary1-8/+34