diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/meye.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/meye.h b/include/linux/meye.h index dc2c12d64f7f..69783a65f52c 100644 --- a/include/linux/meye.h +++ b/include/linux/meye.h @@ -56,4 +56,11 @@ struct meye_params { /* get a jpeg compressed snapshot */ #define MEYEIOC_STILLJCAPT _IOR ('v', BASE_VIDIOCPRIVATE+5, int) +/* V4L2 private controls */ +#define V4L2_CID_AGC V4L2_CID_PRIVATE_BASE +#define V4L2_CID_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) + #endif |
