aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (9798): saa7134: add analog and DVB-T support for Medion/Creatix CTX946Hermann Pitton2008-12-301-0/+6
* V4L/DVB (9772): saa7134: Add support for Kworld Plus TV Analog Lite PCIMauro Carvalho Chehab2008-12-303-0/+59
* V4L/DVB (9667): Fixed typo in sizeof() causing NULL pointer OOPSOldrich Jedlicka2008-12-291-1/+1
* V4L/DVB (9638): drivers/media: use ARRAY_SIZEJulia Lawall2008-12-291-1/+1
* V4L/DVB (9577): saa7134-dvb: MFE attachment clean-up for saa-7134 dvbDarron Broad2008-12-291-17/+7
* V4L/DVB (9522): Increase number of SAA7134 devices supported in a systemAlan McIvor2008-12-291-1/+1
* V4L/DVB (9885): drivers/media Kconfig's: fix bugzilla #12204Mauro Carvalho Chehab2008-12-161-2/+2
* V4L/DVB (9356): [PATCH] saa7134: fix resource map sanity check conflictSuresh Siddha2008-11-111-1/+2
* V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil2008-10-212-4/+4
* V4L/DVB (9271): videobuf: data storage optimisation (2)Darron Broad2008-10-171-1/+1
* V4L/DVB (9265): videobuf: data storage optimisationDarron Broad2008-10-171-1/+1
* V4L/DVB (9227): MFE: Add multi-frontend mutual exclusionDarron Broad2008-10-171-1/+1
* V4L/DVB (9224): MFE: bugfix: add missing frontend allocationDarron Broad2008-10-171-0/+12
* V4L/DVB (9223): MFE: Fix a number of bugs and some tidying upDarron Broad2008-10-171-3/+4
* V4L/DVB (9222): S2API: Add Multiple-frontend on a single adapter support.Steven Toth2008-10-172-95/+112
* V4L/DVB (9168): Add support for MSI TV@nywhere Plus remoteBrian Rogers2008-10-133-0/+54
* V4L/DVB (9160): v4l: remove vidioc_enum_fmt_vbi_capHans Verkuil2008-10-131-13/+0
* V4L/DVB (9113): saa7134: fixes for the Asus Tiger Revision 1.00Hermann Pitton2008-10-123-5/+46
* V4L/DVB (9065): saa7134: fix I2C remote controls on saa7134Dmitri Belimov2008-10-121-0/+4
* V4L/DVB (9063): Add ADS Tech Instant HDTV PCI supportAdam Glover2008-10-123-1/+34
* V4L/DVB (9061): saa7134: Add support for Real Audio 220Mauro Carvalho Chehab2008-10-123-0/+43
* V4L/DVB (9060): saa7134: Add support for Avermedia PCI pure analog (M135A)Mauro Carvalho Chehab2008-10-123-0/+48
* V4L/DVB (9059): saa7134: Add support for Encore version 5.3 boardMauro Carvalho Chehab2008-10-123-0/+50
* V4L/DVB (9057): saa7134: Hauppauge HVR-1110, support for radio and analog aud...David Bentham2008-10-121-10/+14
* V4L/DVB (9049): convert tuner drivers to use dvb_frontend->callbackMichael Krufky2008-10-123-7/+4
* V4L/DVB (9028): saa7134: add support for the triple Asus Tiger 3in1hermann pitton2008-10-123-0/+84
* V4L/DVB (8918): saa6752hs: simplify writing to registersHans Verkuil2008-10-121-78/+49
* V4L/DVB (8917): saa7134-empress: fix changing the capture standard for non-tu...Hans Verkuil2008-10-124-16/+64
* V4L/DVB (8797): A simple state machine was added to saa7134_ts.Dmitry Belimov2008-10-122-12/+52
* V4L/DVB (8796): saa7134-empress: remove incorrect IRQ defines for TSDmitry Belimov2008-10-121-3/+1
* V4L/DVB (8795): saa7134-empress: insert leading null bytes for Beholder M6 em...Dmitry Belimov2008-10-122-9/+23
* V4L/DVB (8745): v4l2: fix a bunch of compile warnings.Hans Verkuil2008-10-121-1/+1
* V4L/DVB (8680): saa7134-core.c: fix warningAlexander Beregalov2008-10-121-26/+26
* V4L/DVB (8640): saa6752hs: add PMT table for AC3Hans Verkuil2008-10-121-13/+50
* V4L/DVB (8639): saa6752hs: cleanup and add AC-3 supportHans Verkuil2008-10-122-102/+185
* V4L/DVB (8625): saa7134: Add NEC prococol IR decoding capabilityMauro Carvalho Chehab2008-10-121-6/+134
* V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil2008-10-122-1/+10
* ALSA: Kill snd_assert() in other placesTakashi Iwai2008-08-131-5/+8
* V4L/DVB (8534): remove select's of FW_LOADERAdrian Bunk2008-07-271-2/+0
* V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil2008-07-273-11/+3
* V4L/DVB (8506): empress: fix control handling oopsHans Verkuil2008-07-273-16/+48
* V4L/DVB (8505): saa7134-empress.c: fix deadlockHans Verkuil2008-07-272-9/+5
* V4L/DVB (8496): saa7134: Copy tuner data earlier in init to avoid overwriting...Simon Arlott2008-07-262-5/+3
* V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops st...Hans Verkuil2008-07-262-38/+45
* V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....Hans Verkuil2008-07-231-0/+1
* V4L/DVB (8428): videodev: rename 'dev' to 'parent'Hans Verkuil2008-07-232-2/+2
* V4L/DVB (8395): saa7134: Fix Kbuild dependency of ir-kbd-i2cMauro Carvalho Chehab2008-07-201-0/+78
* V4L/DVB (8319): saa7134: Add support for analog only ASUSTeK P7131Hermann Pitton2008-07-203-0/+45
* V4L/DVB (8244): saa7134: add support for AVerMedia M103Massimo Piccioni2008-07-203-0/+36
* v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10Hans Verkuil2008-07-205-10/+2