From: Mike Rapoport Date: Thu, 18 Dec 2008 14:42:54 +0000 (-0300) Subject: V4L/DVB (10076): v4l: add chip ID for MT9M112 camera sensor from Micron X-Git-Tag: v3.12-rc1~16854^2~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b9fd6c71fb46a4a710040c8ef28f1e84b88a830;p=kernel%2Fkernel-generic.git V4L/DVB (10076): v4l: add chip ID for MT9M112 camera sensor from Micron The chip is largely compatible with MT9M111 and is going to be supported by the same driver. Signed-off-by: Mike Rapoport Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h index 15fd93c..30448cd 100644 --- a/include/media/v4l2-chip-ident.h +++ b/include/media/v4l2-chip-ident.h @@ -171,6 +171,7 @@ enum { V4L2_IDENT_MT9M001C12ST = 45000, V4L2_IDENT_MT9M001C12STM = 45005, V4L2_IDENT_MT9M111 = 45007, + V4L2_IDENT_MT9M112 = 45008, V4L2_IDENT_MT9V022IX7ATC = 45010, /* No way to detect "normal" I77ATx */ V4L2_IDENT_MT9V022IX7ATM = 45015, /* and "lead free" IA7ATx chips */ };