diff options
author | Erik Andr?n <erik.andren@gmail.com> | 2009-01-15 14:18:36 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 18:20:34 -0300 |
commit | 931a1c8dbf71d851d9d4e4dbdedc192bcc9e98c1 (patch) | |
tree | e34f703fe2670840073f3bc3f3a624da5c00e3ea /drivers/media/video/gspca/m5602/m5602_po1030.h | |
parent | 9536a57e7783c627b2bb83f78a99f5c6dcf5d505 (diff) | |
download | talos-op-linux-931a1c8dbf71d851d9d4e4dbdedc192bcc9e98c1.tar.gz talos-op-linux-931a1c8dbf71d851d9d4e4dbdedc192bcc9e98c1.zip |
V4L/DVB (11535): gspca - m5602-po1030: Add experimental QVGA support
Adds experimental support for QVGA. This is code is compile tested only.
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_po1030.h')
-rw-r--r-- | drivers/media/video/gspca/m5602/m5602_po1030.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/m5602/m5602_po1030.h b/drivers/media/video/gspca/m5602/m5602_po1030.h index 8ded84d20973..1ea380b2bbe7 100644 --- a/drivers/media/video/gspca/m5602/m5602_po1030.h +++ b/drivers/media/video/gspca/m5602/m5602_po1030.h @@ -133,6 +133,8 @@ #define PO1030_SENSOR_RESET (1 << 5) +#define PO1030_SUBSAMPLING (1 << 6) + /*****************************************************************************/ #define PO1030_GLOBAL_GAIN_DEFAULT 0x12 |