|
@@ -180,6 +180,11 @@ enum v4l2_colorfx {
|
|
|
* We reserve 16 controls for this driver. */
|
|
|
#define V4L2_CID_USER_TC358743_BASE (V4L2_CID_USER_BASE + 0x1080)
|
|
|
|
|
|
+/* The base for the max217x driver controls.
|
|
|
+ * We reserve 32 controls for this driver
|
|
|
+ */
|
|
|
+#define V4L2_CID_USER_MAX217X_BASE (V4L2_CID_USER_BASE + 0x1090)
|
|
|
+
|
|
|
/* MPEG-class control IDs */
|
|
|
/* The MPEG controls are applicable to all codec controls
|
|
|
* and the 'MPEG' part of the define is historical */
|