summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (11735): Enables the Winfast TV2000 XP Global TV IRPieter Van Schaik2009-06-161-0/+2
* V4L/DVB (11665): cx88: Add support for the Hauppauge IROnly board.Steven Toth2009-06-163-0/+16
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-073-3/+3
* V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil2009-04-061-8/+4
* V4L/DVB (11377): v4l: increase version numbers of drivers converted to v4l2_s...Hans Verkuil2009-04-061-1/+1
* V4L/DVB (11375): v4l2: use v4l2_i2c_new_probed_subdev_addr where appropriate.Hans Verkuil2009-04-061-6/+3
* V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg t...Hans Verkuil2009-04-062-8/+11
* V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil2009-04-061-1/+1
* V4L/DVB (11368): v4l2-subdev: move s_standby from core to tuner.Hans Verkuil2009-04-063-3/+3
* V4L/DVB (11305): cx88: prevent probing rtc and ir devicesHans Verkuil2009-03-301-4/+10
* V4L/DVB (11300): cx88: convert to v4l2_subdev.Hans Verkuil2009-03-307-68/+80
* V4L/DVB (11269): cx88-blackbird: Stop setting buffer type in XXX_fmt_vid_capTrent Piepho2009-03-301-4/+0
* V4L/DVB (11243): cx88: Missing failure checksAlan Cox2009-03-301-0/+7
* V4L/DVB (11127): Kconfig: replace all occurrences of CUSTOMIZE to CUSTOMISEMauro Carvalho Chehab2009-03-301-1/+1
* V4L/DVB (11047): cx88: convert to v4l2_device.Hans Verkuil2009-03-304-5/+23
* V4L/DVB (10949): Add support for Terratec Cinergy HT PCI MKIIStephan Wienczny2009-03-303-0/+55
* V4L/DVB (10943): cx88: Prevent general protection fault on rmmodJean Delvare2009-03-301-18/+7
* V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 driversMauro Carvalho Chehab2009-03-301-5/+0
* V4L/DVB (10826): cx88: Add IR support to pcHDTV HD3000 & HD5500Erik S. Beiser2009-03-301-0/+4
* V4L/DVB (10816): cx88: Don't need to zero ioctl parameter fieldsTrent Piepho2009-03-301-5/+1
* V4L/DVB (10792): cx88: remove unnecessary forward declaration of cx88_coreTrent Piepho2009-03-301-1/+0
* V4L/DVB (10544): v4l2-common: add comments warning that about the sort orderHans Verkuil2009-03-301-0/+1
* Merge branch 'topic/snd_card_new-err' into for-linusTakashi Iwai2009-03-241-3/+4
|\
| * drivers/media: Convert to snd_card_create()Takashi Iwai2009-01-121-3/+4
* | V4L/DVB (10229): cx88-dvb: Fix order of frontend allocationsAndy Walls2009-01-291-34/+38
* | V4L/DVB (10201): Fixes cx88 compilation bugMauro Carvalho Chehab2009-01-291-1/+1
|/
* V4L/DVB (10190): cx88: Fix some Kbuild troublesMauro Carvalho Chehab2009-01-076-47/+65
* V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins...Hans Verkuil2009-01-021-6/+7
* V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2009-01-024-19/+13
* V4L/DVB (9918): cx88: advise/acquire clean-up for HVR-1300/3000/4000Darron Broad2008-12-302-24/+36
* V4L/DVB (9796): drivers/media/video/cx88/cx88-alsa.c: Adjust error-handling codeJulia Lawall2008-12-301-2/+1
* V4L/DVB (9654): new email addressJelle Foks2008-12-292-4/+4
* V4L/DVB (9576): cx88-dvb: MFE attachment clean-up for HVR-3000/4000Darron Broad2008-12-291-61/+57
* V4L/DVB (9572a): Whitespace cleanupMauro Carvalho Chehab2008-12-291-2/+2
* V4L/DVB (9536): WinFast DTV2000 H: add support for missing analog inputsVincent Pelletier2008-12-291-1/+28
* V4L/DVB (9535): cx88-dvb: Remove usage core->prev_set_voltage from cx24116 ba...Igor M. Liplianin2008-12-291-6/+2
* V4L/DVB (9534): cx88: Add support for Prof 6200 DVB-S PCI cardIgor M. Liplianin2008-12-293-0/+19
* V4L/DVB (9533): cx88: Add support for TurboSight TBS8910 DVB-S PCI cardIgor M. Liplianin2008-12-293-0/+38
* V4L/DVB (9529): cx88: add a second PCI ID for ATI TV Wonder ProPatrice Levesque2008-12-291-1/+5
* V4L/DVB (9500): cx88-dvb: MFE attachment fix-upDarron Broad2008-12-291-17/+32
* V4L/DVB (9498): Simplify video standards enumerationMauro Carvalho Chehab2008-12-291-7/+5
* V4L/DVB (9497): tda9887/cx88: Adds SECAM/BGH standardsFrederic CAND2008-12-292-1/+5
* V4L/DVB (9885): drivers/media Kconfig's: fix bugzilla #12204Mauro Carvalho Chehab2008-12-161-1/+1
* V4L/DVB (9499): cx88-mpeg: final fix for analogue only compilation + de-alloc...Darron Broad2008-11-111-13/+15
* V4L/DVB (9496): cx88-blackbird: bugfix: cx88-blackbird-mpeg-usersFrederic CAND2008-11-112-2/+7
* V4L/DVB (9495): cx88-blackbird: bugfix: cx88-blackbird-poll-fixFrederic CAND2008-11-111-0/+4
* V4L/DVB (9368): VBI fix for cx88 cardsRafael Diniz2008-11-111-2/+8
* V4L/DVB (9357): cx88-dvb: Fix Oops in case i2c bus failed to registerMatthias Schwarzott2008-11-111-0/+5
* V4L/DVB (9336): cx88: always de-alloc frontends on fault conditionDarron Broad2008-10-211-6/+2
* V4L/DVB (9334): cx88: dvb_remove debug outputDarron Broad2008-10-211-0/+3
OpenPOWER on IntegriCloud