aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-03[media] dvb-usb-dvbsky: add s960ci dvb-s/s2 usb ci box supportnibble.max2-0/+189
2014-11-03[media] em28xx: add support for Leadtek VC100 USB capture deviceWitold Krecicki2-0/+17
2014-11-03[media] dvbsky: add option to disable IR receiverOlli Salonen1-0/+9
2014-11-03[media] dvbsky: clean loggingOlli Salonen1-13/+8
2014-11-03[media] dvbsky: don't print MAC address from read_mac_addressOlli Salonen1-2/+0
2014-11-01[media] cx231xx: remove direct register PWR_CTL_EN modification that switches port3Matthias Schwarzott1-2/+1
2014-10-30[media] cx231xx: scan all four existing i2c busses instead of the 3 mastersMatthias Schwarzott2-4/+10
2014-10-30[media] cx231xx: drop unconditional port3 switchingMatthias Schwarzott5-34/+1
2014-10-30[media] cx231xx: register i2c mux adapters for bus 1Matthias Schwarzott4-1/+53
2014-10-30[media] cx231xx: change usage of I2C_1 to the real i2c portMatthias Schwarzott1-15/+15
2014-10-30[media] cx231xx: let is_tuner check the real i2c port and not the i2c master numberMatthias Schwarzott1-1/+10
2014-10-30[media] cx231xx: remember status of i2c port_3 switchMatthias Schwarzott2-0/+13
2014-10-30[media] cx231xx: add wrapper to get the i2c_adapter pointerMatthias Schwarzott5-24/+50
2014-10-30[media] cx231xx: Use symbolic constants for i2c ports instead of numbersMatthias Schwarzott1-31/+31
2014-10-30[media] cx231xx: Modifiy the symbolic constants for i2c ports and describeMatthias Schwarzott1-4/+5
2014-10-30[media] cx231xx: give each master i2c bus a seperate nameMatthias Schwarzott1-1/+1
2014-10-30[media] cx231xx: delete i2c_client per busMatthias Schwarzott2-8/+0
2014-10-30[media] cx231xx: use own i2c_client for eeprom accessMatthias Schwarzott1-11/+13
2014-10-30[media] cx231xx: let i2c bus scanning use its own i2c_clientMatthias Schwarzott2-7/+12
2014-10-30[media] af9005: fix kernel panic on init if compiled without IRFrank Schaefer1-0/+3
2014-10-30[media] sound: simplify au0828 quirk tableMauro Carvalho Chehab1-0/+5
2014-10-30[media] em28xx-dvb: remove unused mfe_sharingMauro Carvalho Chehab1-4/+1
2014-10-24[media] usbvision-video: two use after freesDan Carpenter1-0/+2
2014-10-24[media] em28xx-input: NULL dereference on errorDan Carpenter1-1/+3
2014-10-21[media] hackrf: harmless off by one in debug codeDan Carpenter1-1/+1
2014-10-21[media] v4l: uvcvideo: Fix buffer completion size checkLaurent Pinchart3-3/+1
2014-10-21[media] em28xx: fix uninitialized variable warningHans Verkuil1-1/+1
2014-10-21[media] anysee: make sure loading modules is constKees Cook1-3/+3
2014-10-21[media] af9035: make sure loading modules is constKees Cook1-3/+3
2014-10-10Merge tag 'media/v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds84-858/+6612
2014-10-09Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab84-858/+6612
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-09-28Revert "[media] media: em28xx - remove reset_resume interface"Mauro Carvalho Chehab1-0/+1
2014-09-26Revert "[media] media: em28xx - remove reset_resume interface"Mauro Carvalho Chehab1-0/+1
2014-09-26[media] usb drivers: use %zu instead of %zdMauro Carvalho Chehab3-5/+5
2014-09-26[media] em28xx: Fix identationMauro Carvalho Chehab1-1/+1
2014-09-26[media] as102: fix endiannes castsMauro Carvalho Chehab3-61/+61
2014-09-26[media] as102_drv.h: added a missing newlineMauro Carvalho Chehab1-1/+1
2014-09-23[media] af9035: Add support for IT930x USB bridgeOlli Salonen2-17/+313
2014-09-23[media] af9035: Add possibility to define which I2C adapter to useOlli Salonen1-5/+4
2014-09-23[media] dvbsky: new driver to support DVBSky S860/S960 devicesnibble.max3-0/+470
2014-09-23[media] as102: remove some unneeded checksDan Carpenter1-4/+4
2014-09-23[media] Media: USB: usbtv: Fixed all coding style issues in usbtv source filesAmber Thrall3-0/+5
2014-09-23[media] em28xx: remove dead code line from em28xx_audio_setup()Frank Schaefer1-3/+2
2014-09-23[media] em28xx: get rid of field has_audio in struct em28xx_audio_modeFrank Schaefer3-10/+18
2014-09-23[media] em28xx: simplify usb audio class handlingFrank Schaefer4-24/+31
2014-09-23[media] em28xx: remove some unnecessary fields from struct em28xx_audio_modeFrank Schaefer2-15/+7
2014-09-23[media] ttusb-dec: buffer overflow in ioctlDan Carpenter1-0/+3
2014-09-23[media] hdpvr: reduce memory footprint when debuggingAndy Shevchenko2-36/+12
2014-09-23[media] em28xx: check if a device has audio earlier"Frank Schaefer2-12/+11