diff options
author | Chanho Min <chanho.min@lge.com> | 2013-09-27 00:57:40 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-10-17 05:55:29 -0400 |
commit | 8ca5d2d8e58df7235b77ed435e63c484e123fede (patch) | |
tree | 2074caa5925ab1c7d8e999399b214c35043cf37b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 60b3b4d2de93f0bfa59dbd3104f2f40afd630d1c (diff) |
[media] uvcvideo: Fix data type for pan/tilt control
The pan/tilt absolute control value is signed value. If minimum value
is minus, It will be changed to plus by clamp_t() as commit 64ae9958a62.
([media] uvcvideo: Fix control value clamping for unsigned integer controls).
It leads to wrong setting of the control values. For example,
when min and max are -36000 and 36000, the setting value between of this range
is always 36000. So, its data type should be changed to signed.
Signed-off-by: Chanho Min <chanho.min@lge.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions