diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2008-12-18 09:05:49 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 06:40:15 -0500 |
commit | aeabc882a3ad9a320783815e0446b12526fd2102 (patch) | |
tree | c4152a91aebf18985c7f0e1fb9ab769fd086ac86 /include | |
parent | 2d425131d2c44228c4390d2d48d302f3e122bc49 (diff) |
V4L/DVB (10068): Change device ID selection method on ov772x driver
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/media/v4l2-chip-ident.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h index e3e5b53931de..56974e689a4d 100644 --- a/include/media/v4l2-chip-ident.h +++ b/include/media/v4l2-chip-ident.h | |||
@@ -60,7 +60,7 @@ enum { | |||
60 | 60 | ||
61 | /* OmniVision sensors: reserved range 250-299 */ | 61 | /* OmniVision sensors: reserved range 250-299 */ |
62 | V4L2_IDENT_OV7670 = 250, | 62 | V4L2_IDENT_OV7670 = 250, |
63 | V4L2_IDENT_OV772X = 251, | 63 | V4L2_IDENT_OV7720 = 251, |
64 | 64 | ||
65 | /* Conexant MPEG encoder/decoders: reserved range 410-420 */ | 65 | /* Conexant MPEG encoder/decoders: reserved range 410-420 */ |
66 | V4L2_IDENT_CX23415 = 415, | 66 | V4L2_IDENT_CX23415 = 415, |