aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ivtv/ivtv-cards.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-cards.h')
-rw-r--r--drivers/media/video/ivtv/ivtv-cards.h7
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 ff46e5ae865..81707bbb60d 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