diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-22 20:34:18 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 09:39:33 -0200 |
commit | bc97430510960846b6e8f2d62c503653031991e1 (patch) | |
tree | b4a08f2412fe75f61057d17c293c4f59f8868e14 /include | |
parent | b3ee7e21f25cdd50cccc906dc09e547f36166372 (diff) | |
download | linux-bc97430510960846b6e8f2d62c503653031991e1.tar.bz2 |
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')
-rw-r--r-- | include/media/v4l2-chip-ident.h | 3 |
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 { /* module vp27smpx: just ident 2700 */ V4L2_IDENT_VP27SMPX = 2700, + /* module tvp5150 */ + V4L2_IDENT_TVP5150 = 5150, + /* module cs5345: just ident 5345 */ V4L2_IDENT_CS5345 = 5345, |