aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/m5602/m5602_mt9m111.h
diff options
context:
space:
mode:
authorErik Andr?n <erik.andren@gmail.com>2009-01-20 02:16:28 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-06-16 17:20:35 -0400
commit60ed6e4f4ec778b195efb92563021a376fa30524 (patch)
treeafaeb1673afdf4677378a88adeb1cc8948e55313 /drivers/media/video/gspca/m5602/m5602_mt9m111.h
parentf676bb3971b3a77c1936a8507db485af2a3f2d2a (diff)
V4L/DVB (11544): gspca - m5602-mt9m111: Add experimental QVGA support
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_mt9m111.h')
-rw-r--r--drivers/media/video/gspca/m5602/m5602_mt9m111.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/m5602/m5602_mt9m111.h b/drivers/media/video/gspca/m5602/m5602_mt9m111.h
index 668422676aa6..716aba523a1f 100644
--- a/drivers/media/video/gspca/m5602/m5602_mt9m111.h
+++ b/drivers/media/video/gspca/m5602/m5602_mt9m111.h
@@ -85,6 +85,8 @@
85#define MT9M111_RMB_MIRROR_COLS (1 << 1) 85#define MT9M111_RMB_MIRROR_COLS (1 << 1)
86#define MT9M111_RMB_ROW_SKIP_2X (1 << 2) 86#define MT9M111_RMB_ROW_SKIP_2X (1 << 2)
87#define MT9M111_RMB_COLUMN_SKIP_2X (1 << 3) 87#define MT9M111_RMB_COLUMN_SKIP_2X (1 << 3)
88#define MT9M111_RMB_ROW_SKIP_4X (1 << 4)
89#define MT9M111_RMB_COLUMN_SKIP_4X (1 << 5)
88 90
89#define MT9M111_COLOR_MATRIX_BYPASS (1 << 4) 91#define MT9M111_COLOR_MATRIX_BYPASS (1 << 4)
90#define MT9M111_SEL_CONTEXT_B (1 << 3) 92#define MT9M111_SEL_CONTEXT_B (1 << 3)