V4L/DVB (9969): tvp5150: add support for VIDIOC_G_CHIP_IDENT ioctl

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Mauro Carvalho Chehab
2008-12-22 20:34:18 -03:00
parent b3ee7e21f2
commit bc97430510
2 changed files with 19 additions and 0 deletions

View File

@@ -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,