diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-10 21:19:39 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-10 21:19:39 +0000 |
commit | 26c9b0696e0f2c7d23756f0e35b38005e237a03c (patch) | |
tree | 6c309dbf219b113d5ab02bce9633419925604615 /v4l/ChangeLog | |
parent | 8b3be7709f039bc44be8053681f2e94cae69d5db (diff) | |
download | mediapointer-dvb-s2-26c9b0696e0f2c7d23756f0e35b38005e237a03c.tar.gz mediapointer-dvb-s2-26c9b0696e0f2c7d23756f0e35b38005e237a03c.tar.bz2 |
Some fixes at cx88 controls
- now, default control values at cx88_cx8800_ctls are honored
- default value for contrast/saturation were changed to be
in line with available documentation for the chipset;
- Removed some bad coding at set_control;
- U/V Saturation now changes proportionally
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 20da0f6e0..1673eb6e8 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,16 @@ +2005-12-10 22:17 mchehab + + * linux/drivers/media/video/cx88/cx88-video.c: (get_control), + (set_control), (init_controls), (cx8800_initdev): + - now, default control values at cx88_cx8800_ctls are honored + - default value for contrast/saturation were changed to be + in line with available documentation for the chipset; + - Removed some bad coding at set_control; + - U/V Saturation now changes proportionally + + Signed-off-by: Michael Krufky <mkrufky@m1k.net> + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-12-10 17:44 rmcc * linux/drivers/media/video/Makefile: |