diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-08 20:20:09 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-08 20:20:09 +0000 |
commit | a153b824099026a170b76a52a93e2b6a7fc6c4ef (patch) | |
tree | 0a255b9e8c52fa3180e44d7a4ffa637c78eeecd8 /v4l/ChangeLog | |
parent | cc167c807bb73be31bd5b2fc5298f3c0b0f65475 (diff) | |
download | mediapointer-dvb-s2-a153b824099026a170b76a52a93e2b6a7fc6c4ef.tar.gz mediapointer-dvb-s2-a153b824099026a170b76a52a93e2b6a7fc6c4ef.tar.bz2 |
From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
* ../linux/drivers/media/video/tveeprom.c:
- Fixed include when compiling at kernel tree
* ../linux/include/linux/videodev.h:
- removed compat.h from wrong place
* ../linux/drivers/media/video/tvp5150.c:
* ../linux/kernel/drivers/usb/media/em2820-cards.c:
* ../linux/kernel/drivers/usb/media/em2820-core.c:
* ../linux/kernel/drivers/usb/media/em2820-i2c.c:
* ../linux/kernel/drivers/usb/media/em2820-video.c:
- included compat.h at the right place
* ../v4l/Make
- now creates symlinks to allow compiling V4L stuff at
v4l dir.
* ../v4l/scripts/prepare-ChangeLog.pl:
- modified to include other directories.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 1684ad3d3..5c9ae3e10 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,29 @@ +2005-10-08 20:03 mchehab + + From: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + + * ../linux/drivers/media/video/tveeprom.c: + - Fixed include when compiling at kernel tree + + * ../linux/include/linux/videodev.h: + - removed compat.h from wrong place + + * ../linux/drivers/media/video/tvp5150.c: + * ../linux/kernel/drivers/usb/media/em2820-cards.c: + * ../linux/kernel/drivers/usb/media/em2820-core.c: + * ../linux/kernel/drivers/usb/media/em2820-i2c.c: + * ../linux/kernel/drivers/usb/media/em2820-video.c: + - included compat.h at the right place + + * ../v4l/Makefile: + - now creates symlinks to allow compiling V4L stuff at + v4l dir. + + * ../v4l/scripts/prepare-ChangeLog.pl: + - modified to include other directories. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-10-08 17:02 mkrufky * v4l1-compat.c: (v4l_compat_translate_ioctl): |