staging:bcm2835-camera: Fix the cherry-pick of AWB Greyworld
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Mon, 8 Feb 2021 11:48:35 +0000 (11:48 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:32:55 +0000 (11:32 +0000)
The cherry-pick of the patch that added the greyworld AWB mode
was incomplete. Fix it up.

Fixes: b3ef481fe243 "staging: bcm2835-camera: Add greyworld AWB mode"
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/staging/vc04_services/bcm2835-camera/controls.c

index 1d5624a..72fcf06 100644 (file)
@@ -1050,8 +1050,8 @@ static const struct bcm2835_mmal_v4l2_ctrl v4l2_ctrls[V4L2_CTRL_COUNT] = {
        {
                .id = V4L2_CID_AUTO_N_PRESET_WHITE_BALANCE,
                .type = MMAL_CONTROL_TYPE_STD_MENU,
-               .min = ~0x3ff,
-               .max = V4L2_WHITE_BALANCE_SHADE,
+               .min = ~0x7ff,
+               .max = V4L2_WHITE_BALANCE_GREYWORLD,
                .def = V4L2_WHITE_BALANCE_AUTO,
                .step = 0,
                .imenu = NULL,