diff options
author | Oliver Endriss <devnull@localhost> | 2004-02-26 20:27:22 +0000 |
---|---|---|
committer | Oliver Endriss <devnull@localhost> | 2004-02-26 20:27:22 +0000 |
commit | 374bdafbd3985cf6606b5449cb2ca37a53b38a23 (patch) | |
tree | e165dd0225094772b2ac532f2b6ecfddfde0c4a1 /linux/drivers/media/dvb/ttpci/budget.h | |
parent | c6a1ef178f8e95f64d3422076a9561750aa467f3 (diff) | |
download | mediapointer-dvb-s2-374bdafbd3985cf6606b5449cb2ca37a53b38a23.tar.gz mediapointer-dvb-s2-374bdafbd3985cf6606b5449cb2ca37a53b38a23.tar.bz2 |
Added support for Fujitsu-Siemens Activy Card (Grundig tuner)
by Michael Dreher <michael@5dot1.de>, Oliver Endriss <o.endriss@gmx.de>
and Andreas 'randy' Weinberger
Diffstat (limited to 'linux/drivers/media/dvb/ttpci/budget.h')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/budget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/ttpci/budget.h b/linux/drivers/media/dvb/ttpci/budget.h index 0af6725c1..3c730423d 100644 --- a/linux/drivers/media/dvb/ttpci/budget.h +++ b/linux/drivers/media/dvb/ttpci/budget.h @@ -73,6 +73,7 @@ static struct saa7146_pci_extension_data x_var = { \ #define BUDGET_TT_HW_DISEQC 1 #define BUDGET_KNC1 2 #define BUDGET_PATCH 3 +#define BUDGET_FS_ACTIVY 4 extern int ttpci_budget_init (struct budget *budget, |