summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | [PATCH] matroxfb: read MGA PInS data on PowerPCIan Romanick2005-09-091-0/+30
* | [PATCH] radeonfb_old: Fix broken linkAntonino A. Daplas2005-09-091-2/+1Star
* | [PATCH] atyfb: Remove code that sets sync polarity unconditionallyAlexander Kern2005-09-091-14/+0Star
* | [PATCH] console: Fix buffer copy on vc resizeAntonino A. Daplas2005-09-091-6/+31
* | [PATCH] fbcon: Saner 16-color to 4-color conversionAntonino A. Daplas2005-09-091-2/+19
* | [PATCH] fbdev: Fix greater than 1 bit monochrome color handlingAntonino A. Daplas2005-09-094-27/+50
* | [PATCH] nvidiafb: Fallback to firmware EDIDAntonino A. Daplas2005-09-093-8/+16
* | [PATCH] savagefb: Driver updatesAntonino A. Daplas2005-09-093-21/+147
* | [PATCH] fbdev: Resurrect hooks to get EDID from firmwareAntonino A. Daplas2005-09-091-1/+34
* | [PATCH] fbdev: geode updatesDavid Vrabel2005-09-094-54/+143
* | [PATCH] fbdev: prevent drivers that have hardware cursors from calling softwa...James Simmons2005-09-097-35/+6Star
* | [PATCH] vesafb: Add blanking supportAntonino A. Daplas2005-09-091-0/+38
* | [PATCH] fbdev: Add fbset -a supportAntonino A. Daplas2005-09-092-2/+52
* | [PATCH] files: lock-free fd look-upDipankar Sarma2005-09-091-2/+2
* | [PATCH] files: break up files structDipankar Sarma2005-09-091-1/+3
* | [PATCH] v4l: tveeprom improved to support newer Hauppage cardsMauro Carvalho Chehab2005-09-094-101/+232
* | [PATCH] v4l: TVaudio cleanup and better debug messagesMauro Carvalho Chehab2005-09-091-94/+112
* | [PATCH] v4l: include saa6588 compiler option and files / fixes comments on tu...Mauro Carvalho Chehab2005-09-097-3/+599
* | [PATCH] v4l: make the input event device for IR matchable by udev rules.Mauro Carvalho Chehab2005-09-093-0/+3
* | [PATCH] v4l: add some missing parameter descriptions in msp3400.cMauro Carvalho Chehab2005-09-091-0/+4
* | [PATCH] v4l: print warning if pal= or secam= argument is unrecognizedMauro Carvalho Chehab2005-09-092-0/+25
* | [PATCH] v4l: correct the amux for composite and s-video inputs on the Sabrent...Mauro Carvalho Chehab2005-09-091-2/+2
* | [PATCH] v4l: #include <linux/config.h> no longer needed.Mauro Carvalho Chehab2005-09-091-1/+0Star
* | [PATCH] v4l: the Microtune 4049FM5 uses an IF frequency of 33.3 MHz for FM ra...Mauro Carvalho Chehab2005-09-092-2/+6
* | [PATCH] v4l: some error treatment implemented at resume functions.Mauro Carvalho Chehab2005-09-093-7/+51
* | [PATCH] v4l: change LG TDVS H062F from NTSC to ATSCMauro Carvalho Chehab2005-09-091-1/+1
* | [PATCH] v4l: normalize whitespace and comments in tuner listsMauro Carvalho Chehab2005-09-091-23/+20Star
* | [PATCH] v4l: cx88-dvb incorrect reporting fixed and remove bad PCI ID for Sab...Mauro Carvalho Chehab2005-09-093-14/+2Star
* | [PATCH] v4l: add saa713x card #66: Yuan TUN-900 (saa7135)Mauro Carvalho Chehab2005-09-092-0/+42
* | [PATCH] v4l: add saa713x card #65 Kworld V-Stream Studio TV TerminatorMauro Carvalho Chehab2005-09-092-0/+34
* | [PATCH] v4l: correct LG NTSC TALN mini tuner takeoverMauro Carvalho Chehab2005-09-091-1/+1
* | [PATCH] v4l: syncs tveeprom tuners list with the list from ivtvMauro Carvalho Chehab2005-09-091-2/+10
* | [PATCH] v4l: change the prefix of msp34xx and error while reading chip versionMauro Carvalho Chehab2005-09-091-3/+3
* | [PATCH] v4l: SAA7134 updates and board additionsMauro Carvalho Chehab2005-09-0913-37/+50
* | [PATCH] v4l: CX88 updates and card additionsMauro Carvalho Chehab2005-09-0912-599/+874
* | [PATCH] v4l: BTTV updates and card additionsMauro Carvalho Chehab2005-09-099-514/+721
* | [PATCH] v4l: common part Updates and tuner additionsMauro Carvalho Chehab2005-09-0918-130/+186
* | [PATCH] VIDEO_BT848: remove not required part of the help textAdrian Bunk2005-09-091-3/+0Star
* | [PATCH] pcmcia: add pcmcia to IRQ informationBrice Goglin2005-09-092-3/+11
* | [PATCH] pcmcia: more IDs for ide_csDominik Brodowski2005-09-091-1/+5
* | [PATCH] pcmcia: OMAP CF controllerDavid Brownell2005-09-093-0/+381
* | [PATCH] pcmcia: remove unused Vpp1, Vpp2 and VccDominik Brodowski2005-09-092-4/+1Star
* | [PATCH] pcmcia: remove unused client_tDominik Brodowski2005-09-091-3/+0Star
* | [PATCH] pcmcia/yenta: avoid PCI write posting problemDaniel Ritz2005-09-091-0/+6
* | [PATCH] fix pcmcia_request_irq() for multifunction cardDaniel Ritz2005-09-091-1/+2
* | [PATCH] pcmcia/cs: fix possible missed wakeupDaniel Ritz2005-09-091-4/+5
* | [PATCH] yenta: share code with PCI coreDominik Brodowski2005-09-092-25/+20Star
* | [PATCH] pcmcia: reduce ds.c stack footprintIngo Molnar2005-09-091-6/+18
* | [PATCH] dvb: ttusb-budget: use time_after_eq()Marcelo Feitoza Parisi2005-09-091-2/+4
* | [PATCH] dvb: saa7146: i2c vs. sysfs fixPhilipp Matthias Hahn2005-09-091-0/+1