diff options
author | Michael Krufky <devnull@localhost> | 2005-07-22 04:09:41 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-07-22 04:09:41 +0000 |
commit | e63df8330a4804eb746a91622cfa32ba38947807 (patch) | |
tree | e41388e417087ede3799322fe11533936e990816 /v4l/ChangeLog | |
parent | 4a1771d50a129c6ad9bf789f79c97ba10ab9494b (diff) | |
download | mediapointer-dvb-s2-e63df8330a4804eb746a91622cfa32ba38947807.tar.gz mediapointer-dvb-s2-e63df8330a4804eb746a91622cfa32ba38947807.tar.bz2 |
* scripts/merge-trees.sh:
- 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>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index f43085148..2abfbd181 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,20 @@ +2005-07-22 03:51 mkrufky + * scripts/merge-trees.sh: + - 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 . + + * saa7134-i2c.c: + - Removed trailing whitespace. + + Signed-off-by: Michael Krufky <mkrufky@m1k.net> + 2005-07-22 00:50 mkrufky * Makefile: - Restore EXTRA_CFLAGS for DVB frontends previously removed in error. |