diff options
author | Erik Andr?n <erik.andren@gmail.com> | 2009-01-13 11:55:52 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 17:20:32 -0400 |
commit | b933d585baf6f6432ca5dd3f6d415ffa145e2c25 (patch) | |
tree | 0d69ac76c8ac28cef6ce1f6ef35b29c2cb892f9d /drivers/media/video/gspca/m5602/m5602_sensor.h | |
parent | dd9ce84a773f9c9919a3c59291e82ec0e8803ecc (diff) |
V4L/DVB (11523): gspca - m5602-po1030: Add private green balance control
Signed-off-by: Erik Andr?n <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/m5602/m5602_sensor.h')
-rw-r--r-- | drivers/media/video/gspca/m5602/m5602_sensor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/m5602/m5602_sensor.h b/drivers/media/video/gspca/m5602/m5602_sensor.h index 987dcb23ec68..5b76b6b62152 100644 --- a/drivers/media/video/gspca/m5602/m5602_sensor.h +++ b/drivers/media/video/gspca/m5602/m5602_sensor.h | |||
@@ -21,6 +21,8 @@ | |||
21 | 21 | ||
22 | #include "m5602_bridge.h" | 22 | #include "m5602_bridge.h" |
23 | 23 | ||
24 | #define M5602_V4L2_CID_GREEN_BALANCE (V4L2_CID_PRIVATE_BASE + 0) | ||
25 | |||
24 | /* Enumerates all supported sensors */ | 26 | /* Enumerates all supported sensors */ |
25 | enum sensors { | 27 | enum sensors { |
26 | OV9650_SENSOR = 1, | 28 | OV9650_SENSOR = 1, |