diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-05-20 08:19:47 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-05-20 08:19:47 +0200 |
commit | 032f7b20b477a6d87fa55602e27908dba236add3 (patch) | |
tree | 5b7962942ddf2b3a4f5c32251d09e75122d5f2ca /linux/drivers/media/video/ivtv/ivtv-cards.h | |
parent | 5b21c689aa3b159af1610992109edec784e23a08 (diff) | |
download | mediapointer-dvb-s2-032f7b20b477a6d87fa55602e27908dba236add3.tar.gz mediapointer-dvb-s2-032f7b20b477a6d87fa55602e27908dba236add3.tar.bz2 |
ivtv: add support for the Buffalo PC-MV5L/PCI card.
From: Hans Verkuil <hverkuil@xs4all.nl>
Thanks to Peter Brandt for doing the necessary tests to fill out the card
definition!
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/ivtv/ivtv-cards.h')
-rw-r--r-- | linux/drivers/media/video/ivtv/ivtv-cards.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-cards.h b/linux/drivers/media/video/ivtv/ivtv-cards.h index 748485dce..381af1bce 100644 --- a/linux/drivers/media/video/ivtv/ivtv-cards.h +++ b/linux/drivers/media/video/ivtv/ivtv-cards.h @@ -49,7 +49,8 @@ #define IVTV_CARD_AVER_PVR150PLUS 22 /* AVerMedia PVR-150 Plus */ #define IVTV_CARD_AVER_EZMAKER 23 /* AVerMedia EZMaker PCI Deluxe */ #define IVTV_CARD_AVER_M104 24 /* AverMedia M104 miniPCI card */ -#define IVTV_CARD_LAST 24 +#define IVTV_CARD_BUFFALO_MV5L 25 /* Buffalo PC-MV5L/PCI card */ +#define IVTV_CARD_LAST 25 /* Variants of existing cards but with the same PCI IDs. The driver detects these based on other device information. |