diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-18 00:52:53 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-18 00:52:53 +0000 |
commit | 4f7151d18f0d7df4a30702c6f523064dd185899b (patch) | |
tree | adb807d15afa4aafd369998349e1e63b225778d4 /v4l | |
parent | 4b5e281290f406c02f91da44be958f81742412a7 (diff) | |
download | mediapointer-dvb-s2-4f7151d18f0d7df4a30702c6f523064dd185899b.tar.gz mediapointer-dvb-s2-4f7151d18f0d7df4a30702c6f523064dd185899b.tar.bz2 |
Fix a broken logic that didn't cover all standards.
CC: Tyler Trafford <tatrafford@comcast.net>
- Fix a broken logic that didn't cover all standards.
- Fix compilation failure with gcc 2.95.3.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 5c951e73c..f6135e55c 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,11 @@ +2005-12-18 00:50 mchehab + + * linux/drivers/media/video/cx25840/cx25840-core.c: (set_v4lstd): + - Fix a broken logic that didn't cover all standards. + - Fix compilation failure with gcc 2.95.3. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-12-18 00:42 mchehab * linux/drivers/media/video/em28xx/em28xx-core.c: |