Skip to content

Commit

Permalink
V4L/DVB: Support for TVP7002 in v4l2 definitions
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Santiago Nunez-Corrales authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 4105ed5 commit ff9118a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/media/v4l2-chip-ident.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ enum {
/* modules tef6862: just ident 6862 */
V4L2_IDENT_TEF6862 = 6862,

/* module tvp7002: just ident 7002 */
V4L2_IDENT_TVP7002 = 7002,

/* module adv7170: just ident 7170 */
V4L2_IDENT_ADV7170 = 7170,

Expand Down

0 comments on commit ff9118a

Please sign in to comment.