diff options
author | Mike Isely <devnull@localhost> | 2006-01-09 06:54:46 +0000 |
---|---|---|
committer | Mike Isely <devnull@localhost> | 2006-01-09 06:54:46 +0000 |
commit | 2f999c230688131f47f938e3184982d425d19637 (patch) | |
tree | f6b041fd9c4f9f4b6ae3f32e2d4a9a418b99a077 /v4l/ChangeLog | |
parent | 4c4fffc05ca33429a5927f46a66e4569a11c9ad8 (diff) | |
download | mediapointer-dvb-s2-2f999c230688131f47f938e3184982d425d19637.tar.gz mediapointer-dvb-s2-2f999c230688131f47f938e3184982d425d19637.tar.bz2 |
Make the pvrusb2 driver more tolerant of USB streaming errors
From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 2626d66cb..ca7e23ba9 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,21 @@ +2006-01-09 06:50 mcisely + + * v4l_experimental/pvrusb2/pvrusb2-debug.h: + * v4l_experimental/pvrusb2/pvrusb2-hdw.c: + (get_default_error_tolerance), (pvr2_hdw_setup_low), + (pvr2_hdw_render_useless_unlocked): + * v4l_experimental/pvrusb2/pvrusb2-io.c: (buffer_complete), + (pvr2_stream_setup): + * v4l_experimental/pvrusb2/pvrusb2-io.h: + * v4l_experimental/pvrusb2/pvrusb2-main.c: + + - Implement new feature in pvrusb2 (which must be enabled via a + module option) that permits the streaming logic to tolerate a + specified level of USB errors. This change makes it possible to + still function in environments with flakey USB hardware. + + Signed-off-by: Mike Isely <isely@pobox.com> + 2006-01-09 06:42 mcisely * v4l_experimental/pvrusb2/pvrusb2-hdw.c: |