From: Mike Isely Date: Mon, 20 Feb 2012 05:40:56 +0000 (-0300) Subject: [media] pvrusb2: For querystd, start with list of hardware-supported standards X-Git-Tag: v3.5-rc1~104^2~325 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeebb1b3146a70bf02d0115a2be690d856d12e8c;p=pandora-kernel.git [media] pvrusb2: For querystd, start with list of hardware-supported standards The V4L querystd implementation appears to want to narrow down the list of available standards by starting with a hardware-supported list and then attempting to detect which among those are actually available. Prior to this change in the pvrusb2 driver we started with all possible standards. With this change in place we instead narrow to just the standards that we know the hardware can actually support. For example, this removes the ATSC standards from the list if we aren't dealing with a hybrid device... Signed-off-by: Mike Isely Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed