diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-10-30 04:50:03 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:01:50 -0500 |
commit | e2a1774d9c8b866db65853fd1a17e5f472dd5cf2 (patch) | |
tree | b1269a546476bb6102b0b14c577b31ba5367df19 /drivers/media/video/ivtv/ivtv-cards.h | |
parent | 05e997197e459a03df577ba49c34c1820957ee4a (diff) |
V4L/DVB (6488): ivtv: add ASUS Falcon2 support
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-cards.h')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-cards.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/media/video/ivtv/ivtv-cards.h b/drivers/media/video/ivtv/ivtv-cards.h index ff46e5ae8653..81707bbb60dc 100644 --- a/drivers/media/video/ivtv/ivtv-cards.h +++ b/drivers/media/video/ivtv/ivtv-cards.h | |||
@@ -45,7 +45,8 @@ | |||
45 | #define IVTV_CARD_PG600V2 18 /* Yuan PG600V2/GotView PCI DVD Lite */ | 45 | #define IVTV_CARD_PG600V2 18 /* Yuan PG600V2/GotView PCI DVD Lite */ |
46 | #define IVTV_CARD_CLUB3D 19 /* Club3D ZAP-TV1x01 */ | 46 | #define IVTV_CARD_CLUB3D 19 /* Club3D ZAP-TV1x01 */ |
47 | #define IVTV_CARD_AVERTV_MCE116 20 /* AVerTV MCE 116 Plus */ | 47 | #define IVTV_CARD_AVERTV_MCE116 20 /* AVerTV MCE 116 Plus */ |
48 | #define IVTV_CARD_LAST 20 | 48 | #define IVTV_CARD_ASUS_FALCON2 21 /* ASUS Falcon2 */ |
49 | #define IVTV_CARD_LAST 21 | ||
49 | 50 | ||
50 | /* Variants of existing cards but with the same PCI IDs. The driver | 51 | /* Variants of existing cards but with the same PCI IDs. The driver |
51 | detects these based on other device information. | 52 | detects these based on other device information. |
@@ -69,6 +70,7 @@ | |||
69 | #define IVTV_PCI_ID_HAUPPAUGE_ALT1 0x0270 | 70 | #define IVTV_PCI_ID_HAUPPAUGE_ALT1 0x0270 |
70 | #define IVTV_PCI_ID_HAUPPAUGE_ALT2 0x4070 | 71 | #define IVTV_PCI_ID_HAUPPAUGE_ALT2 0x4070 |
71 | #define IVTV_PCI_ID_ADAPTEC 0x9005 | 72 | #define IVTV_PCI_ID_ADAPTEC 0x9005 |
73 | #define IVTV_PCI_ID_ASUSTEK 0x1043 | ||
72 | #define IVTV_PCI_ID_AVERMEDIA 0x1461 | 74 | #define IVTV_PCI_ID_AVERMEDIA 0x1461 |
73 | #define IVTV_PCI_ID_YUAN1 0x12ab | 75 | #define IVTV_PCI_ID_YUAN1 0x12ab |
74 | #define IVTV_PCI_ID_YUAN2 0xff01 | 76 | #define IVTV_PCI_ID_YUAN2 0xff01 |
@@ -96,7 +98,8 @@ | |||
96 | #define IVTV_HW_SAA717X (1 << 12) | 98 | #define IVTV_HW_SAA717X (1 << 12) |
97 | #define IVTV_HW_WM8739 (1 << 13) | 99 | #define IVTV_HW_WM8739 (1 << 13) |
98 | #define IVTV_HW_VP27SMPX (1 << 14) | 100 | #define IVTV_HW_VP27SMPX (1 << 14) |
99 | #define IVTV_HW_GPIO (1 << 15) | 101 | #define IVTV_HW_M52790 (1 << 15) |
102 | #define IVTV_HW_GPIO (1 << 16) | ||
100 | 103 | ||
101 | #define IVTV_HW_SAA711X (IVTV_HW_SAA7115 | IVTV_HW_SAA7114) | 104 | #define IVTV_HW_SAA711X (IVTV_HW_SAA7115 | IVTV_HW_SAA7114) |
102 | 105 | ||