diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-07 19:37:06 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-07 19:37:06 +0000 |
commit | 8079b4d3f382eb7745ec8a3fa4bfa54e696efc26 (patch) | |
tree | 65e34fe21e7110136b0bdf31af2f7764c07b9ae3 /v4l | |
parent | d0eda6ae0298738889330b4d3f95de93b6f064f7 (diff) | |
download | mediapointer-dvb-s2-8079b4d3f382eb7745ec8a3fa4bfa54e696efc26.tar.gz mediapointer-dvb-s2-8079b4d3f382eb7745ec8a3fa4bfa54e696efc26.tar.bz2 |
* tuner-core.c:
- Comment changed to express better when attach_inform is running
- set_freq removed from set_mode.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 2c61a8d51..c692202fc 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,10 @@ +2005-07-07 19:20 mchehab + * tuner-core.c: + - Comment changed to express better when attach_inform is running + - set_freq removed from set_mode. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-07-07 16:42 mchehab * ir-kbd-i2c.c: - Some changes to comply with CodingStyle: |