aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/videodev2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r--include/linux/videodev2.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h
index 65d13ec13c1f..e878056952c7 100644
--- a/include/linux/videodev2.h
+++ b/include/linux/videodev2.h
@@ -1026,6 +1026,13 @@ enum v4l2_colorfx {
1026 V4L2_COLORFX_NONE = 0, 1026 V4L2_COLORFX_NONE = 0,
1027 V4L2_COLORFX_BW = 1, 1027 V4L2_COLORFX_BW = 1,
1028 V4L2_COLORFX_SEPIA = 2, 1028 V4L2_COLORFX_SEPIA = 2,
1029 V4L2_COLORFX_NEGATIVE = 3,
1030 V4L2_COLORFX_EMBOSS = 4,
1031 V4L2_COLORFX_SKETCH = 5,
1032 V4L2_COLORFX_SKY_BLUE = 6,
1033 V4L2_COLORFX_GRASS_GREEN = 7,
1034 V4L2_COLORFX_SKIN_WHITEN = 8,
1035 V4L2_COLORFX_VIVID = 9,
1029}; 1036};
1030#define V4L2_CID_AUTOBRIGHTNESS (V4L2_CID_BASE+32) 1037#define V4L2_CID_AUTOBRIGHTNESS (V4L2_CID_BASE+32)
1031#define V4L2_CID_BAND_STOP_FILTER (V4L2_CID_BASE+33) 1038#define V4L2_CID_BAND_STOP_FILTER (V4L2_CID_BASE+33)