diff options
author | Mike Isely <devnull@localhost> | 2006-01-09 06:45:51 +0000 |
---|---|---|
committer | Mike Isely <devnull@localhost> | 2006-01-09 06:45:51 +0000 |
commit | 4c4fffc05ca33429a5927f46a66e4569a11c9ad8 (patch) | |
tree | e3509ee6c119844ef7e30aedfd2814c96aa807bf /v4l | |
parent | 2d393c98a1b0a64bd87ca69735ac58de396cf86c (diff) | |
download | mediapointer-dvb-s2-4c4fffc05ca33429a5927f46a66e4569a11c9ad8.tar.gz mediapointer-dvb-s2-4c4fffc05ca33429a5927f46a66e4569a11c9ad8.tar.bz2 |
Optimize control changes in pvrusb2 when it doesn't really change
From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com>
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 5907ae4ad..2626d66cb 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,16 @@ +2006-01-09 06:42 mcisely + + * v4l_experimental/pvrusb2/pvrusb2-hdw.c: + (pvr2_hdw_set_ctl_value_internal): + + - Implement a module option that enables an optimization where + control changes which don't actually change anything are + eliminated. This slightly improves up tuning latency for apps + that like to spit out redundant commands during a frequency + change. (The change to implement this was almost trivial.) + + Signed-off-by: Mike Isely <isely@pobox.com> + 2006-01-09 06:33 mcisely * v4l_experimental/pvrusb2/pvrusb2-hdw-internal.h: |