diff options
author | Jonathan Corbet <corbet-v4l@lwn.net> | 2006-11-04 13:26:00 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-12-10 11:51:14 +0100 |
commit | 111f33564e19b2b5f70e3df9a8f92c08c1c91fd9 (patch) | |
tree | a9e547912fc4c835540a19feb2e3e5c35a3a3526 /include/media/v4l2-common.h | |
parent | V4L/DVB (4797): Marvell 88ALP01 "cafe" driver (diff) | |
download | linux-111f33564e19b2b5f70e3df9a8f92c08c1c91fd9.tar.xz linux-111f33564e19b2b5f70e3df9a8f92c08c1c91fd9.zip |
V4L/DVB (4798): OmniVision OV7670 driver
This patch adds a V4L2 driver for the OmniVision OV7670 camera.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media/v4l2-common.h')
-rw-r--r-- | include/media/v4l2-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/v4l2-common.h b/include/media/v4l2-common.h index 8263ea00ca6f..91b19921f958 100644 --- a/include/media/v4l2-common.h +++ b/include/media/v4l2-common.h @@ -144,6 +144,9 @@ enum v4l2_chip_ident { V4L2_IDENT_CX25841 = 241, V4L2_IDENT_CX25842 = 242, V4L2_IDENT_CX25843 = 243, + + /* OmniVision sensors - range 250-299 */ + V4L2_IDENT_OV7670 = 250, }; /* audio ioctls */ |