diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-29 05:41:26 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-29 05:41:26 -0300 |
commit | cec46d3ee957c58f44aa2d013e22cca96b7ea6ee (patch) | |
tree | ca157f8690d0ad898315f04549d588d0906910e6 /linux/include/media | |
parent | bb4a3773913e20573cc6c6c22db484453612ffe6 (diff) | |
download | mediapointer-dvb-s2-cec46d3ee957c58f44aa2d013e22cca96b7ea6ee.tar.gz mediapointer-dvb-s2-cec46d3ee957c58f44aa2d013e22cca96b7ea6ee.tar.bz2 |
Add a driver for mt9v011 sensor
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Adds driver for mt9v011 based on its datasheet, available at:
http://download.micron.com/pdf/datasheets/imaging/MT9V011.pdf
The driver was tested with a webcam that will be added on a next patch.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/include/media')
-rw-r--r-- | linux/include/media/v4l2-chip-ident.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/include/media/v4l2-chip-ident.h b/linux/include/media/v4l2-chip-ident.h index 4d7e2272c..11a4a2d3e 100644 --- a/linux/include/media/v4l2-chip-ident.h +++ b/linux/include/media/v4l2-chip-ident.h @@ -155,6 +155,9 @@ enum { /* module cafe_ccic, just ident 8801 */ V4L2_IDENT_CAFE = 8801, + /* module mt9v011, just ident 8243 */ + V4L2_IDENT_MT9V011 = 8243, + /* module tw9910: just ident 9910 */ V4L2_IDENT_TW9910 = 9910, |