aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-12-22 18:34:18 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-30 06:39:33 -0500
commitbc97430510960846b6e8f2d62c503653031991e1 (patch)
treeb4a08f2412fe75f61057d17c293c4f59f8868e14 /include/media
parentb3ee7e21f25cdd50cccc906dc09e547f36166372 (diff)
V4L/DVB (9969): tvp5150: add support for VIDIOC_G_CHIP_IDENT ioctl
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/v4l2-chip-ident.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h
index bfe5142e6672..e3e5b53931de 100644
--- a/include/media/v4l2-chip-ident.h
+++ b/include/media/v4l2-chip-ident.h
@@ -70,6 +70,9 @@ enum {
70 /* module vp27smpx: just ident 2700 */ 70 /* module vp27smpx: just ident 2700 */
71 V4L2_IDENT_VP27SMPX = 2700, 71 V4L2_IDENT_VP27SMPX = 2700,
72 72
73 /* module tvp5150 */
74 V4L2_IDENT_TVP5150 = 5150,
75
73 /* module cs5345: just ident 5345 */ 76 /* module cs5345: just ident 5345 */
74 V4L2_IDENT_CS5345 = 5345, 77 V4L2_IDENT_CS5345 = 5345,
75 78