Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17271
b: refs/heads/master
c: eb3daf3
h: refs/heads/master
i:
  17269: e66da12
  17267: d7f85b1
  17263: a1eca3f
v: v3
  • Loading branch information
Oliver Endriss authored and Mauro Carvalho Chehab committed Jan 9, 2006
1 parent 5664b74 commit c5ee545
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 2d0235df0e62cb9f07232bf9cf8009fabf13d304
refs/heads/master: eb3daf3c5acfa737bdf2bd9d1f93c3393dde5067
4 changes: 3 additions & 1 deletion trunk/drivers/media/dvb/ttpci/av7110.c
Original file line number Diff line number Diff line change
Expand Up @@ -2314,8 +2314,10 @@ static int frontend_init(struct av7110 *av7110)
case 0x000E: /* Hauppauge/TT Nexus-S rev 2.3 */
/* ALPS BSBE1 */
av7110->fe = stv0299_attach(&alps_bsbe1_config, &av7110->i2c_adap);
if (av7110->fe)
if (av7110->fe) {
av7110->fe->ops->set_voltage = lnbp21_set_voltage;
av7110->fe->ops->dishnetwork_send_legacy_command = NULL;
}
break;
}
}
Expand Down

0 comments on commit c5ee545

Please sign in to comment.