Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331255
b: refs/heads/master
c: 2425bb3
h: refs/heads/master
i:
  331253: 183f126
  331251: 35c167b
  331247: 6cea9a0
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 2, 2012
1 parent 9806919 commit 446e740
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8e30783b0b3270736b2cff6415c68b894bc411df
refs/heads/master: 2425bb3d4016ed95ce83a90b53bd92c7f31091e4
5 changes: 5 additions & 0 deletions trunk/drivers/media/usb/em28xx/em28xx-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ static struct drxk_config terratec_h5_drxk = {
.no_i2c_bridge = 1,
.microcode_name = "dvb-usb-terratec-h5-drxk.fw",
.qam_demod_parameter_count = 2,
.load_firmware_sync = true,
};

static struct drxk_config hauppauge_930c_drxk = {
Expand All @@ -327,6 +328,7 @@ static struct drxk_config hauppauge_930c_drxk = {
.microcode_name = "dvb-usb-hauppauge-hvr930c-drxk.fw",
.chunk_size = 56,
.qam_demod_parameter_count = 2,
.load_firmware_sync = true,
};

struct drxk_config terratec_htc_stick_drxk = {
Expand All @@ -340,12 +342,14 @@ struct drxk_config terratec_htc_stick_drxk = {
.antenna_dvbt = true,
/* The windows driver uses the same. This will disable LNA. */
.antenna_gpio = 0x6,
.load_firmware_sync = true,
};

static struct drxk_config maxmedia_ub425_tc_drxk = {
.adr = 0x29,
.single_master = 1,
.no_i2c_bridge = 1,
.load_firmware_sync = true,
};

static struct drxk_config pctv_520e_drxk = {
Expand All @@ -356,6 +360,7 @@ static struct drxk_config pctv_520e_drxk = {
.chunk_size = 58,
.antenna_dvbt = true, /* disable LNA */
.antenna_gpio = (1 << 2), /* disable LNA */
.load_firmware_sync = true,
};

static int drxk_gate_ctrl(struct dvb_frontend *fe, int enable)
Expand Down

0 comments on commit 446e740

Please sign in to comment.