Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285216
b: refs/heads/master
c: de72405
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Nov 20, 2011
1 parent 72a9a44 commit 582d97c
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 45 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: 82e7dbbd4a16274b0a7038978734fc11bbf9f4b6
refs/heads/master: de72405f6fc1aaedc0412f88cf681ed33519c49a
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/drxk_hard.c
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ static int init_state(struct drxk_state *state)
state->m_hasAudio = false;

if (!state->m_ChunkSize)
state->m_ChunkSize = 124;
state->m_ChunkSize = 124;

state->m_oscClockFreq = 0;
state->m_smartAntInverted = false;
Expand Down
17 changes: 10 additions & 7 deletions trunk/drivers/media/video/em28xx/em28xx-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,8 @@ static struct em28xx_reg_seq pctv_460e[] = {
};

static struct em28xx_reg_seq hauppauge_930c_gpio[] = {
// xc5000 reset
{EM2874_R80_GPIO, 0x6f, 0xff, 10},
{EM2874_R80_GPIO, 0x4f, 0xff, 10},
{EM2874_R80_GPIO, 0x4f, 0xff, 10}, /* xc5000 reset */
{EM2874_R80_GPIO, 0x6f, 0xff, 10},
{EM2874_R80_GPIO, 0x4f, 0xff, 10},
{ -1, -1, -1, -1},
Expand Down Expand Up @@ -905,6 +904,8 @@ struct em28xx_board em28xx_boards[] = {
.tuner_addr = 0x41,
.dvb_gpio = terratec_h5_digital, /* FIXME: probably wrong */
.tuner_gpio = terratec_h5_gpio,
#else
.tuner_type = TUNER_ABSENT,
#endif
.i2c_speed = EM2874_I2C_SECONDARY_BUS_SELECT |
EM28XX_I2C_CLK_WAIT_ENABLE |
Expand All @@ -913,12 +914,14 @@ struct em28xx_board em28xx_boards[] = {
[EM2884_BOARD_HAUPPAUGE_WINTV_HVR_930C] = {
.name = "Hauppauge WinTV HVR 930C",
.has_dvb = 1,
//#if 0
// .tuner_type = TUNER_XC5000,
// .tuner_addr = 0x41,
// .dvb_gpio = hauppauge_930c_digital, /* FIXME: probably wrong */
#if 0 /* FIXME: Add analog support */
.tuner_type = TUNER_XC5000,
.tuner_addr = 0x41,
.dvb_gpio = hauppauge_930c_digital,
.tuner_gpio = hauppauge_930c_gpio,
//#endif
#else
.tuner_type = TUNER_ABSENT,
#endif
.i2c_speed = EM2874_I2C_SECONDARY_BUS_SELECT |
EM28XX_I2C_CLK_WAIT_ENABLE |
EM28XX_I2C_FREQ_400_KHZ,
Expand Down
57 changes: 21 additions & 36 deletions trunk/drivers/media/video/em28xx/em28xx-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,42 +347,27 @@ static void hauppauge_hvr930c_init(struct em28xx *dev)
int i;

struct em28xx_reg_seq hauppauge_hvr930c_init[] = {
{EM2874_R80_GPIO, 0xff, 0xff, 101}, //11111111
// {0xd , 0xff, 0xff, 101}, //11111111
{EM2874_R80_GPIO, 0xfb, 0xff, 50}, //11111011 init bit 3
{EM2874_R80_GPIO, 0xff, 0xff, 184}, //11111111
{EM2874_R80_GPIO, 0xff, 0xff, 0x65},
{EM2874_R80_GPIO, 0xfb, 0xff, 0x32},
{EM2874_R80_GPIO, 0xff, 0xff, 0xb8},
{ -1, -1, -1, -1},
};
struct em28xx_reg_seq hauppauge_hvr930c_end[] = {
{EM2874_R80_GPIO, 0xef, 0xff, 1}, //11101111
{EM2874_R80_GPIO, 0xaf, 0xff, 101}, //10101111 init bit 7
{EM2874_R80_GPIO, 0xef, 0xff, 118}, //11101111
{EM2874_R80_GPIO, 0xef, 0xff, 0x01},
{EM2874_R80_GPIO, 0xaf, 0xff, 0x65},
{EM2874_R80_GPIO, 0xef, 0xff, 0x76},
{EM2874_R80_GPIO, 0xef, 0xff, 0x01},
{EM2874_R80_GPIO, 0xcf, 0xff, 0x0b},
{EM2874_R80_GPIO, 0xef, 0xff, 0x40},

{EM2874_R80_GPIO, 0xcf, 0xff, 0x65},
{EM2874_R80_GPIO, 0xef, 0xff, 0x65},
{EM2874_R80_GPIO, 0xcf, 0xff, 0x0b},
{EM2874_R80_GPIO, 0xef, 0xff, 0x65},


//per il tuner?
{EM2874_R80_GPIO, 0xef, 0xff, 1}, //11101111
{EM2874_R80_GPIO, 0xcf, 0xff, 11}, //11001111 init bit 6
{EM2874_R80_GPIO, 0xef, 0xff, 64}, //11101111

{EM2874_R80_GPIO, 0xcf, 0xff, 101}, //11001111 init bit 6
{EM2874_R80_GPIO, 0xef, 0xff, 101}, //11101111
{EM2874_R80_GPIO, 0xcf, 0xff, 11}, //11001111 init bit 6
{EM2874_R80_GPIO, 0xef, 0xff, 101}, //11101111

// {EM2874_R80_GPIO, 0x6f, 0xff, 10}, //01101111
// {EM2874_R80_GPIO, 0x6d, 0xff, 100}, //01101101 init bit 2
{ -1, -1, -1, -1},
};

struct em28xx_reg_seq hauppauge_hvr930c_end2[] = {
// {EM2874_R80_GPIO, 0x6f, 0xff, 124}, //01101111
// {EM2874_R80_GPIO, 0x4f, 0xff, 11}, //01001111 init bit 6
// {EM2874_R80_GPIO, 0x6f, 0xff, 1}, //01101111
// {EM2874_R80_GPIO, 0x4f, 0xff, 10}, //01001111 init bit 6
// {EM2874_R80_GPIO, 0x6f, 0xff, 100}, //01101111
// {0xd , 0x42, 0xff, 101}, //11111111
{ -1, -1, -1, -1},
};
struct {
unsigned char r[4];
int len;
Expand Down Expand Up @@ -419,8 +404,6 @@ static void hauppauge_hvr930c_init(struct em28xx *dev)
em28xx_write_reg(dev, EM28XX_R06_I2C_CLK, 0x44);
msleep(30);

em28xx_gpio_set(dev, hauppauge_hvr930c_end2);
msleep(10);
em28xx_write_reg(dev, EM28XX_R06_I2C_CLK, 0x45);
msleep(10);

Expand Down Expand Up @@ -885,7 +868,9 @@ static int em28xx_dvb_init(struct em28xx *dev)

dvb->dont_attach_fe1 = 1;

dvb->fe[0] = dvb_attach(drxk_attach, &hauppauge_930c_drxk, &dev->i2c_adap, &dvb->fe[1]);
dvb->fe[0] = dvb_attach(drxk_attach,
&hauppauge_930c_drxk, &dev->i2c_adap,
&dvb->fe[1]);
if (!dvb->fe[0]) {
result = -EINVAL;
goto out_free;
Expand All @@ -901,12 +886,12 @@ static int em28xx_dvb_init(struct em28xx *dev)
struct xc5000_config cfg;
memset(&cfg, 0, sizeof(cfg));
cfg.i2c_address = 0x61;
//cfg.if_khz = 4570; //FIXME
cfg.if_khz = 4000; //FIXME (should be ok) read from i2c traffic
cfg.if_khz = 4000;

if (dvb->fe[0]->ops.i2c_gate_ctrl)
dvb->fe[0]->ops.i2c_gate_ctrl(dvb->fe[0], 1);
if (!dvb_attach(xc5000_attach, dvb->fe[0], &dev->i2c_adap, &cfg)) {
if (!dvb_attach(xc5000_attach, dvb->fe[0], &dev->i2c_adap,
&cfg)) {
result = -EINVAL;
goto out_free;
}
Expand Down Expand Up @@ -978,7 +963,7 @@ static int em28xx_dvb_init(struct em28xx *dev)
/* define general-purpose callback pointer */
dvb->fe[0]->callback = em28xx_tuner_callback;
if (dvb->fe[1])
dvb->fe[1]->callback = em28xx_tuner_callback;
dvb->fe[1]->callback = em28xx_tuner_callback;

/* register everything */
result = em28xx_register_dvb(dvb, THIS_MODULE, dev, &dev->udev->dev);
Expand Down

0 comments on commit 582d97c

Please sign in to comment.