diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-03 18:29:45 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-03 18:29:45 +0000 |
commit | a4faaccbc22656ab7f80e796ba5697664470e78b (patch) | |
tree | 3627b03a098d99a7e6f46ab20251a29bf5d41652 /v4l | |
parent | 77bd3f4b79844adf564a9a7ab09c89e44ac8d929 (diff) | |
download | mediapointer-dvb-s2-a4faaccbc22656ab7f80e796ba5697664470e78b.tar.gz mediapointer-dvb-s2-a4faaccbc22656ab7f80e796ba5697664470e78b.tar.bz2 |
* cx88-video:
* tuner-core.c:
- Added some comments about I2C working mode.
- Frequency initialized for radio and TV.
* cx88-video:
- It calls VIDIOC_G_FREQUENCY to get tuner freq from tuner.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
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 b716a326e..dbb1945fd 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,13 @@ +2005-07-03 18:30 mchehab + * tuner-core.c: + - Added some comments about I2C working mode. + - Frequency initialized for radio and TV. + + * cx88-video: + - It calls VIDIOC_G_FREQUENCY to get tuner freq from tuner. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-07-03 13:40 mchehab * bttv-i2c.c, cx88-i2c.c, saa7134-i2c.c: - I2C cleanups. Now, all drivers uses the same basic structure. |