summaryrefslogtreecommitdiff
path: root/linux/drivers
AgeCommit message (Expand)Author
2007-01-25Make vivi driver to use vmalloced pointersMauro Carvalho Chehab
2007-01-25dvb-ttpci: Set phys, bustype, version, vendor and product for input deviceOliver Endriss
2007-01-23Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal onlyTrent Piepho
2007-01-23merge: http://linuxtv.org/hg/~tap/v4l-dvbMauro Carvalho Chehab
2007-01-23merge: http://linuxtv.org/hg/~mkrufky/megasky-m920xMauro Carvalho Chehab
2007-01-23Buf_qbuf: fix: videobuf_queue->stream corruption and lockupMauro Carvalho Chehab
2007-01-23m920x: move filter caps from device caps to adapter capsMichael Krufky
2007-01-23m920x: group tuner / demod callback functions togetherMichael Krufky
2007-01-22Restore VIDIOC_INT_[SG]_REGISTER callsTrent Piepho
2007-01-22proper vendor/device ID for the CinergyT2 input deviceMichael Krufky
2007-01-21pvrusb2: Add boilerplate to new header fileMike Isely
2007-01-21pvrusb2: Use macro names for FX2 commandsMike Isely
2007-01-21pvrusb2: Add comment for why G_TUNER only looks at index zeroMike Isely
2007-01-21dvb-usb: Register the bus, vendor and product IDs for remote deviceMichael Krufky
2007-01-21Fix: VIDIOC_G_TUNER were returning an endless number of tunersMauro Carvalho Chehab
2007-01-21Remove some warnings when compiling on x86_64Mauro Carvalho Chehab
2007-01-21merge: http://linuxtv.org/hg/~mkrufky/v4l-dvbMauro Carvalho Chehab
2007-01-21Adds video output routingMauro Carvalho Chehab
2007-01-21whitespace / 80-column cleanupsMichael Krufky
2007-01-21m920x: Fix tuner identification bug with qt1010 moduleMichael Krufky
2007-01-21kconfig: qt1010 should be selected by m920xMichael Krufky
2007-01-21dvb: add new qt1010 tuner moduleMichael Krufky
2007-01-21cx88: Add support for svideo/composite input of the Terratec Cinergy 1400 DVB-TMichael Krufky
2007-01-20merge: http://linuxtv.org/hg/~mkrufky/v4l-dvbMauro Carvalho Chehab
2007-01-20keep the previous tvnorm default for cx88 and cx88-blackbirdMauro Carvalho Chehab
2007-01-20Convert cx88-blackbird to use video_ioctl2Mauro Carvalho Chehab
2007-01-20Remove_cx88_ioctlMauro Carvalho Chehab
2007-01-20Use cx88_set_freq() on cx88-blackbird.cMauro Carvalho Chehab
2007-01-20Do some cleanups at cx88-blackbirdMauro Carvalho Chehab
2007-01-20changeset: 4899:0e0da8488f6b6ca379cf012987bd37237dfbab25Mauro Carvalho Chehab
2007-01-20Moved several stuff that were at cx88-video to cx88-blackbird.cMauro Carvalho Chehab
2007-01-20Fix vidioc_g_tuner handlingMauro Carvalho Chehab
2007-01-20Removed v4l2_tvnorm and made videodev to auto-generate standardsMauro Carvalho Chehab
2007-01-20Renamed video_mux to cx88_video_mux and exported to cx88-blackbirdMauro Carvalho Chehab
2007-01-20Make cx88-blackbird to work againMauro Carvalho Chehab
2007-01-20Uncommented NTSC/443 video standardMauro Carvalho Chehab
2007-01-20Added support for V4L2_STD_NTSC_443Mauro Carvalho Chehab
2007-01-20Convert cx8800 driver to video_ioctl2 handlerMauro Carvalho Chehab
2007-01-20rmmod should be reset to zero on kernel 2.4Mauro Carvalho Chehab
2007-01-19pvrusb2: Allow VIDIOC_S_FMT with -1 for resolution valuesMike Isely
2007-01-19pvrusb2: Introduce fake audio input selectionMike Isely
2007-01-19pvrusb2: Emit VIDIOC_S_TUNER correctlyMike Isely
2007-01-19pvrusb2: Use ARRAY_SIZE wherever possibleMike Isely
2007-01-19pvrusb2: Use kzalloc in place of kmalloc/memset pairsMike Isely
2007-01-19pvrusb2: A patch to use ARRAY_SIZE macro when appropriateMike Isely
2007-01-19pvrusb2: V4L EXT_CTRLS fixupMike Isely
2007-01-19pvrusb2: Minor dead code / comment cleanupsMike Isely
2007-01-19pvrusb2: Fix sizeof() calculation foul-upMike Isely
2007-01-19pvrusb2: Fix missing break statement which had broken VIDIOC_S_TUNERMike Isely
2007-01-19pvrusb2: trace print addedMike Isely