[media] pvrusb2: width and height maximum values
authorServaas Vandenberghe <vdb128@picaros.org>
Sun, 13 Feb 2011 20:51:09 +0000 (17:51 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 21 Mar 2011 23:32:22 +0000 (20:32 -0300)
commit6188a0f151204d6f895822e8c0059b8951879a42
treeff8c4847220a215f0415868eb0be82837eb8c636
parent35fa5d4c48fbb02d637c3659f00331aa33f0f029
[media] pvrusb2: width and height maximum values

pvrusb2: The origin of the capability bounds rectangle may differ from
(left=0,top=0) so the calculation should use absolute coordinates,
here below, or use relative coordinates like
cropl_val-cap->bounds.left and cropt_val-cap->bounds.top.

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