Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285551
b: refs/heads/master
c: 836a52b
h: refs/heads/master
i:
  285549: 871a7ca
  285547: 2626793
  285543: 6effc2e
  285535: 76e4047
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 31, 2011
1 parent ac1c211 commit b53f8f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 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: 38d945e05c20d29aa01f1bb3806281a4d2bd3a36
refs/heads/master: 836a52bff76ff105d80a337ebe68a049900b3331
19 changes: 1 addition & 18 deletions trunk/drivers/media/dvb/frontends/stv090x.c
Original file line number Diff line number Diff line change
Expand Up @@ -4711,23 +4711,8 @@ int stv090x_set_gpio(struct dvb_frontend *fe, u8 gpio, u8 dir, u8 value,
}
EXPORT_SYMBOL(stv090x_set_gpio);

static int stv090x_get_property(struct dvb_frontend *fe, struct dtv_property *p)
{
switch (p->cmd) {
case DTV_ENUM_DELSYS:
p->u.buffer.data[0] = SYS_DSS;
p->u.buffer.data[1] = SYS_DVBS;
p->u.buffer.data[2] = SYS_DVBS2;
p->u.buffer.len = 3;
break;
default:
break;
}
return 0;
}

static struct dvb_frontend_ops stv090x_ops = {

.delsys = { SYS_DVBS, SYS_DVBS2, SYS_DSS },
.info = {
.name = "STV090x Multistandard",
.type = FE_QPSK,
Expand Down Expand Up @@ -4759,8 +4744,6 @@ static struct dvb_frontend_ops stv090x_ops = {
.read_ber = stv090x_read_per,
.read_signal_strength = stv090x_read_signal_strength,
.read_snr = stv090x_read_cnr,

.get_property = stv090x_get_property,
};


Expand Down

0 comments on commit b53f8f3

Please sign in to comment.