summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2005-12-01[PATCH] V4L: Makes needlessly global code staticAdrian Bunk5-12/+13
2005-12-01[PATCH] V4L: Some funcions now static and I2C hw code for IRMauro Carvalho Chehab3-6/+6
2005-12-01[PATCH] V4L: Enables audio DMA setting on cx88 chips, even when dma not in useMauro Carvalho Chehab3-0/+39
2005-12-01[PATCH] V4L: Bttv bytes per line fixMichael H. Schimek1-11/+23
2005-12-01[PATCH] V4L: Fix read() bugs in bttv driverNickolay V. Shmyrev2-3/+7
2005-12-01[PATCH] V4L: Removed audio DMA enabling from cx88-coreMauro Carvalho Chehab1-3/+0
2005-12-01[PATCH] V4L: Fixes nicam soundIan Pickworth1-15/+10
2005-12-01[PATCH] V4L: tveeprom MAC address parsing/cleanupSteven Toth2-36/+56
2005-12-01[PATCH] V4: Include comments for DVB models and includes missing onesSteven Toth1-3/+6
2005-12-01[PATCH] V4L: Fixes warning at bttv-driver.cLuiz Capitulino1-1/+1
2005-12-01[PATCH] V4L: Fix hotplugging issues with saa7134Ricardo Cerqueira4-38/+88
2005-12-01[PATCH] V4L: Fixes maximum number of VBI devicesSigmund Augdal Helberg1-13/+13
2005-11-28[PATCH] fix broken hybrid v4l-dvb frontend selectionMichael Krufky5-47/+33
2005-11-20[PATCH] Fix an OOPS is CinergyT2Dmitry Torokhov1-1/+1
2005-11-20Fix missing initialization in ir-kbd-gpio.cDmitry Torokhov1-2/+3
2005-11-20Fix an OOPS when initializing IR remote on saa7134Dmitry Torokhov1-0/+2
2005-11-16[DVB] cinergyT2: cinergyt2_register_rc() should return 0 on successDavid S. Miller1-0/+2
2005-11-16[SPARC64]: Oops in pci_alloc_consistent with cingergyT2Guido Guenther1-4/+3
2005-11-13[PATCH] v4l: 976: ensure consistent v4l firmware prefixesHans Verkuil1-1/+1
2005-11-13[PATCH] v4l: 977: fix broken dependency needed for sa7134 moduleMauro Carvalho Chehab1-1/+1
2005-11-13[PATCH] v4l: 975: apply saa7134-alsa fixesRicardo Cerqueira1-157/+120
2005-11-13[PATCH] v4l: 974: saa7134 shouldn't DEPEND on SND_PCM_OSS. Instead, SELECT it.Michael Krufky1-1/+2
2005-11-13[PATCH] v4l: saa711x driver doesn't need segment.hDave Jones1-1/+0
2005-11-13[PATCH] v4l: prevent saa7134 alsa undefined warningsMike Krufky1-1/+1
2005-11-13[PATCH] v4l: (966.1) Removes Obsoleted i2c-compat.h from newer driversMauro Carvalho Chehab4-4/+0
2005-11-13[PATCH] v4l: (966) Authorship fixes for new ModulesHans Verkuil4-12/+9
2005-11-13[PATCH] v4l: (948) adds support for saa7115 video decoderHans Verkuil1-0/+1380
2005-11-13[PATCH] v4l: (963.1) hybrid v4l/dvb: remove duplicated codeMichael Krufky1-3/+0
2005-11-13[PATCH] v4l: (963) em28xx IR fixupMauro Carvalho Chehab1-3/+0
2005-11-13[PATCH] v4l: (962) Added new saa7134 card (MSI TV@anywhere plus)Ricardo Cerqueira2-0/+33
2005-11-13[PATCH] v4l: (958) Make cx25840 use firmware image named 'cx25840.fw'Tyler Trafford1-1/+1
2005-11-13[PATCH] v4l: (951) Make saa7134-oss as a stand-alone moduleRicardo Cerqueira5-167/+250
2005-11-13[PATCH] v4l: (950) Added compiler options for cx25840 saa7115 and saa7127Mauro Carvalho Chehab3-0/+15
2005-11-13[PATCH] v4l: (949) Added support for secam l'Hartmut Hackmann1-0/+4
2005-11-13[PATCH] v4l: (946) adds support for cx25840 video decoderHans Verkuil5-0/+1960
2005-11-13[PATCH] v4l-944-added-driver-for-saa7127-video-tidyAndrew Morton1-8/+8
2005-11-13[PATCH] v4l: (944) added driver for saa7127 video decoderHans Verkuil1-0/+852
2005-11-13[PATCH] v4l: (939) Support for nebula rc5 based gpio remoteMark Weaver6-6/+317
2005-11-13[PATCH] v4l: (937) Included missing interrupt.h at saa7134-alsa.cNickolay V. Shmyrev1-0/+1
2005-11-13[PATCH] v4l:: (936) Support for sabrent bt848 versionBill Pechter3-2/+22
2005-11-13[PATCH] v4l: (935) Moved common IR stuff to ir-common.cRicardo Cerqueira4-111/+112
2005-11-13[PATCH] v4l: (943) added secam l video standardMauro Carvalho Chehab1-3/+8
2005-11-13[PATCH] v4l: (930) Alsa fixes and improvementsRicardo Cerqueira2-45/+46
2005-11-13[PATCH] v4l: (926.1) Added compiling options for wm8775 and cs53l32a chipsMauro Carvalho Chehab2-0/+8
2005-11-12[PATCH] fix b2c2 dvb undefined symbolPrakash Punnoor1-0/+1
2005-11-09[PATCH] V4L: 926: Saa7134 alsa can only be autoloaded after saa7134 is activeRicardo Cerqueira4-292/+288
2005-11-09[PATCH] V4L: 925: saa7134 alsa is now a standalone moduleRicardo Cerqueira4-29/+121
2005-11-09[PATCH] V4L: 920: fixed autodetection of max size by if alternate settingMauro Carvalho Chehab3-24/+34
2005-11-09[PATCH] V4L: 919: improves the audio handling for nicam on cx88-audioTorsten Seeboth1-2/+6
2005-11-09[PATCH] V4L: 917: fixes some bugs in msp3400Hans Verkuil1-142/+159