diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-13 21:57:54 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-13 21:57:54 +0000 |
commit | 5ec9bf43fd9880ac6ec829ad0e7f7903d4a8e1bb (patch) | |
tree | 6b08aff732276e8259ba427bc7ae56cd169dbf9c /linux/include | |
parent | 7186cdeeb20a1eeb454b27f9de8b559b113c7959 (diff) | |
download | mediapointer-dvb-s2-5ec9bf43fd9880ac6ec829ad0e7f7903d4a8e1bb.tar.gz mediapointer-dvb-s2-5ec9bf43fd9880ac6ec829ad0e7f7903d4a8e1bb.tar.bz2 |
remove V4L2_CID_SHARPNESS from meye.h and report private control as DISABLED
From: Brandon Philips <brandon@ifup.org>
- 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 <bphilips@suse.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/linux/meye.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |