summaryrefslogtreecommitdiff
path: root/drivers/media/video/em28xx
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename most media/video usb drivers to media/usbMauro Carvalho Chehab12-11715/+0
2012-08-13[media] common: move media/common/tuners to media/tunersMauro Carvalho Chehab1-1/+1
2012-08-13[media] move the dvb/frontends to drivers/media/dvb-frontendsMauro Carvalho Chehab1-1/+1
2012-08-13[media] dvb: move the dvb core one level upMauro Carvalho Chehab1-1/+1
2012-08-12[media] em28xx: Fix height setting on non-progressive capturesMauro Carvalho Chehab1-4/+0
2012-08-10[media] em28xx: Remove useless runtime->private_data usageEzequiel García1-1/+0
2012-08-09[media] em28xx: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-17/+35
2012-07-14Merge branch 'v4l_for_linus' into staging/for_v3.6Mauro Carvalho Chehab1-1/+1
2012-07-06[media] em28xx: fix em28xx-rc loadMauro Carvalho Chehab1-1/+1
2012-07-06[media] drxk: Make the QAM demodulator command parameters configurableMartin Blumenstingl1-0/+4
2012-06-27Merge branch 'v4l_for_linus' into staging/for_v3.6Mauro Carvalho Chehab1-0/+2
2012-06-21[media] em28xx: Improve support for the Terratec Cinergy HTC Stick HDMartin Blumenstingl2-7/+84
2012-06-21[media] em28xx: Add the DRX-K at I2C address 0x29 to the list of known I2C de...Martin Blumenstingl1-0/+1
2012-06-21[media] em28xx: Make a few drxk_config structs staticEzequiel García1-4/+4
2012-06-21[media] em28xx: Remove unused AC97 register definitionsEzequiel García1-50/+1
2012-06-21[media] em28xx: Rename AC97 registers to use sound/ac97_codec.h definitionsEzequiel García2-29/+31
2012-06-21[media] em28xx: Fix wrong AC97 mic register usageEzequiel García1-1/+1
2012-06-18[media] em28xx: Make em28xx_ir_change_protocol a static functionEzequiel García1-1/+1
2012-06-18[media] em28xx: Show a warning if the board does not support remote controlsMartin Blumenstingl1-0/+2
2012-06-18[media] em28xx: Add remote control support for Terratec's Cinergy HTC Stick HDMartin Blumenstingl1-0/+1
2012-05-20[media] em28xx: simple comment fixAntti Palosaari1-2/+2
2012-05-20[media] em28xx: disable LNA - PCTV QuatroStick nano (520e)Antti Palosaari1-0/+2
2012-05-18[media] em28xx: Fix memory leak on driver defered resource releaseEzequiel García1-0/+1
2012-05-15[media] em28xx-dvb: enable LNA for cxd2820r in DVB-T modeGianluca Gennari1-1/+2
2012-05-15[media] em28xx: Remove unused wait_queue'sEzequiel García3-9/+0
2012-05-14[media] em28xx: Remove unused enum em28xx_io_methodEzequiel García1-8/+0
2012-05-14[media] em28xx: Remove unused field from em28xx_buffer structEzequiel García1-1/+0
2012-05-14[media] em28xx: Remove unused list_head struct for queued buffersEzequiel Garcia2-3/+0
2012-05-14[media] em28xx: Make card_setup() and pre_card_setup() staticEzequiel Garcia2-4/+4
2012-05-14[media] v4l: fix compiler warningsHans Verkuil1-4/+7
2012-05-14[media] v4l2-dev: add flag to have the core lock all file operationsHans Verkuil1-0/+4
2012-04-10[media] em28xx: Make em28xx-input.c a separate moduleEzequiel García5-27/+32
2012-04-10[media] em28xx: Change scope of em28xx-input local functions to staticEzequiel García2-108/+93
2012-04-10[media] em28xx: Move em28xx_register_i2c_ir() to em28xx-input.cEzequiel García2-48/+44
2012-04-10[media] em28xx: Move ir/rc related initialization to em28xx_ir_init()Ezequiel García3-13/+11
2012-04-10[media] em28xx: Export em28xx_[read,write]_reg functions as SYMBOL_GPLEzequiel García1-0/+3
2012-04-10[media] em28xx: Remove redundant dev->ctl_input setEzequiel García1-5/+2
2012-04-10[media] em28xx: clean-up several unused parametrs in struct em28xx_usb_isoc_ctlGianluca Gennari2-15/+0
2012-04-10[media] em28xx-dvb: stop URBs when stopping the streamingGianluca Gennari3-2/+27
2012-03-19[media] partially reverts changeset fa5527cMauro Carvalho Chehab1-52/+0
2012-03-19[media] em28xx: support for 2304:0242 PCTV QuatroStick (510e)Ivan Kalvachev3-1/+82
2012-03-19[media] em28xx: support for 2013:0251 PCTV QuatroStick nano (520e)Antti Palosaari3-0/+81
2012-03-19[media] em28xx: support for 1b80:e425 MaxMedia UB425-TCAntti Palosaari3-0/+54
2012-03-19[media] em28xx: Unused macro cleanupEzequiel García1-8/+0
2012-03-19[media] media: em28xx: Paranoic stack saveEzequiel García1-15/+4
2012-03-19[media] media: em28xx: Remove unused urb arrays from device structEzequiel García1-3/+0
2012-03-08[media] em28xx: pre-allocate DVB isoc transfer buffersGianluca Gennari5-66/+142
2012-01-23Merge branch 'v4l_for_linus' into staging/for_v3.4Mauro Carvalho Chehab1-2/+1
2012-01-23[media] cxd2820r: remove unused parameter from cxd2820r_attachAntti Palosaari1-2/+1
2012-01-15Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-192/+351