Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132287
b: refs/heads/master
c: d284e4f
h: refs/heads/master
i:
  132285: 239c36e
  132283: b6663eb
  132279: af7e8a0
  132271: f13af1a
  132255: 3d8c327
  132223: e633ec4
v: v3
  • Loading branch information
Sigmund Augdal authored and Mauro Carvalho Chehab committed Mar 13, 2009
1 parent 5c19fe5 commit b7d0de1
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5f77af93266e107bd46c010c51d772c0fb003232
refs/heads/master: d284e4f71dd42826fb60df33846ba310310c6c51
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/stb0899_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ static int stb0899_send_diseqc_burst(struct dvb_frontend *fe, fe_sec_mini_cmd_t
reg = stb0899_read_reg(state, STB0899_DISCNTRL1);
old_state = reg;
/* set to burst mode */
STB0899_SETFIELD_VAL(DISEQCMODE, reg, 0x02);
STB0899_SETFIELD_VAL(DISEQCMODE, reg, 0x03);
STB0899_SETFIELD_VAL(DISPRECHARGE, reg, 0x01);
stb0899_write_reg(state, STB0899_DISCNTRL1, reg);
switch (burst) {
Expand Down

0 comments on commit b7d0de1

Please sign in to comment.