diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-02 14:22:39 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-02 14:22:39 -0300 |
commit | 174aac0a9961ce8a8d63ca42dbb272241531723a (patch) | |
tree | dec7c827530380fe2490fad23a8aee0ad6d917ad /linux/drivers/media/video/bt8xx/bttv.h | |
parent | 01f9b946b0a6fac7e24b3fbe6d14f07d1935f6be (diff) | |
download | mediapointer-dvb-s2-174aac0a9961ce8a8d63ca42dbb272241531723a.tar.gz mediapointer-dvb-s2-174aac0a9961ce8a8d63ca42dbb272241531723a.tar.bz2 |
Additional card support for bttv driver
From: Scott Alfter <salfter@ssai.us>
SSAI (www.ssai.us) makes several Bt878-based capture cards that get used in our
surveillance, conferencing, and medical imaging systems. The attached
relatively small patch adds support for these cards, which fall into two broad
* boards with one or more Bt878s, one or more composite inputs, and no S-video
or tuner inputs
* boards with one Bt878, one composite input, one S-video input, and no tuner
input
Signed-off-by: Scott Alfter <salfter@ssai.us>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/bt8xx/bttv.h')
-rw-r--r-- | linux/drivers/media/video/bt8xx/bttv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/bt8xx/bttv.h b/linux/drivers/media/video/bt8xx/bttv.h index ed565fb8b..f9681147d 100644 --- a/linux/drivers/media/video/bt8xx/bttv.h +++ b/linux/drivers/media/video/bt8xx/bttv.h @@ -169,6 +169,8 @@ #define BTTV_BOARD_SABRENT_TVFM 0x8e #define BTTV_BOARD_HAUPPAUGE_IMPACTVCB 0x8f #define BTTV_BOARD_MACHTV_MAGICTV 0x90 +#define BTTV_BOARD_SSAI_SECURITY 0x91 +#define BTTV_BOARD_SSAI_ULTRASOUND 0x92 /* more card-specific defines */ #define PT2254_L_CHANNEL 0x10 |