[media] v4l2-ctrls: increase internal min/max/step/def to 64 bit
authorHans Verkuil <hans.verkuil@cisco.com>
Wed, 16 Apr 2014 12:41:25 +0000 (09:41 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 17 Jul 2014 12:18:09 +0000 (09:18 -0300)
commit0ba2aeb6dab80920edd9cf5b93b1ea4d6913b8f3
treedd9f045fa482ee601cdf4ee67c649530f22abc5e
parent7d6bc608e062f6b6667c9eeeb17055f017ecadb1
[media] v4l2-ctrls: increase internal min/max/step/def to 64 bit

While VIDIOC_QUERYCTRL is limited to 32 bit min/max/step/def values
for controls, the upcoming VIDIOC_QUERY_EXT_CTRL isn't. So increase
the internal representation to 64 bits in preparation.

Because of these changes the msi3101 driver has been modified slightly
to fix a formatting issue (%d becomes %lld), vivi had to be modified
as well to cope with the new 64-bit min/max values and the PIXEL_RATE
control in a few sensor drivers required proper min/max/def values.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/i2c/mt9v032.c
drivers/media/i2c/smiapp/smiapp-core.c
drivers/media/platform/vivi.c
drivers/media/v4l2-core/v4l2-common.c
drivers/media/v4l2-core/v4l2-ctrls.c
drivers/staging/media/msi3101/msi001.c
drivers/staging/media/rtl2832u_sdr/rtl2832_sdr.c
include/media/v4l2-ctrls.h
This page took 0.025832 seconds and 5 git commands to generate.