Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37412
b: refs/heads/master
c: 4e318be
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Pfister authored and Mauro Carvalho Chehab committed Sep 26, 2006
1 parent 0be48cf commit 2109d7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0d7466146fa59cfa4b992a52cf274d603b475fd1
refs/heads/master: 4e318bef68e819f001a3c8af65401891893d3d54
3 changes: 2 additions & 1 deletion trunk/drivers/media/dvb/ttpci/budget-av.c
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,7 @@ static void frontend_init(struct budget_av *budget_av)
switch (saa->pci->subsystem_device) {

case SUBID_DVBS_KNC1:
case SUBID_DVBS_KNC1_PLUS:
case SUBID_DVBS_EASYWATCH_1:
if (saa->pci->subsystem_vendor == 0x1894) {
fe = dvb_attach(stv0299_attach, &cinergy_1200s_1894_0010_config,
Expand Down Expand Up @@ -1123,7 +1124,6 @@ static void frontend_init(struct budget_av *budget_av)
}
break;

case SUBID_DVBS_KNC1_PLUS:
case SUBID_DVBS_TYPHOON:
fe = dvb_attach(stv0299_attach, &typhoon_config,
&budget_av->budget.i2c_adap);
Expand Down Expand Up @@ -1392,6 +1392,7 @@ static struct pci_device_id pci_tbl[] = {
MAKE_EXTENSION_PCI(knc1s, 0x1131, 0x0010),
MAKE_EXTENSION_PCI(knc1s, 0x1894, 0x0010),
MAKE_EXTENSION_PCI(knc1sp, 0x1131, 0x0011),
MAKE_EXTENSION_PCI(knc1sp, 0x1894, 0x0011),
MAKE_EXTENSION_PCI(kncxs, 0x1894, 0x0014),
MAKE_EXTENSION_PCI(kncxs, 0x1894, 0x0016),
MAKE_EXTENSION_PCI(satewpls, 0x1894, 0x001e),
Expand Down

0 comments on commit 2109d7e

Please sign in to comment.