public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mt9m111: add support for mt9m112 since sensors seem identical
@ 2008-11-25  8:59 Mike Rapoport
  2008-11-25 18:46 ` Robert Jarzmik
  2008-11-25 21:30 ` Guennadi Liakhovetski
  0 siblings, 2 replies; 10+ messages in thread
From: Mike Rapoport @ 2008-11-25  8:59 UTC (permalink / raw)
  To: robert.jarzmik; +Cc: video4linux-list


Signed-off-by: Mike Rapoport <mike@compulab.co.il>
---
 drivers/media/video/mt9m111.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/mt9m111.c b/drivers/media/video/mt9m111.c
index da0b2d5..49c1167 100644
--- a/drivers/media/video/mt9m111.c
+++ b/drivers/media/video/mt9m111.c
@@ -841,7 +841,8 @@ static int mt9m111_video_probe(struct soc_camera_device *icd)
 	data = reg_read(CHIP_VERSION);
 
 	switch (data) {
-	case 0x143a:
+	case 0x143a: /* MT9M111 */
+	case 0x148c: /* MT9M112 */
 		mt9m111->model = V4L2_IDENT_MT9M111;
 		icd->formats = mt9m111_colour_formats;
 		icd->num_formats = ARRAY_SIZE(mt9m111_colour_formats);
-- 
1.5.6.4

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-12-03  8:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-25  8:59 [PATCH] mt9m111: add support for mt9m112 since sensors seem identical Mike Rapoport
2008-11-25 18:46 ` Robert Jarzmik
2008-11-25 21:30 ` Guennadi Liakhovetski
2008-11-26  9:43   ` Mike Rapoport
2008-11-30  7:38     ` Mike Rapoport
2008-12-01  8:30       ` Guennadi Liakhovetski
2008-12-03  8:01         ` [PATCH 1/2] " Mike Rapoport
2008-12-03  8:02         ` [PATCH 2/2] " Mike Rapoport
2008-12-03  8:14           ` Guennadi Liakhovetski
2008-12-03  8:23             ` Mike Rapoport

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox