diff options
author | Michael Hunold <devnull@localhost> | 2003-01-16 15:34:30 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2003-01-16 15:34:30 +0000 |
commit | 8224400559ef50b53e11400aa0853cb6769bdf6b (patch) | |
tree | 68e128b95ee5dc335ad358d29fc2d1c472922c46 /linux/drivers/media/dvb/ttpci-budget/budget.c | |
parent | 7e5378db73d4f64199609f3ccf564f47c6c565e3 (diff) | |
download | mediapointer-dvb-s2-8224400559ef50b53e11400aa0853cb6769bdf6b.tar.gz mediapointer-dvb-s2-8224400559ef50b53e11400aa0853cb6769bdf6b.tar.bz2 |
- extended the preprocessor magic to av7110.c, too, had to change
the other files again.
Diffstat (limited to 'linux/drivers/media/dvb/ttpci-budget/budget.c')
-rw-r--r-- | linux/drivers/media/dvb/ttpci-budget/budget.c | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/linux/drivers/media/dvb/ttpci-budget/budget.c b/linux/drivers/media/dvb/ttpci-budget/budget.c index ad5ef61c5..505999dd0 100644 --- a/linux/drivers/media/dvb/ttpci-budget/budget.c +++ b/linux/drivers/media/dvb/ttpci-budget/budget.c @@ -44,12 +44,15 @@ MAKE_BUDGET_INFO(satel, "SATELCO Multimedia PCI", BUDGET_TT_HW_DISEQC); static struct pci_device_id pci_tbl[] = { - MAKE_BUDGET_PCI(ttbs, 0x13c2, 0x1003), - MAKE_BUDGET_PCI(ttbc, 0x13c2, 0x1004), - MAKE_BUDGET_PCI(ttbt, 0x13c2, 0x1005), - MAKE_BUDGET_PCI(ttbci, 0x13c2, 0x100f), /* TT_BUDGET_CI without CI (connector not soldered in) */ - MAKE_BUDGET_PCI(ttbci, 0x13c2, 0x100c), - MAKE_BUDGET_PCI(satel, 0x13c2, 0x1013), + MAKE_EXTENSION_PCI(ttbs, 0x13c2, 0x1003), + MAKE_EXTENSION_PCI(ttbc, 0x13c2, 0x1004), + MAKE_EXTENSION_PCI(ttbt, 0x13c2, 0x1005), + MAKE_EXTENSION_PCI(ttbci, 0x13c2, 0x100f), /* TT_BUDGET_CI without CI (connector not soldered in) */ + MAKE_EXTENSION_PCI(ttbci, 0x13c2, 0x100c), + MAKE_EXTENSION_PCI(satel, 0x13c2, 0x1013), + { + .vendor = 0, + } }; static |