diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-05-07 12:29:25 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-05-07 12:29:25 +0000 |
commit | e35d2b660b1c4e14bbf10d6158278f39444635ac (patch) | |
tree | 87ca31577a7536be39067c801409d6250d607efe /linux/include/media/v4l2-chip-ident.h | |
parent | 92d86489f12a97b91898eaffecc71667b5c1c58f (diff) | |
download | mediapointer-dvb-s2-e35d2b660b1c4e14bbf10d6158278f39444635ac.tar.gz mediapointer-dvb-s2-e35d2b660b1c4e14bbf10d6158278f39444635ac.tar.bz2 |
TI THS7303 video amplifier driver code
From: Chaithrika U S <chaithrika@ti.com>
This patch adds driver for TI THS7303 video amplifier. This driver is
implemented as a v4l2 sub device. Tested on TI DM646x EVM.
This version has updates based on review comments by Mauro Chehab.
Signed-off-by: Chaithrika U S <chaithrika@ti.com>
Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/include/media/v4l2-chip-ident.h')
-rw-r--r-- | linux/include/media/v4l2-chip-ident.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/include/media/v4l2-chip-ident.h b/linux/include/media/v4l2-chip-ident.h index 1be461a29..fbeb98f8e 100644 --- a/linux/include/media/v4l2-chip-ident.h +++ b/linux/include/media/v4l2-chip-ident.h @@ -137,6 +137,9 @@ enum { /* module saa7191: just ident 7191 */ V4L2_IDENT_SAA7191 = 7191, + /* module ths7303: just ident 7303 */ + V4L2_IDENT_THS7303 = 7303, + /* module wm8739: just ident 8739 */ V4L2_IDENT_WM8739 = 8739, |