diff options
author | Mike Isely <devnull@localhost> | 2006-01-09 06:37:48 +0000 |
---|---|---|
committer | Mike Isely <devnull@localhost> | 2006-01-09 06:37:48 +0000 |
commit | 2d393c98a1b0a64bd87ca69735ac58de396cf86c (patch) | |
tree | 71f6105e47454ce9bbb934fed191531d1173d9a4 /v4l | |
parent | 98dc39bded3ceccb2f85b17056ac8b586ff00a14 (diff) | |
download | mediapointer-dvb-s2-2d393c98a1b0a64bd87ca69735ac58de396cf86c.tar.gz mediapointer-dvb-s2-2d393c98a1b0a64bd87ca69735ac58de396cf86c.tar.bz2 |
Improve reporting and handling of pvrusb2 firmware load failures.
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 5ecf6bef0..5907ae4ad 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,16 @@ +2006-01-09 06:33 mcisely + + * v4l_experimental/pvrusb2/pvrusb2-hdw-internal.h: + * v4l_experimental/pvrusb2/pvrusb2-hdw.c: (pvr2_upload_firmware1), + (pvr2_upload_firmware2), (pvr2_hdw_setup_low), (pvr2_hdw_setup): + + - Improve reporting and handling of pvrusb2 firmware load failures + (we attempt to detect the common case of firmware files not + present and inform the user - a previous long standing source of + confusion). + + Signed-off-by: Mike Isely <isely@pobox.com> + 2006-01-09 06:22 mcisely * v4l_experimental/pvrusb2/pvrusb2-debug.h: |