diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-10-30 04:55:58 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:01:50 -0500 |
commit | fdef464a7fdcc0f5905d380b2065fec7715bc95d (patch) | |
tree | c7c51499193cb0e5da756021291c7844afdcf92a /drivers/media/video/ivtv/ivtv-cards.h | |
parent | e2a1774d9c8b866db65853fd1a17e5f472dd5cf2 (diff) |
V4L/DVB (6489): ivtv: add support for AVerMedia PVR-150 Plus
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-cards.h b/drivers/media/video/ivtv/ivtv-cards.h index 81707bbb60dc..881b04473163 100644 --- a/drivers/media/video/ivtv/ivtv-cards.h +++ b/drivers/media/video/ivtv/ivtv-cards.h | |||
@@ -46,7 +46,8 @@ | |||
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_ASUS_FALCON2 21 /* ASUS Falcon2 */ | 48 | #define IVTV_CARD_ASUS_FALCON2 21 /* ASUS Falcon2 */ |
49 | #define IVTV_CARD_LAST 21 | 49 | #define IVTV_CARD_AVER_PVR150PLUS 22 /* AVerMedia PVR-150 Plus */ |
50 | #define IVTV_CARD_LAST 22 | ||
50 | 51 | ||
51 | /* Variants of existing cards but with the same PCI IDs. The driver | 52 | /* Variants of existing cards but with the same PCI IDs. The driver |
52 | detects these based on other device information. | 53 | detects these based on other device information. |