diff options
author | Hartmut Hackmann <hartmut.hackmann@t-online.de> | 2006-10-31 00:00:16 +0100 |
---|---|---|
committer | Hartmut Hackmann <hartmut.hackmann@t-online.de> | 2006-10-31 00:00:16 +0100 |
commit | 963772cfcdcd6eb18d40459e0e2c3bf216867c3a (patch) | |
tree | 655d880111a17e35c9b5da8421d604203db4df74 /linux/drivers/media/video/saa7134/saa7134.h | |
parent | 859cac86f6c33c51b4e9e2c17bba3ad6b2d6b016 (diff) | |
download | mediapointer-dvb-s2-963772cfcdcd6eb18d40459e0e2c3bf216867c3a.tar.gz mediapointer-dvb-s2-963772cfcdcd6eb18d40459e0e2c3bf216867c3a.tar.bz2 |
Add support for the Compro Videomate DVB-T200A
From: Hartmut Hackmann <hartmut.hackmann@t-online.de>
This board has the same PCI ID as the T200, so the exact board type
is determined from the eeprom.
The original patch was provided by Francis Barber <fedora@barber-family.id.au>
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
Diffstat (limited to 'linux/drivers/media/video/saa7134/saa7134.h')
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134.h b/linux/drivers/media/video/saa7134/saa7134.h index 9666b17fc..6f86aa6f3 100644 --- a/linux/drivers/media/video/saa7134/saa7134.h +++ b/linux/drivers/media/video/saa7134/saa7134.h @@ -238,6 +238,7 @@ struct saa7134_format { #define SAA7134_BOARD_ASUS_EUROPA2_HYBRID 100 #define SAA7134_BOARD_PINNACLE_PCTV_310i 101 #define SAA7134_BOARD_AVERMEDIA_STUDIO_507 102 +#define SAA7134_BOARD_VIDEOMATE_DVBT_200A 103 #define SAA7134_MAXBOARDS 8 #define SAA7134_INPUT_MAX 8 |