diff options
author | Hans Verkuil <devnull@localhost> | 2006-01-03 22:46:24 +0000 |
---|---|---|
committer | Hans Verkuil <devnull@localhost> | 2006-01-03 22:46:24 +0000 |
commit | 3bc98ce6ea05a056facc4c5254c7a5725eea1e6c (patch) | |
tree | 32e7c66cb21d9435907c4fb34dfeb599e80eaf44 /v4l/ChangeLog | |
parent | 586e42cda069a43ff4e62e9a70a47b27703ad22f (diff) | |
download | mediapointer-dvb-s2-3bc98ce6ea05a056facc4c5254c7a5725eea1e6c.tar.gz mediapointer-dvb-s2-3bc98ce6ea05a056facc4c5254c7a5725eea1e6c.tar.bz2 |
Fix signed/unsigned bug in brightness handling of cx25840
Fix signed/unsigned bug in brightness handling (set to 0 and 128 was returned).
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 3f9119e0d..d69d04381 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,11 @@ +2006-01-03 22:45 hverkuil + + * linux/drivers/media/video/cx25840/cx25840-core.c: (get_v4lctrl): + Fix signed/unsigned bug in brightness handling (set to 0 and 128 was + returned). + + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + 2006-01-03 22:36 hverkuil * linux/drivers/media/video/cx25840/cx25840-core.c: (get_v4lctrl): |