]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] cx88: fix a number of v4l2-compliance violations
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 25 May 2012 15:04:10 +0000 (12:04 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 6 Jul 2012 21:13:06 +0000 (18:13 -0300)
commitf33e9868a46d943624fd34a4fba28b7f076e6d33
tree493a0d990f7e49a33a357730118bdec06b95c843
parent1a3c60a072dda4e845c40d47384794510a74eaf9
[media] cx88: fix a number of v4l2-compliance violations

- missing COMPRESSED flag for MPEG formats
- set colorspace
- set sizeimage
- add tuner index checks
- setup the frequency ranges correctly
- add missing g_chip_ident ioctl
- fix audmode handling
- don't handle vbi formats on a video node and vice versa.

cx88 now passes the v4l2-compliance tests.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx88/cx88-blackbird.c
drivers/media/video/cx88/cx88-video.c