diff options
author | Olli Salonen <olli.salonen@iki.fi> | 2016-03-09 23:38:27 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-05-07 15:27:17 +0200 |
commit | 0ed8289bd6fff6eda3d57ff09e4b54fd823930ab (patch) | |
tree | 800ae447e017110edecb6e831677075ce318f581 /drivers/media/pci/smipcie/smipcie.h | |
parent | [media] ati_remote: avoid fragile snprintf use (diff) | |
download | linux-0ed8289bd6fff6eda3d57ff09e4b54fd823930ab.tar.xz linux-0ed8289bd6fff6eda3d57ff09e4b54fd823930ab.zip |
[media] smipcie: add support for TechnoTrend S2-4200 Twin
Add support for TechnoTrend TT-budget S2-4200 Twin DVB-S2 tuner. The
device seems to be rather similar to DVBSky S952 V3. This is a PCIe
card with 2 tuners. SMI PCIe bridge is used and the card has two
Montage M88RS6000 demod/tuners.
The M88RS6000 demod/tuner package needs firmware. You can download
one here:
http://palosaari.fi/linux/v4l-dvb/firmware/M88RS6000/
Signed-off-by: Olli Salonen <olli.salonen@iki.fi>
Reviewed-by: Max Nibble <nibble.max@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci/smipcie/smipcie.h')
-rw-r--r-- | drivers/media/pci/smipcie/smipcie.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/pci/smipcie/smipcie.h b/drivers/media/pci/smipcie/smipcie.h index 68cdda28fd98..5528e483ebc5 100644 --- a/drivers/media/pci/smipcie/smipcie.h +++ b/drivers/media/pci/smipcie/smipcie.h @@ -216,6 +216,7 @@ struct smi_cfg_info { #define SMI_DVBSKY_S950 1 #define SMI_DVBSKY_T9580 2 #define SMI_DVBSKY_T982 3 +#define SMI_TECHNOTREND_S2_4200 4 int type; char *name; #define SMI_TS_NULL 0 |