Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366628
b: refs/heads/master
c: d8a18e8
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Mar 21, 2013
1 parent 6ca3c90 commit 00a13e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 98c3f94e6db3b4df21336b41c646366ea417527c
refs/heads/master: d8a18e88c952f155b953d4b164818940ae8686a4
9 changes: 9 additions & 0 deletions trunk/drivers/media/common/siano/smscoreapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1605,6 +1605,15 @@ void smscore_onresponse(struct smscore_device_t *coredev,
- sizeof(struct SmsMsgHdr_ST));
break;

case MSG_SMS_DVBT_BDA_DATA:
/*
* It can be received here, if the frontend is
* tuned into a valid channel and the proper firmware
* is loaded. That happens when the module got removed
* and re-inserted, without powering the device off
*/
break;

default:
sms_debug("message %s(%d) not handled.",
smscore_translate_msg(phdr->msgType),
Expand Down

0 comments on commit 00a13e7

Please sign in to comment.