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_experimental/pvrusb2/pvrusb2-debug.h | |
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_experimental/pvrusb2/pvrusb2-debug.h')
-rw-r--r-- | v4l_experimental/pvrusb2/pvrusb2-debug.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/v4l_experimental/pvrusb2/pvrusb2-debug.h b/v4l_experimental/pvrusb2/pvrusb2-debug.h index 3f58eef94..b0616e6f4 100644 --- a/v4l_experimental/pvrusb2/pvrusb2-debug.h +++ b/v4l_experimental/pvrusb2/pvrusb2-debug.h @@ -1,5 +1,5 @@ /* - * $Id: pvrusb2-debug.h,v 1.3 2006/01/09 06:24:23 mcisely Exp $ + * $Id: pvrusb2-debug.h,v 1.4 2006/01/09 06:54:46 mcisely Exp $ * * Copyright (C) 2005 Mike Isely <isely@pobox.com> * @@ -28,6 +28,7 @@ extern int debug; increasing noise level. */ #define PVR2_TRACE_INFO (1 << 0) // Normal messages #define PVR2_TRACE_ERROR_LEGS (1 << 1) // error messages +#define PVR2_TRACE_TOLERANCE (1 << 2) // track tolerance-affected errors #define PVR2_TRACE_TRAP (1 << 3) // Trap & report misbehavior from app #define PVR2_TRACE_INIT (1 << 4) // misc initialization steps #define PVR2_TRACE_START_STOP (1 << 5) // Streaming start / stop |