From 5ec9bf43fd9880ac6ec829ad0e7f7903d4a8e1bb Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 13 Feb 2008 21:57:54 +0000 Subject: remove V4L2_CID_SHARPNESS from meye.h and report private control as DISABLED From: Brandon Philips - Continue to support the V4L2_CID_PRIVATE_BASE + 1 control in the ABI - Report the same control as V4L2_CID_SHARPNESS - Report the private control disabled via QUERYCTRL Signed-off-by: Brandon Philips Signed-off-by: Mauro Carvalho Chehab --- linux/include/linux/meye.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/include') diff --git a/linux/include/linux/meye.h b/linux/include/linux/meye.h index 39fd9c8dd..12010ace1 100644 --- a/linux/include/linux/meye.h +++ b/linux/include/linux/meye.h @@ -58,7 +58,7 @@ struct meye_params { /* V4L2 private controls */ #define V4L2_CID_AGC V4L2_CID_PRIVATE_BASE -#define V4L2_CID_SHARPNESS (V4L2_CID_PRIVATE_BASE + 1) +#define V4L2_CID_MEYE_SHARPNESS (V4L2_CID_PRIVATE_BASE + 1) #define V4L2_CID_PICTURE (V4L2_CID_PRIVATE_BASE + 2) #define V4L2_CID_JPEGQUAL (V4L2_CID_PRIVATE_BASE + 3) #define V4L2_CID_FRAMERATE (V4L2_CID_PRIVATE_BASE + 4) -- cgit v1.2.3