summaryrefslogtreecommitdiff
path: root/v4l/scripts
AgeCommit message (Collapse)Author
2006-02-08XC3028 code marked with an special define optionMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> - Current xc3028 support is still experimental, requiring more work to be sent to mainstream. So, it was marked inside some defines, in order to be removed by gentree.pl stript. Script also updated to remove it. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-02-08merged patch at master tree.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> ------------
2006-02-02remove (local) Makefile patch from 'make kernel-links'Michael Krufky
From: Michael Krufky <mkrufky@linuxtv.org> Previously, 'make kernel-links' would patch the local Makefile, such that 'make clean' would return the repository to its natural state. This is causing maintenance problems, so I am removing it for now. After running 'make kernel-links', one should re-clone the v4l-dvb repo, until further notice. WARNING: make kernel-links will destroy your kernel sources, and symlink all v4l-dvb sources to the sources in this repository. Use this build method at your own risk! Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2006-01-31Fixed a bug at strip-trailing-whitespacesMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Sometimes, it was needed to run it several times. fixed. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-01-29ChangeLog file removed from v4l-dvb Mercurial treeMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> - This patch removes ChangeLog file. with Mercurial, it can be generated any time by running hg logs -v. - Makefile and prep_commit_msg.pl updated to work without ChangeLog. - Removed/Adapted instructions on README.HG about ChangeLog. - prepare-Changelog.pl changed to just report one line. This might help people to identify functions that were changed by a patchset. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-01-28Several fixes for using with mercurialMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> cvs commands replaced to hg created a new script to help commiting Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-01-23remove nxt2002 from insmod.shMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2006-01-21make pvrusb2-unmerge reverts make pvrusb2 build patching commandMichael Krufky
- 'make pvrusb2-unmerge' will un-patch the build files without the need to do 'make clean' Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2006-01-15Update hwdata scriptNickolay V. Shmyrev
From: Nickolay V. Shmyrev <nshmyrev@yandex.ru> Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2006-01-15prevent 'make pvrusb2' from running twice in a row.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2006-01-15'make pvrusb2' symlinks pvrusb2 code to build with the rest of cvsMichael Krufky
- Add option to build pvrusb2 driver along with the rest of v4l-dvb cvs. - make pvrusb2 will symlink the code from the v4l_experimental dir. - to build: make pvrusb2 make make install - Always do 'make clean' before cvs commit, to un-patch the Makefile, returning the build environment to its original state. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2006-01-12reactivated CARDLIST.tuner automatic update script.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2006-01-12disable CARDLIST.tuner automatic regeration scriptMichael Krufky
- disable CARDLIST.tuner automatic regeration script, until it can be updated to handle latest redesign. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2006-01-09Several i2C cleanups to compile on both current linux and kernels >2.6.15Mauro Carvalho Chehab
kernel-sync Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2006-01-05Added cx88-alsa to insmod.shRicardo Cerqueira
From: Ricardo Cerqueira <v4l@cerqueira.org> Add cx88-alsa to the load/unload list Signed-off-by:
2006-01-01added saa7127 msp3400 tvp5150 to insmod.sh script.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-27Script fixed to work properly after tuner-simple.c changes.Mauro Carvalho Chehab
- Script fixed to work properly after tuner-simple.c changes. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-12-27insmod.sh, debug mode- tuner_debug=1Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-26add compat_ioctl32.ko to insmod.shMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-26Fixed some errors at gentree parsing.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-12-24cx88-dvb.ko depends on cx88-vp3054-i2c.koMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-22add 'make reload' command to Makefile for quick v4l/dvb module reloadMichael Krufky
- Added command, 'make reload' - removes modules and re-inserts them. - Change console output to indicate that both v4l and dvb modules are being loaded/unloaded. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-22added video4linux modules to insmod.sh scriptMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-21added sp887x or51211 and or51132 to insmod.sh scriptMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-21fixed errors in "insmod.sh debug"Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-21removed stray #Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-21use v4l cvs modules instead of kernel modulesMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-21add cx24123.ko frontend module to insmod.sh scriptMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-21import insmod.sh script from dvb kernel cvsMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-08fixes handling for #if 0/#if 1 with keepMauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-12-08Updated doc to explain usage of #if macros and gentree updatedMauro Carvalho Chehab
- Updated to explain usage of #if macros - gentree was removing linux/version.h from .c files. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-12-07Added some tests for compatibility #ifMauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-12-04s/"ChangeLog"/"v4l/ChangeLog"Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-04Prepare Changelog entries relative to top-level cvs directory.Michael Krufky
- Show Changelog entries relative to top-level cvs directory, rather than v4l/ directory. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-27updated "make kernel-links" for merged treeMichael Krufky
"make kernel-links" (dvb-kernel "makelinks" build method) updated for merged tree. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-26Alter build configuration for official merged v4l+dvb development tree.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-26Included tuner.plMauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-25fix fuzz & offsetsMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-25Add all remaining dvb modules into merge-trees buildMichael Krufky
- add install configuration for dvb-kernel modules to Makefile. - enable all remaining dvb-kernel modules in merge-trees build environment. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-25tuner description now follows the same CodingStyle as the othersMauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-23add dvb-core to v4l/dvb merged-trees build environmentMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-22disable DST in merge-trees buildMichael Krufky
- DST build currently disabled in merged-tree build environment. Currently broken in merged v4l+dvb trees due to some changes in include/linux/dvb/frontend.h To re-enable it, edit Make.config - DST is NOT broken in dvb-kernel cvs. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-22Create separate build option for DST in Make.configMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-20fix offsetsMichael Krufky
- fix offsets Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-02 - fix fuzz & offsets.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-29 - write to CARDLIST.em28xx instead of CARDLIST.em2820Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-28- Including script with the newer name.Mauro Carvalho Chehab
2005-10-28 - module em2820 renamed to em28xx and moved to V4L dir.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-25 - Revert build changes with respect to saa7134-alsa.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-25 - fix offsetsMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>