aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-30V4L/DVB (10813): v4l2: New function v4l2_video_std_frame_periodTrent Piepho2-25/+20
2009-03-30V4L/DVB (10812): v4l2: Zero out read-only ioctls in one placeTrent Piepho1-15/+5
2009-03-30V4L/DVB (10811): videodev: only copy needed part of RW ioctl's parameterTrent Piepho1-55/+52
2009-03-30V4L/DVB (10808): Fix typo in lnbp21.cIgor M. Liplianin1-1/+1
2009-03-30V4L/DVB (10805): Add support for NetUP Dual DVB-S2 CI cardIgor M. Liplianin7-3/+186
2009-03-30V4L/DVB (10804): Add support for ST STV0900 dual demodulator.Igor M. Liplianin3-0/+2856
2009-03-30V4L/DVB (10803): Add core code for ST STV0900 dual demodulator.Igor M. Liplianin1-0/+1946
2009-03-30V4L/DVB (10802): Add more headers for ST STV0900 dual demodulator.Igor M. Liplianin2-0/+869
2009-03-30V4L/DVB (10801): Add headers for ST STV0900 dual demodulator.Igor M. Liplianin2-0/+3849
2009-03-30V4L/DVB (10800): Add support for ST LNBH24 LNB power controller.Igor M. Liplianin4-24/+126
2009-03-30V4L/DVB (10799): Add support for ST STV6110 silicon tuner.Igor M. Liplianin4-0/+526
2009-03-30V4L/DVB (10798): Add CIMax(R) SP2 Common Interface code for NetUP Dual DVB-S2 CI cardAbylay Ospan2-0/+519
2009-03-30V4L/DVB (10797): Add EEPROM code for NetUP Dual DVB-S2 CI card.Abylay Ospan2-0/+149
2009-03-30V4L/DVB (10796): Add init code for NetUP Dual DVB-S2 CI cardAbylay Ospan2-0/+150
2009-03-30V4L/DVB (10794): v4l2: Move code to zero querybuf output struct to v4l2_ioctlTrent Piepho5-20/+7
2009-03-30V4L/DVB (10792): cx88: remove unnecessary forward declaration of cx88_coreTrent Piepho1-1/+0
2009-03-30V4L/DVB (10791): videodev: not possible to register NULL video_deviceTrent Piepho1-4/+3
2009-03-30V4L/DVB (10788): gspca - vc032x: Bad matrix for sensor mi1310_soc.Jean-Francois Moine1-1/+1
2009-03-30V4L/DVB (10787): gspca - mars: Bad webcam register values tied to saturation.Jean-Francois Moine1-10/+13
2009-03-30V4L/DVB (10784): mxl5007t: update driver for MxL 5007T V4Michael Krufky1-133/+135
2009-03-30V4L/DVB (10783): mxl5007t: fix devname for hybrid_tuner_request_stateMichael Krufky1-1/+1
2009-03-30V4L/DVB (10782): mxl5007t: warn when unknown revisions are detectedMichael Krufky1-0/+1
2009-03-30V4L/DVB (10781): mxl5007t: mxl5007t_get_status should report if tuner is lockedMichael Krufky1-2/+6
2009-03-30V4L/DVB (10780): mxl5007t: remove function mxl5007t_check_rf_input_powerMichael Krufky1-29/+0
2009-03-30V4L/DVB (10779): mxl5007t: remove analog tuning codeMichael Krufky1-124/+0
2009-03-30V4L/DVB (10772): siano: prevent duplicate variable declarationMichael Krufky5-3/+13
2009-03-30V4L/DVB (10769): Update dependencies of the modules converted to V4L2Mauro Carvalho Chehab1-8/+8
2009-03-30V4L/DVB (10764): cx18: Disable AC3 controls as the firmware doesn't support AC3Andy Walls1-1/+1
2009-03-30V4L/DVB (10763): cx18: Increment version number due to significant changes for v4l2_subdevsAndy Walls1-2/+2
2009-03-30V4L/DVB (10762): cx18: Get rid of unused variables related to video outputAndy Walls2-8/+3
2009-03-30V4L/DVB (10761): cx18: Change log lines for internal subdevs and fix tveeprom readsAndy Walls6-77/+135
2009-03-30V4L/DVB (10760): cx18: Fix a memory leak of buffers used for sliced VBI insertionAndy Walls1-1/+5
2009-03-30V4L/DVB (10759): cx18: Convert GPIO connected functions to act as v4l2_subdevicesAndy Walls12-123/+278
2009-03-30V4L/DVB (10758): cx18: Convert I2C devices to v4l2_subdevicesAndy Walls13-363/+250
2009-03-30V4L/DVB (10757): cx18, v4l2-chip-ident: Finish conversion of AV decoder core to v4l2_subdevAndy Walls11-66/+98
2009-03-30V4L/DVB (10756): cx18: Slim down instance handling, build names from v4l2_device.nameAndy Walls6-119/+71
2009-03-30V4L/DVB (10755): cx18: Convert the integrated A/V decoder core interface to a v4l2_subdevAndy Walls2-260/+336
2009-03-30V4L/DVB (10753): siano: convert EXPORT_SYMBOL to EXPORT_SYMBOL_GPLMichael Krufky2-21/+21
2009-03-30V4L/DVB (10752): sms1xxx: load smsdvb module automatically based on device idMichael Krufky3-0/+20
2009-03-30V4L/DVB (10751): sms1xxx: fix checkpatch.pl violations introduced by previous changesetMichael Krufky4-33/+32
2009-03-30V4L/DVB (10750): import changes from SianoUri Shkolnik5-29/+62
2009-03-30V4L/DVB (10749): sms1xxx: move smsusb_id_table into smsusb.cMichael Krufky3-49/+47
2009-03-30V4L/DVB (10748): sms1xxx: restore smsusb_driver.name to smsusbUri Shkolnik1-1/+1
2009-03-30V4L/DVB (10747): sms1xxx: move definition of struct smsdvb_client_t into smsdvb.cMichael Krufky2-21/+20
2009-03-30V4L/DVB (10746): sms1xxx: enable rf switch on Hauppauge Tiger devicesMichael Krufky3-3/+42
2009-03-30V4L/DVB (10744): dm1105: infrared remote code is remaked.Igor M. Liplianin2-83/+55
2009-03-30V4L/DVB (10743): dm1105: not demuxing from interrupt context.Igor M. Liplianin1-50/+60
2009-03-30V4L/DVB (10741): em28xx: Add Kaiser Baas Video to DVD maker supportDouglas Schilling Landgraf1-1/+3
2009-03-30V4L/DVB (10740): em28xx-cards: Add SIIG AVTuner-PVR boardDouglas Schilling Landgraf1-1/+1
2009-03-30V4L/DVB (10739): em28xx-cards: remove incorrect entryDouglas Schilling Landgraf2-21/+0