summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (5305): Mark VIDIOC_DBG_S/G_REGISTER as experimentalHans Verkuil2007-03-011-8/+4
* V4L/DVB (5271): Add VIDIOC_TRY_ENCODER_CMD and VIDIOC_ENCODER_CMD ioctls.Hans Verkuil2007-03-012-1/+27
* V4L/DVB (5270): Add VIDIOC_G_ENC_INDEX ioctlHans Verkuil2007-03-012-3/+18
* V4L/DVB (5276): Cxusb: fix firmware patch for big endian systemsJin-Bong lee2007-03-011-2/+2
* V4L/DVB (5258): Cafe_ccic: fix compiler warningJean Delvare2007-03-011-3/+1
* V4L/DVB (5295): Digitv: open nxt6000 i2c_gate for TDED4 tuner handlingMichael Krufky2007-03-011-0/+2
* V4L/DVB (5304): Improve chip matching in v4l2_registerHans Verkuil2007-03-0112-19/+53
* V4L/DVB (5255): Fix cx25840 firmware loading.Hans Verkuil2007-03-012-3/+3
* V4L/DVB (5253): Qt1010: whitespace / 80 column cleanupsMichael Krufky2007-02-211-25/+44
* V4L/DVB (5252): Qt1010: use ARRAY_SIZE macro when appropriateMichael Krufky2007-02-211-4/+4
* V4L/DVB (5251): Qt1010: fix compiler warningMarco Schluessler2007-02-211-1/+1
* V4L/DVB (5249): Fix compiler warning in vivi.cMarcel Siegert2007-02-211-1/+2
* V4L/DVB (5247): Stv0297: Enable BER/UNC countingHartmut Birr2007-02-211-4/+15
* V4L/DVB (5246): Budget-ci: IR handling fixupsDavid Härdeman2007-02-211-6/+20
* V4L/DVB (5245): Dvb-ttpci: use i2c gate ctrl from stv0297 frontend driverMarco Schluessler2007-02-211-13/+3
* V4L/DVB (5244): Dvbdev: fix illegal re-usage of fileoperations structMarcel Siegert2007-02-211-2/+15
* V4L/DVB (5178): Avoid race when deregistering the IR control for dvb-usbChris Rankin2007-02-211-1/+1
* V4L/DVB (5240): Qt1010: use i2c_gate_ctrl where appropriateAntti Palosaari2007-02-213-27/+15
* V4L/DVB (5239): Whitespace / 80-column cleanupsMichael Krufky2007-02-212-17/+23
* V4L/DVB (5238): Kconfig: qt1010 should be selected by gl861 and au6610Michael Krufky2007-02-211-0/+2
* V4L/DVB (5237): Dvb: add new qt1010 tuner moduleAntti Palosaari2007-02-212-5/+49
* V4L/DVB (5236): Initial support for Sigmatek DVB-110 DVB-TAntti Palosaari2007-02-215-0/+273
* V4L/DVB (5235): Gl861: use parallel_tsCarl Lundqvist2007-02-211-1/+2
* V4L/DVB (5234): Gl861: remove unneeded declarationMichael Krufky2007-02-211-2/+0
* V4L/DVB (5233): Gl861: correct address of the bulk endpointJan Nijs2007-02-211-1/+1
* V4L/DVB (5232): Gl861: correct oops when loading moduleJan Nijs2007-02-211-1/+1
* V4L/DVB (5231): Gl861: whitespace cleanupsMichael Krufky2007-02-211-21/+20
* V4L/DVB (5230): Gl861: remove NULL entry from gl861_propertiesMichael Krufky2007-02-211-1/+0
* V4L/DVB (5229): Gl861: use qt1010_tuner_attach function from qt1010.hMichael Krufky2007-02-211-10/+1
* V4L/DVB (5228): Gl861: remove unneeded "extern int" declarationMichael Krufky2007-02-211-1/+0
* V4L/DVB (5227): Gl861: hide disabled code from upstream patch systemMichael Krufky2007-02-211-3/+0
* V4L/DVB (5226): Gl861: fix driver_nameMichael Krufky2007-02-211-1/+1
* V4L/DVB (5225): Gl861: fix MODULE_AUTHORMichael Krufky2007-02-211-1/+1
* V4L/DVB (5224): Gl861: select DVB_ZL10353 if !DVB_FE_CUSTOMISEMichael Krufky2007-02-211-1/+1
* V4L/DVB (5223): Rename USB_PID_MSI_MEGASKY55801 to USB_PID_MSI_MEGASKY580_55801Michael Krufky2007-02-212-2/+2
* V4L/DVB (5221): Dvb-usb: initial support for MSI Mega Sky 580 DVB-T based on ...Carl Lundqvist2007-02-215-0/+263
* V4L/DVB (5218): Zl10353: register definitions updateChris Pascoe2007-02-212-7/+14
* V4L/DVB (5217): Zl10353: Implement TRL nominal rate calculationAntti Palosaari2007-02-213-15/+65
* V4L/DVB (5216): Zl10353: add i2c_gate_ctrl supportAntti Palosaari2007-02-211-2/+15
* V4L/DVB (5215): Experimental support for signal strength/BER/uncorrectable countChris Pascoe2007-02-211-0/+36
* V4L/DVB (5212): Pvrusb2: Be more forgiving about encoder firmware sizeMike Isely2007-02-211-15/+18
* V4L/DVB (5210): Pvrusb2: Fix printk format typoMike Isely2007-02-211-1/+1
* V4L/DVB (5209): Kthread api conversion for dvb_frontend and av7110 fixakpm@linux-foundation.org2007-02-211-2/+2
* V4L/DVB (5208): Kthread API conversion for dvb_frontend and av7110Herbert Poetzl2007-02-213-62/+37
* V4L/DVB (5206): Usbvision: set alternate interface modificationThierry MERLE2007-02-214-16/+81
* V4L/DVB (5205): Usbvision: dynamic allocation for framesThierry MERLE2007-02-213-35/+60
* V4L/DVB (5200): V4l_printk_ioctl_arg() is no longer used.Adrian Bunk2007-02-211-586/+0
* V4L/DVB (5202): DVB: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-02-215-8/+10
* V4L/DVB (5201): Radio/: Convert to generic boolean-valuesRichard Knutsson2007-02-211-13/+5
* V4L/DVB (5199): Cx88-video.c: remove struct radionormsAdrian Bunk2007-02-211-2/+0