summaryrefslogtreecommitdiff
path: root/linux/include
AgeCommit message (Collapse)Author
2004-12-16patch by Taylor Jacob to add support for ATSC/VSB frontendsJohannes Stezenbach
and the B2C2/BBTI Air2PC-ATSC card API changes: - add #define DVB_API_VERSION_MINOR 1 - add struct dvb_vsb_parameters to struct dvb_frontend_parameters for FE_SET_FRONTEND
2004-12-14- switch over to tveeprom for hauppauge card config.Gerd Knorr
2004-12-09- work on dvb pll stuff.Gerd Knorr
- misc dvb updates. - pinnacle 300i stuff (not working yet).
2004-12-08- remove frequeny bending supportMichael Hunold
- code simplification
2004-12-02Patch by C.Y.M.: add __user and __iomem annotations, remove someJohannes Stezenbach
unnecessary casts (cleanups from mailine kernel)
2004-12-01- mpeg aspect ratio stuff.Gerd Knorr
2004-11-30- add new tuners.Gerd Knorr
- ir support for Compro Videomate by Michael Mellor.
2004-11-21- prefix IER_DISABLE and IER_ENABLE with SAA7146_Johannes Stezenbach
- add SAA7146_ISR_CLEAR - use those consistently in the ttpci driver
2004-11-19- misc cleanups.Gerd Knorr
- blackbird + empress updates.
2004-11-18- a batch of mpeg2/empress fixes/changes.Gerd Knorr
2004-11-13Corrected name of busywait parameterAndrew de Quincy
2004-11-12 - Compile fixKenneth Aafloy
2004-11-10- lots of empress stuff from Andrew de Quincey + some rewrites from me.Gerd Knorr
- misc fixes.
2004-11-09- avermedia fixes (by Nickolay V. Shmyrev).Gerd Knorr
- make it build on non-cutting edge kernels (i.e. 2.6.9 ;) - convert remaining modules to new-style insmod options.
2004-11-08- make needlessly global code staticMichael Hunold
- remove unused code Thanks to Adrian Bunk <bunk@stusta.de>
2004-11-07- yet another video-buf interface change + fixups.Gerd Knorr
- move more modules to new-style insmod options.
2004-10-28Imported FE_REFACTORING to HEADAndrew de Quincy
2004-10-27- drop some old, obsolete code.Gerd Knorr
- misc fixes.
2004-10-20- switch over to "frontend refactored" cvs branch.Gerd Knorr
2004-10-19- saa7134 reorganiation for modular mpeg2 stuffGerd Knorr
- splitted some generic dvb code into the new video-buf-dvb module.
2004-10-13- kill trailing whitespaces.Gerd Knorr
2004-10-12- saa7134: card list updates.Gerd Knorr
- some v4l2 mpeg ioctl tweaks.
2004-10-11- fix poll/select oops.Gerd Knorr
2004-09-27+NHolger Waechtler
2004-09-27DishNetwork Support based on Jeremy Hall's old patchesHolger Waechtler
2004-09-23- make video-bufg don't touch struct file any more, pass throughGerd Knorr
a void ptr instead of a file ptr everythere. - add cx22702 fe driver,
2004-09-20- saa7134: add Compro VideoMate TV Gold+ (Eric Dorland).Gerd Knorr
- v4l2: mpeg ioctl tweaks.
2004-09-20- bttv: dark red image fixed (thanks to jeremy smith).Gerd Knorr
- misc cx88 tweaks.
2004-09-17- cx88: maybe fix nicam + pal-iGerd Knorr
- v4l2: mpeg api first cut
2004-09-15- added a bunch of $Id$ tags.Gerd Knorr
2004-09-10- add TCL 2002N tuner (Michael T. Dean).Gerd Knorr
2004-09-10- fix 2.4 kernel builds.Gerd Knorr
2004-08-26- cx88: Dvico FusionHDTV patches by Mac MichaelsGerd Knorr
2004-08-25- merge 2.6.9-rc1 changes (mostly __user stuff).Gerd Knorr
2004-08-25- cx88: plenty of mpeg work. blackbird might even work withGerd Knorr
some luck. dvb needs more work.
2004-08-23- some bttv debug code.Gerd Knorr
- new tuner type by Michael T. Dean
2004-08-09#include <linux/compiler.h> for sparse annotationsJohannes Stezenbach
2004-08-05ATSC enumsHolger Waechtler
2004-07-31merge back various cleanups from mainline kernel:Johannes Stezenbach
- sparse annotiations (viro) - NULL noise removal (viro) - #if where #ifdef should've been (saa7146) (viro) - convert private ABS() to kernel's abs() (rddunlap) - dvb_register_i2c_device() locking fix for -ENOMEM (akpm) - dvb_register_i2c_bus() locking fix for -ENOMEM (akpm)
2004-07-30- cx88: more reorganization + code shuffeling.Gerd Knorr
2004-07-29 - Fix videodev has no release callback.Kenneth Aafloy
NOTE: Michael, please remember to change the other drivers when submitting to Andrew.
2004-07-28- tuner: added new type.Gerd Knorr
- bttv: added id.
2004-07-27dditional OSD window types:Oliver Endriss
applied patch by Jeremy Jones mr.lebowski (at) gmail.com with some modifications
2004-07-18New ioctl OSD_GET_CAPABILITY/OSD_CAP_MEMSIZE - returns size of OSD memory.Oliver Endriss
2004-07-07- saa7134: add automute option.Gerd Knorr
- tda9887: add config i2c command.
2004-06-21- Replace generic saa7146 i2c name by card specific name, suggested by Uli ↵Michael Hunold
Luckas <luckas@musoft.de>
2004-06-08- update i2c stuff for the changes in upcoming 2.6.7Gerd Knorr
2004-05-28- userptr fix.Gerd Knorr
- add KEY_TEXT define for 2.4.
2004-05-03- fix include file order in ttpci-driverMichael Hunold
- convert tda1004x driver to kernel i2c, implement untested firmware loading
2004-04-28- fix some ppc be endianess issues, overlay works fine, grabbing does not ↵Michael Hunold
work reliably yet, though