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-av.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-av.c')
-rw-r--r-- | linux/drivers/media/dvb/ttpci-budget/budget-av.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/ttpci-budget/budget-av.c b/linux/drivers/media/dvb/ttpci-budget/budget-av.c index 39886ff4f..78c977900 100644 --- a/linux/drivers/media/dvb/ttpci-budget/budget-av.c +++ b/linux/drivers/media/dvb/ttpci-budget/budget-av.c @@ -43,7 +43,10 @@ MAKE_BUDGET_INFO(knc1, "KNC1 DVB-S", BUDGET_KNC1); static struct pci_device_id devices[] = { - MAKE_BUDGET_PCI(knc1, 0x1131, 0x4f56), + MAKE_EXTENSION_PCI(knc1, 0x1131, 0x4f56), + { + .vendor = 0, + } }; struct budget_av_data |