diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-21 21:42:15 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-21 21:42:15 +0000 |
commit | b702770892b1af21633d0703914343bdfc4547c2 (patch) | |
tree | 20ee8ec3060a61b35a4eb837d5af97282afaab85 /v4l | |
parent | a9eb36aa2780b3c7e3363bb392c804a55ae07422 (diff) | |
download | mediapointer-dvb-s2-b702770892b1af21633d0703914343bdfc4547c2.tar.gz mediapointer-dvb-s2-b702770892b1af21633d0703914343bdfc4547c2.tar.bz2 |
added some VBI macros and moved minor definitions to header file
From: Mauro Carvalho Chehab <mchehab@infradead.org>
- Moved some hardcoded minor numbers to videodev2.h
- Included more comments for sliced VBI standards
- Included some VBI macros to group similar standards
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index f89b55c47..79ebfb2d1 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,13 @@ +2006-01-21 21:33 mchehab + + * linux/drivers/media/video/videodev.c: (video_register_device): + * linux/include/linux/videodev2.h: + - Moved some hardcoded minor numbers to videodev2.h + - Included more comments for sliced VBI standards + - Included some VBI macros to group similar standards + + Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> + 2006-01-21 18:31 mcisely * linux/drivers/media/video/tda9887.c: |