Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[media] uvcvideo: Fix control value clamping for unsigned integer con…
…trols 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>
- Loading branch information