Re: [PATCH v5 2/4] media: i2c: og0ve1b: Use monochrome-appropriate test pattern name
Vladimir Zapolskiy <[email protected]> Fri, 31 Jul 2026 10:06:22 +0300
| Newsgroups | org.kernel.vger.linux-media,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 7/31/26 09:44, Wenmeng Liu wrote: > OG0VE1B is a monochrome sensor and cannot produce coloured test > patterns, so the "Vertical Colour Bars" test pattern name is misleading. > Rename it to "Standard Test Bar" to match the OG0VA1B naming. > > Signed-off-by: Wenmeng Liu <[email protected]> > --- > drivers/media/i2c/og0ve1b.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/media/i2c/og0ve1b.c b/drivers/media/i2c/og0ve1b.c > index 84a28cdcade10f8fbcf945999e88f84641b9bc0d..da5c8e49d4a811f55736bd89c6922856f2e7391c 100644 > --- a/drivers/media/i2c/og0ve1b.c > +++ b/drivers/media/i2c/og0ve1b.c > @@ -72,7 +72,7 @@ struct og0ve1b_mode { > > static const char * const og0ve1b_test_pattern_menu[] = { > "Disabled", > - "Vertical Colour Bars", > + "Standard Test Bar", > }; > > static const char * const og0ve1b_supply_names[] = { > Reviewed-by: Vladimir Zapolskiy <[email protected]> Thank you for the change! -- Best wishes, Vladimir