Skip to content

Commit

Permalink
[media] V4L: add IMX074 sensor chip ID
Browse files Browse the repository at this point in the history
Chip identification register contains the value 0x74.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 06e1782 commit 32e1f77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/media/v4l2-chip-ident.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ enum {
/* module tvaudio: reserved range 50-99 */
V4L2_IDENT_TVAUDIO = 50, /* A tvaudio chip, unknown which it is exactly */

/* Sony IMX074 */
V4L2_IDENT_IMX074 = 74,

/* module saa7110: just ident 100 */
V4L2_IDENT_SAA7110 = 100,

Expand Down

0 comments on commit 32e1f77

Please sign in to comment.