Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181648
b: refs/heads/master
c: edad22a
h: refs/heads/master
v: v3
  • Loading branch information
Matthias Benesch authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent d4aa7de commit 9736275
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 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: c58b5ecd46bf1b4a54b769d4a17afd97af23188d
refs/heads/master: edad22a7b0e5899ee503794543ce4c77cfb34d58
17 changes: 15 additions & 2 deletions trunk/drivers/media/dvb/ngene/ngene-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1897,12 +1897,25 @@ static struct ngene_info ngene_info_mps2 = {
.fw_version = 17,
};

static struct ngene_info ngene_info_satixs2 = {
.type = NGENE_SIDEWINDER,
.name = "Mystique SaTiX-S2 Dual",
.io_type = {NGENE_IO_TSIN, NGENE_IO_TSIN},
.demod_attach = {demod_attach_stv0900, demod_attach_stv0900},
.tuner_attach = {tuner_attach_stv6110, tuner_attach_stv6110},
.fe_config = {&fe_mps2, &fe_mps2},
.tuner_config = {&tuner_mps2_0, &tuner_mps2_1},
.lnb = {0x0b, 0x08},
.tsf = {3, 3},
.fw_version = 17,
};

/****************************************************************************/



/****************************************************************************/
/****************************************************************************/
/* PCI Subsystem ID *********************************************************/
/****************************************************************************/

#define NGENE_ID(_subvend, _subdev, _driverdata) { \
Expand All @@ -1915,7 +1928,7 @@ static struct ngene_info ngene_info_mps2 = {
static const struct pci_device_id ngene_id_tbl[] __devinitdata = {
NGENE_ID(0x18c3, 0xabc3, ngene_info_mps2),
NGENE_ID(0x18c3, 0xabc4, ngene_info_mps2),
NGENE_ID(0x18c3, 0xdb01, ngene_info_mps2),
NGENE_ID(0x18c3, 0xdb01, ngene_info_satixs2),
{0}
};
MODULE_DEVICE_TABLE(pci, ngene_id_tbl);
Expand Down

0 comments on commit 9736275

Please sign in to comment.