diff options
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r-- | include/linux/videodev2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index f24eceecc5a6..772d226cb5ca 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -894,9 +894,10 @@ enum v4l2_colorfx { | |||
894 | V4L2_COLORFX_BW = 1, | 894 | V4L2_COLORFX_BW = 1, |
895 | V4L2_COLORFX_SEPIA = 2, | 895 | V4L2_COLORFX_SEPIA = 2, |
896 | }; | 896 | }; |
897 | #define V4L2_CID_AUTOBRIGHTNESS (V4L2_CID_BASE+32) | ||
897 | 898 | ||
898 | /* last CID + 1 */ | 899 | /* last CID + 1 */ |
899 | #define V4L2_CID_LASTP1 (V4L2_CID_BASE+32) | 900 | #define V4L2_CID_LASTP1 (V4L2_CID_BASE+33) |
900 | 901 | ||
901 | /* MPEG-class control IDs defined by V4L2 */ | 902 | /* MPEG-class control IDs defined by V4L2 */ |
902 | #define V4L2_CID_MPEG_BASE (V4L2_CTRL_CLASS_MPEG | 0x900) | 903 | #define V4L2_CID_MPEG_BASE (V4L2_CTRL_CLASS_MPEG | 0x900) |