# HG changeset patch # User Uri Shkolnik <uris@xxxxxxxxxxxx> # Date 1238758726 -10800 # Node ID c582116cfbb96671629143fced33e3f88c28b3c7 # Parent 856813745905e07d9fc6be5e136fdf7060c6fc37 siano: smsdvb - add support for old dvb-core version [PATCH] [0904_16] Siano: smsdvb - additional case of endian handling. From: Uri Shkolnik <uris@xxxxxxxxxxxx> Additional case of endian handling. Priority: normal Signed-off-by: Uri Shkolnik <uris@xxxxxxxxxxxx> diff -r 856813745905 -r c582116cfbb9 linux/drivers/media/dvb/siano/smsdvb.c - a/linux/drivers/media/dvb/siano/smsdvb.c Fri Apr 03 14:30:50 2009 +0300 + b/linux/drivers/media/dvb/siano/smsdvb.c Fri Apr 03 14:38:46 2009 +0300 @@ -273,7 +273,7 @@ static int smsdvb_start_feed(struct dvb_ PidMsg.xMsgHeader.msgLength = sizeof(PidMsg); PidMsg.msgData[0] = feed->pid; - /* smsendian_handle_tx_message((struct SmsMsgHdr_ST *)&PidMsg); */ + smsendian_handle_tx_message((struct SmsMsgHdr_ST *)&PidMsg); return smsclient_sendrequest(client->smsclient, &PidMsg, sizeof(PidMsg)); } @@ -546,10 +546,15 @@ static int smsdvb_hotplug(struct smscore } -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html