diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-25 22:35:41 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-25 22:35:41 +0000 |
commit | 47f8c542de6bd81e34cd5a3731686720f9b2b73f (patch) | |
tree | 854f76aef421f5b596b148ebcc59307669135652 /v4l | |
parent | fc7f695138ac117b7360b255e9e5415aea982290 (diff) | |
download | mediapointer-dvb-s2-47f8c542de6bd81e34cd5a3731686720f9b2b73f.tar.gz mediapointer-dvb-s2-47f8c542de6bd81e34cd5a3731686720f9b2b73f.tar.bz2 |
Several improvements at tvp5150 driver
- Now reset do init tvp5150 registers to its default.
- Debug messages improved.
- Implemented video standard selection function.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 1a414e019..76b1d7d84 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,16 @@ +2005-12-25 22:32 mchehab + + * linux/drivers/media/video/tvp5150.c: (tvp5150_read), + (tvp5150_write), (tvp5150_write_inittab), (tvp5150_vdp_init), + (tvp5150_set_std), (tvp5150_reset), (tvp5150_command), + (tvp5150_detect_client), (tvp5150_attach_adapter), + (tvp5150_detach_client): + - Now reset do init tvp5150 registers to its default. + - Debug messages improved. + - Implemented video standard selection function. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-12-25 19:03 mkrufky * linux/drivers/media/video/bttvp.h: |