Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB: Support for TVP7002 in v4l2 definitions

This patch provides required chip identification definitions
within v4l2. Included only definitions for TVP7002.

Signed-off-by: Santiago Nunez-Corrales <santiago.nunez@ridgerun.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Santiago Nunez-Corrales and committed by
Mauro Carvalho Chehab
ff9118a5 4105ed5d

+3
+3
include/media/v4l2-chip-ident.h
··· 134 134 /* modules tef6862: just ident 6862 */ 135 135 V4L2_IDENT_TEF6862 = 6862, 136 136 137 + /* module tvp7002: just ident 7002 */ 138 + V4L2_IDENT_TVP7002 = 7002, 139 + 137 140 /* module adv7170: just ident 7170 */ 138 141 V4L2_IDENT_ADV7170 = 7170, 139 142