git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8be8ec6
)
[media] uvcvideo: Fix control value clamping for unsigned integer controls
author
Laurent Pinchart
<laurent.pinchart@ideasonboard.com>
Wed, 26 Sep 2012 11:15:24 +0000
(08:15 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 28 Nov 2012 12:31:14 +0000
(10:31 -0200)
V4L2 integer controls are stored in signed 32-bit values. However, UVC
controls can be either signed or unsigned. Take the UVC control
signedness into account when clamping the control value to the min-max
range.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found