[media] pvrusb2: Base available video standards on what hardware supports
authorMike Isely <isely@pobox.com>
Mon, 20 Feb 2012 05:33:06 +0000 (02:33 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 7 May 2012 19:56:10 +0000 (16:56 -0300)
commitd8329f8e17af85c568768fb268e0695dd1fc8148
tree8c4c1e71e0b5893e87eff1af3b4900c6ed82493f
parent99ba1514ae3aded098138d08c6165caf71bb3017
[media] pvrusb2: Base available video standards on what hardware supports

With the transition to ioctl2, the pvrusb2 driver's own standards
enumeration is no longer used.  Instead a generic algorithm internal
to v4l is used (which is a great idea - since the pvrusb2
implementation itself was generic anyway).  This change ensures that
the v4l algorithm works with the correct set of hardware supported
standards.  This resolves a FIXME left behind from the videodev_ioctl2
transition.

Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/pvrusb2/pvrusb2-v4l2.c