Commit faab6820 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] siano: add some new messages to the smscoreapi

Based on Doron Cohen's patch:
	http://patchwork.linuxtv.org/patch/7887/Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent e5d218ee
...@@ -1429,7 +1429,23 @@ void smscore_onresponse(struct smscore_device_t *coredev, ...@@ -1429,7 +1429,23 @@ void smscore_onresponse(struct smscore_device_t *coredev,
rc = client->onresponse_handler(client->context, cb); rc = client->onresponse_handler(client->context, cb);
if (rc < 0) { if (rc < 0) {
smsendian_handle_rx_message((struct SmsMsgData_ST *)phdr);
switch (phdr->msgType) { switch (phdr->msgType) {
case MSG_SMS_ISDBT_TUNE_RES:
break;
case MSG_SMS_RF_TUNE_RES:
break;
case MSG_SMS_SIGNAL_DETECTED_IND:
break;
case MSG_SMS_NO_SIGNAL_IND:
break;
case MSG_SMS_SPI_INT_LINE_SET_RES:
break;
case MSG_SMS_INTERFACE_LOCK_IND:
break;
case MSG_SMS_INTERFACE_UNLOCK_IND:
break;
case MSG_SMS_GET_VERSION_EX_RES: case MSG_SMS_GET_VERSION_EX_RES:
{ {
struct SmsVersionRes_ST *ver = struct SmsVersionRes_ST *ver =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment