diff options
author | Peter De Schrijver <p2@psychaos.be> | 2011-11-06 08:15:47 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-08 08:17:57 -0500 |
commit | de2843b663fd621e9a6c75fed4da73e8c9a1b094 (patch) | |
tree | a5d53e6a8b48fea6afd63998d132c7741fd76d8a /drivers/media/video/bt8xx/bttv.h | |
parent | 3822c7cef7b422833f1b58949a01bd87b822d280 (diff) |
[media] bt8xx: add support for Tongwei Video Technology TD-3116
The following patch adds support for the Tongwei Video Technology TD-3116 board. This
is a Bt878 based capture card with 16 inputs meant for surveilance applications.
It also offers a way to check which inputs have a video signal while capturing another
input. In addition there are a number of alarm inputs and outputs available and there
is microcontroller which is presumably intended for use as a system watchdog. None of
these extra capabilities are supported by the patch.
Signed-off-by: Peter De Schrijver <p2@psychaos.be>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/bt8xx/bttv.h')
-rw-r--r-- | drivers/media/video/bt8xx/bttv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/bt8xx/bttv.h b/drivers/media/video/bt8xx/bttv.h index 4db8b7d25da6..c5171619ac79 100644 --- a/drivers/media/video/bt8xx/bttv.h +++ b/drivers/media/video/bt8xx/bttv.h | |||
@@ -183,6 +183,7 @@ | |||
183 | #define BTTV_BOARD_GEOVISION_GV800S 0x9d | 183 | #define BTTV_BOARD_GEOVISION_GV800S 0x9d |
184 | #define BTTV_BOARD_GEOVISION_GV800S_SL 0x9e | 184 | #define BTTV_BOARD_GEOVISION_GV800S_SL 0x9e |
185 | #define BTTV_BOARD_PV183 0x9f | 185 | #define BTTV_BOARD_PV183 0x9f |
186 | #define BTTV_BOARD_TVT_TD3116 0xa0 | ||
186 | 187 | ||
187 | 188 | ||
188 | /* more card-specific defines */ | 189 | /* more card-specific defines */ |