{ -1, -1, -1, -1},
};
+#if 0
static struct em28xx_reg_seq hauppauge_930c_gpio[] = {
{EM2874_R80_GPIO, 0x6f, 0xff, 10},
{EM2874_R80_GPIO, 0x4f, 0xff, 10}, /* xc5000 reset */
{ -1, -1, -1, -1},
};
-#if 0
static struct em28xx_reg_seq hauppauge_930c_digital[] = {
{EM2874_R80_GPIO, 0xf6, 0xff, 10},
{EM2874_R80_GPIO, 0xe6, 0xff, 100},
}
break;
case EM2884_BOARD_HAUPPAUGE_WINTV_HVR_930C:
+ {
+ struct xc5000_config cfg;
hauppauge_hvr930c_init(dev);
dvb->dont_attach_fe1 = 1;
dvb->fe[1]->id = 1;
/* Attach xc5000 */
- struct xc5000_config cfg;
memset(&cfg, 0, sizeof(cfg));
cfg.i2c_address = 0x61;
cfg.if_khz = 4000;
sizeof(dvb->fe[0]->ops.tuner_ops));
break;
+ }
case EM2884_BOARD_TERRATEC_H5:
terratec_h5_init(dev);