Skip to content

Commit

Permalink
V4L/DVB (8103): videodev: fix/improve ioctl debugging
Browse files Browse the repository at this point in the history
Various ioctl debugging fixes and improvements:

- use %x rather than %d for control IDs and bitmask fields
- make two arrays const
- show the whole control array for the ext_ctrl ioctls
- print pix_fmt for V4L2_BUF_TYPE_VIDEO_OUTPUT
- show full type name rather than an integer
- fix CROPCAP debugging
- fix G/S_TUNER debugging
- show error code in case of an error
- other small cleanups

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jul 20, 2008
1 parent 7dc1b88 commit 21575c1
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 113 deletions.
Loading

0 comments on commit 21575c1

Please sign in to comment.