summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/saa7134
AgeCommit message (Collapse)Author
2004-04-21- bumb versions for release.Gerd Knorr
2004-04-21- tuner fix.Gerd Knorr
2004-04-21- saa7134: new card entry (by m8923014@msg.ndhu.edu.tw).Gerd Knorr
- ir-kbd-i2c: new remote (also m8923014@msg.ndhu.edu.tw).
2004-04-19- cx88: some btsc-sap bits (not enabled yet).Gerd Knorr
- saa7134: new entry for the avermedia 305. - misc fixes.
2004-04-14- cx88/tda9887: secam fixes.Gerd Knorr
- video-buf: add sanity checks (thanks to Laurent Pinchart). - saa7133: fix off-by-one bug for oss sound recording.
2004-04-13- bttv: splitted video + vbi buffer switching, that should make bttvGerd Knorr
less sensitive to IRQ latencies. - saa7134: new card added, minor saa7133 fixes (by toshii@netbsd.org).
2004-04-13- cx88: some tvaudio code from dscaler cvs (btsc + nicam).Gerd Knorr
2004-04-08- cx88: more PAL-DK fixes.Gerd Knorr
2004-04-08- cx88: fix PAL-DK fm/stereo.Gerd Knorr
- misc.
2004-04-06- add saa7134 asus inputs (by Martin Hicks).Gerd Knorr
2004-04-06- add retry loop for carrier scan.Gerd Knorr
2004-04-06- saa7134 card list fixes.Gerd Knorr
2004-04-05- new Bayer image format for v4l2.Gerd Knorr
- misc saa7134 fixes.
2004-04-05- update version numbers for release.Gerd Knorr
2004-04-01- fix tuner for saa7133 asus board.Gerd Knorr
2004-03-31- tda9887 autoload for cx88.Gerd Knorr
2004-03-31- make bttv hw i2c configurable per card, enable for twinhan dst.Gerd Knorr
2004-03-25- saa7134 IR updates by Job D. R. BorgesGerd Knorr
2004-03-25- cx88 vbi fixes by Tom ZoernerGerd Knorr
2004-03-17- fix saa7134 cropping.Gerd Knorr
2004-03-15- cropcap fixes.Gerd Knorr
- v4l1-compat fix.
2004-03-10- crop support for saa7134.Gerd Knorr
2004-03-08- fix saa7134 oss oops.Gerd Knorr
2004-03-05- more cards supported in ir-kbd-gpio.cGerd Knorr
- add magics to video-buf structs. - fix saa7134 oss driver spinlocks. - misc minor stuff.
2004-02-24- bump version numbers for release.Gerd Knorr
2004-02-22Initial revisionGerd Knorr
2007-01-30Remove obsolete alias defines of CONFIG_* settingsTrent Piepho
From: Trent Piepho <xyzzy@speakeasy.org> The out of tree v4l-dvb build system didn't always override the kernel's configuration settings with v4l-dvb's settings correctly. To work around this, makefiles would define some new macro based on the setting of a config variable. e.g. the pwc Makefile would define CONFIG_PWC_DEBUG if CONFIG_USB_PWC_DEBUG (which is defined via Kconfig) was set. The v4l-dvb build system should now always override correctly, and this is no longer necessary. This patch gets ride of these extra defines and just uses the CONFIG_* settings directly. Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>