summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-main.c
diff options
context:
space:
mode:
authorMike Isely2007-09-09 03:32:12 +0200
committerMauro Carvalho Chehab2007-10-10 03:14:34 +0200
commit56585386e297c54a65feef55810c13b4313bdf1e (patch)
treee41f894e348c8fe5340fe7b4e369265bfacbf3bf /drivers/media/video/pvrusb2/pvrusb2-main.c
parentV4L/DVB (6210): pvrusb2: Do a far better job at setting the default initial v... (diff)
downloadkernel-qcow2-linux-56585386e297c54a65feef55810c13b4313bdf1e.tar.gz
kernel-qcow2-linux-56585386e297c54a65feef55810c13b4313bdf1e.tar.xz
kernel-qcow2-linux-56585386e297c54a65feef55810c13b4313bdf1e.zip
V4L/DVB (6211): pvrusb2: Allocate a debug mask bit for reporting video standard things
It's useful to see specific details for how the pvrusb2 driver is figuring out things related to the video standard, independent of other initialization activities. So let's set up a separate debug mask bit for this and turn it on. Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-main.c')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-main.c b/drivers/media/video/pvrusb2/pvrusb2-main.c
index 1ea0939096ae..ca9e2789c8ca 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-main.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-main.c
@@ -41,6 +41,7 @@
#define DEFAULT_DEBUG_MASK (PVR2_TRACE_ERROR_LEGS| \
PVR2_TRACE_INFO| \
+ PVR2_TRACE_STD| \
PVR2_TRACE_TOLERANCE| \
PVR2_TRACE_TRAP| \
0)