summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrei Andreyanau <a.andreyanau@sam-solutions.net>2013-02-20 17:40:00 +0300
committerJustin Waters <justin.waters@timesys.com>2013-11-07 12:19:24 -0500
commitd4a78cec2d15696274952cf81c447a7b2d11a61f (patch)
treec5b0e413a1a6a1611470b4ae77d8990de44aa3a6 /include
parenta266086cea49049b3896c9b8cbdef81e1d37c9ce (diff)
Fixed support for mt9v024 colour/monochrome camera sensor (uses mt9v022 kernel driver)
modified: drivers/media/video/mt9v022.c modified: include/media/v4l2-chip-ident.h Signed-off-by: Christian Hemp <c.hemp@phytec.de>
Diffstat (limited to 'include')
-rw-r--r--include/media/v4l2-chip-ident.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h
index d81b08034631..4c3a89cbb491 100644
--- a/include/media/v4l2-chip-ident.h
+++ b/include/media/v4l2-chip-ident.h
@@ -292,8 +292,7 @@ enum {
V4L2_IDENT_MT9M112 = 45008,
V4L2_IDENT_MT9V022IX7ATC = 45010, /* No way to detect "normal" I77ATx */
V4L2_IDENT_MT9V022IX7ATM = 45015, /* and "lead free" IA7ATx chips */
- V4L2_IDENT_MT9V024ATC = 45017,
- V4L2_IDENT_MT9V024ATM = 45018,
+ V4L2_IDENT_MT9V024 = 45017,
V4L2_IDENT_MT9T031 = 45020,
V4L2_IDENT_MT9T111 = 45021,
V4L2_IDENT_MT9T112 = 45022,