summaryrefslogtreecommitdiff
path: root/v4l/scripts
AgeCommit message (Collapse)Author
2005-07-22Minor changes to v4l/dvb tree merging/unmerging scripts.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-22 * scripts/merge-trees.sh:Michael Krufky
- New script to symlink DVB frontend code from dvb-kernel cvs tree into patched video4linux cvs tree for testing and development across both trees. * scripts/unmerge-trees.sh: - New script to be run after development, and before generating patches or making cvs commits. This removes the symlinks to the frontend code, and reverts the patch to the video4linux tree created by merge-trees.sh . Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-15DVB Stuff removed. Makefile now doesn't need it also.Mauro Carvalho Chehab
compat.h changed to reflect latest API change. Included a script to make ChangeLog Generation easier. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-07scripts/buildpatch:Mauro Carvalho Chehab
- Added code to eliminate #if 0 and #if 1 when submiting pathes to new kernel. Miscelaneous CodingStyle stuff. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-07 * scripts/buildpatch:Mauro Carvalho Chehab
- Added code to eliminate BTTV check version when submiting pathes to new kernel. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-02 * Make.config:Nickolay V. Shmyrev
- Fix check for newer kernel to compile dvb modules. * tea5767.c, tuner-core.c, tuner.h, tuner-simple.c, scripts/cardlist: - Cleanup code a bit * msp3400-old.c, vbi, tda9887.h: - Remove unused files
2005-06-23 * scripts/buildpatch:Michael Krufky
- Produce diffstat before patch. - diffstat & patch to STDOUT. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-06-22 * scripts/cardlist:Mauro Carvalho Chehab
- Script updated to strip tail spaces - Correclty generates a tuner number for tea chip * doc/CARDLIST.cx88, doc/CARDLIST.saa7134, doc/CARDLIST.tuner: - Card definitions updated. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-22Reverted wrong commit.Mauro Carvalho Chehab
2005-06-22MakeMauro Carvalho Chehab
- Less verbose Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-06-03Mauro Chehab:Mauro Carvalho Chehab
* cx88-cards.c: - changed tuner number by it's name as defined on tuner.h. * scripts/make_kern_diff.sh - now it also makes diff for include files. Catalin Climov <catalin@climov.com>: * cx88-blackbird.c: - Blackbird firmware API cleanup, symbolic constants for param values. - improved readability and comprehensibility for api calls. * cx88-cards.c: - PVR2000 & MEC gpio fixes. * cx88-tvaudio.c: - enable sound input from external adc * cx88-video.c: - initialize the hue, contrast and brightness controls to default values * cx88-mpeg.c: - s/cx_write/cx_set for MO_TS_INTMSK, MO_DEV_CNTRL2, MO_TS_DMACNTRL
2005-06-01Script for collect pci data from source in format of Linux PCI ID's projectNickolay V. Shmyrev
2005-06-01Add a new script to make easier to locate differences between v4l develop-Mauro Carvalho Chehab
ment and kernel 2.6.
2005-05-15Mauro Chehab (mchehab at brturbo.com.br): scripts/cardlist updated toMauro Carvalho Chehab
automatically generate doc/CARDLIST.cx88. doc/CARDLIST.xxx updated.
2005-05-03- added the buildpatch script I've used to generate kernel patchesGerd Knorr
to the new repository @ linuxtv.org @ linuxtv.org
2005-03-07- add flyvideo duo.Gerd Knorr
2005-02-21- add some bttv debug code.Gerd Knorr
2005-02-15- merge some patches from mainline.Gerd Knorr
- tuner kernel message fixups. - misc.
2005-02-10- pcHDTV HD3000 support (by Rusty Scott).Gerd Knorr
2005-02-10- some tuner fixups.Gerd Knorr
2005-02-04- tda9887: rollback secam fixup for now ...Gerd Knorr
2005-01-24- sync with 2.6.11-rc2 & latest dvb cvs.Gerd Knorr
- misc card-specific tweaks.
2005-01-20- mt352 fixes.Gerd Knorr
2005-01-17- fix tveeprom.Gerd Knorr
2005-01-14- pinnacle 300i starts working now ...Gerd Knorr
2005-01-14- pinnacle 300i starts working a bit.Gerd Knorr
2005-01-13- card-specific and other fixes from various people.Gerd Knorr
- more pinnacle 300i work (still not functional :-/).
2005-01-11- misc card fixes.Gerd Knorr
2005-01-07- new bttv card (by Chris Fanning).Gerd Knorr
- misc.
2005-01-04- more pinnacle 300i stuff (not working yet).Gerd Knorr
2005-01-03- FUSIONHDTV fix from Christopher Pascoe.Gerd Knorr
2004-12-14- switch over to tveeprom for hauppauge card config.Gerd Knorr
2004-12-10- add moduleparam.h include to many files.Gerd Knorr
- some pinnacle 300i progress (can talk to mt352 now, not working yet through). - misc minor stuff.
2004-12-09- work on dvb pll stuff.Gerd Knorr
- misc dvb updates. - pinnacle 300i stuff (not working yet).
2004-11-30- new cx88-based dvb card by Christopher Pascoe.Gerd Knorr
- cx88: IR support by Christopher Pascoe and me.
2004-11-17- misc minor cleanups and card-specific fixes.Gerd Knorr
2004-11-07- yet another video-buf interface change + fixups.Gerd Knorr
- move more modules to new-style insmod options.
2004-10-19- saa7134 reorganiation for modular mpeg2 stuffGerd Knorr
- splitted some generic dvb code into the new video-buf-dvb module.
2004-10-15- fix cx88 polling.Gerd Knorr
2004-10-13- kill trailing whitespaces.Gerd Knorr
2004-10-12- saa7134: card list updates.Gerd Knorr
- some v4l2 mpeg ioctl tweaks.
2004-10-12- more power management stuff.Gerd Knorr
- misc fixes.
2004-10-11- fix poll/select oops.Gerd Knorr
2004-10-11- some powermanagement stuff.Gerd Knorr
- misc minor fixes.
2004-10-07- switch msp3400 + cx88 to 2.6-style module parameters.Gerd Knorr
2004-10-07- created a copy of the current msp3400 module (with 2.4 support).Gerd Knorr
- msp3400: 2.6-ified it (use kthread, throw away several ifdefs). - msp3400: use a kernel thread for msp34xxg as well, so the std detection runs asyncronly.
2004-10-06- bttv: irq fixes.Gerd Knorr
- add i2c scans.
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-16- add script to kill trailing whitespaces in the sources.Gerd Knorr
2004-09-15- bttv: fix planar capture oops.Gerd Knorr
- cx88: make dvb driver quiet. - cx88: some i2c init/exit fixes.