linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Debug output
@ 2011-12-01  0:46 damateem
  2011-12-01 19:01 ` damateem
  0 siblings, 1 reply; 3+ messages in thread
From: damateem @ 2011-12-01  0:46 UTC (permalink / raw)
  To: linux-media list

There are a fair number of debug print statements in the V4L2 code. How
do I turn those on?

For instance, I'd like the following code to print

if ((vfd->debug & V4L2_DEBUG_IOCTL) &&
                !(vfd->debug & V4L2_DEBUG_IOCTL_ARG)) {
        v4l_print_ioctl(vfd->name, cmd);
        printk(KERN_CONT "\n");
    }

so I can trace the IOCTL calls.

Thanks,
David

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-01 19:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-01  0:46 Debug output damateem
2011-12-01 19:01 ` damateem
2011-12-01 19:18   ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).