diff options
author | Johannes Stezenbach <devnull@localhost> | 2005-04-03 19:45:02 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2005-04-03 19:45:02 +0000 |
commit | 7058872d140b080904de6e7b8bfd631b96b19e3b (patch) | |
tree | 3b54ffa23a1f6ce87a7e06e7c780a1795a50f3ca /linux/drivers/media/dvb/ttpci/budget.h | |
parent | 45e10126c3d6b17532bac9ab05fa82038bbf1ebf (diff) | |
download | mediapointer-dvb-s2-7058872d140b080904de6e7b8bfd631b96b19e3b.tar.gz mediapointer-dvb-s2-7058872d140b080904de6e7b8bfd631b96b19e3b.tar.bz2 |
patch by Alexander Riedel:
add support for KNC One Plus DVB-T and similar KNC One cards
Diffstat (limited to 'linux/drivers/media/dvb/ttpci/budget.h')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/budget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/ttpci/budget.h b/linux/drivers/media/dvb/ttpci/budget.h index 8384d44eb..c6ef496ba 100644 --- a/linux/drivers/media/dvb/ttpci/budget.h +++ b/linux/drivers/media/dvb/ttpci/budget.h @@ -92,6 +92,9 @@ static struct saa7146_pci_extension_data x_var = { \ #define BUDGET_KNC1S 8 #define BUDGET_KNC1C 9 #define BUDGET_KNC1T 10 +#define BUDGET_KNC1SP 11 +#define BUDGET_KNC1CP 12 +#define BUDGET_KNC1TP 13 #define BUDGET_VIDEO_PORTA 0 #define BUDGET_VIDEO_PORTB 1 |