Add support AOpen VA1000 video capture card

PR:		kern/62146
Submitted by:	HASHI Hiroaki <hasi@cskk-sv.co.jp>
MFC after:	1 week
This commit is contained in:
sanpei 2004-08-08 01:23:39 +00:00
parent 0433526613
commit d3ac947a9f
2 changed files with 15 additions and 2 deletions

View File

@ -356,6 +356,18 @@ static const struct CARDTYPE cards[] = {
{ 0x10000, 0, 0x10000, 0, 1 }, /* audio MUX values */
0x10f00 }, /* GPIO mask */
{ CARD_AOPEN_VA1000, /* the card id */
"AOpen VA1000", /* the 'name' */
NULL, /* the tuner */
0, /* the tuner i2c address */
0, /* dbx is optional */
0,
0,
0, /* EEProm unknown */
0, /* size unknown */
{ 0x02, 0x00, 0x00, 0x00, 1 }, /* audio MUX values */
0x18e0 }, /* GPIO mask */
};
struct bt848_card_sig bt848_card_signature[1]= {

View File

@ -76,8 +76,9 @@
#define CARD_ASKEY_DYNALINK_MAGIC_TVIEW 14
#define CARD_LEADTEK 15
#define CARD_TERRATVPLUS 16
#define CARD_IO_BCTV3 17
#define Bt848_MAX_CARD 18
#define CARD_IO_BCTV3 17
#define CARD_AOPEN_VA1000 18
#define Bt848_MAX_CARD 19
#define CARD_IO_GV CARD_IO_BCTV2