Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181435
b: refs/heads/master
c: b4622c1
h: refs/heads/master
i:
  181433: ae79391
  181431: 999eec0
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Feb 26, 2010
1 parent a514cbb commit f4a3dbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 25f9461a03f5f5a577a626df3ae5bcf09542d96a
refs/heads/master: b4622c14a1450fa40dd89dc134ec008fd1c2d38c
8 changes: 4 additions & 4 deletions trunk/drivers/media/dvb/siano/smsdvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,10 +380,10 @@ static int smsdvb_onresponse(void *context, struct smscore_buffer_t *cb)
DVB3_EVENT_UNC_ERR);

} else {
/*client->fe_status =
(phdr->msgType == MSG_SMS_NO_SIGNAL_IND) ?
0 : FE_HAS_SIGNAL;*/
client->fe_status = 0;
if (client->sms_stat_dvb.ReceptionData.IsRfLocked)
client->fe_status = FE_HAS_SIGNAL | FE_HAS_CARRIER;
else
client->fe_status = 0;
sms_board_dvb3_event(client, DVB3_EVENT_FE_UNLOCK);
}
}
Expand Down

0 comments on commit f4a3dbe

Please sign in to comment.